/* CSS Document */
body {
	position:relative;
	color:#2c2b2b;
	font-family:Verdana, Geneva, sans-serif; /*"Helvetica Neue",Helvetica,Arial,sans-serif;*/
	font-size:14px;
	line-height:17px;
	margin:0;
}
a {
	color: #074d7c;
	text-decoration: none;
    font-size: 12px;
}
a:hover {
	color: #074d7a;
	text-decoration: underline;
}
#top-bar {
        background-color: #0075bf;
	/*background:url(../images/header.png) left -596px repeat-x #313130;*/
	height: 54px;
}
#top-bar #logo{
	float:left;
	color:#ccc;
	font-size:24px;
	margin-top:10px;
	padding-left:20px;
}
#top-bar #participante{
	position:relative;
	float:right;
	font-size:16px;
	margin-top:12px;
	padding-right:20px;
}
#bottom-bar{
    background-color: #f68e35;
    height: 3px;
    border-bottom:1px solid #222;
}
#banner{
    width:100%;
    display: block;
    background-image: url(../images/banners/banner.png);
    background-repeat: no-repeat;
    background-size: 100%, auto; 
    height: 200px;
    margin:auto;
    
}
#banner #texto_baner{
    display: block;
    margin:auto;
    color:#fff;
    font-size: 28px;
    text-align: center;
    padding-top: 45px;
    width: 40%;
    line-height: 35px;
    font-weight: 500;
    text-shadow:2px 2px #000; 
}
#contenido{
	display:block;
    margin:auto;
	width:100%;
	border-style:solid;
	border-color:#ccc;
	border-width:thin;
	height:90%;
	padding:10px 0 10px 20px;
	z-index:1;
	color:333;
	font-size:14px;
}

#contenido #promo{
    display: inline-block;
    margin:auto;
    width:78%;
}
#contenido #ingreso{
    display: block;
    margin:auto;
    width:30%;
    border: thin solid #ccc;
    padding: 10px;
    border-radius: 5px;
    box-shadow:0px 0px 30px rgba(0,0,0,0.5);
    vertical-align: top;
}
.seccion input{
	font-size:12px;	
}
.seccion .titulo{
	float:left;	
}
.seccion .boton_editar{
	background-image:url(../images/boton_editar.png);
	background-repeat:no-repeat;
	width:66px;
	height:26px;
	float:right;
}
.seccion .boton_eliminar{
	background-image:url(../images/eliminar.png);
	background-repeat:no-repeat;
	width:16px;
	height:18px;
	float:right;
	clear:right;
	margin-top:5px;
}
.seccion .detalle{
	float:left;
	width:100%;
}
.seccion .temario{
	float:left;
	width:100%;
	margin-top:5px;
}
.boton_nuevo{
	/*background-image:url(../images/boton_editar.png);
	background-repeat:no-repeat;*/
	width:120px;
	height:26px;
	float:right;
	margin-right:20px;
	font-size:12px;
	font-weight:normal;
}

#imagen_curso{
	position:absolute;
	display:none;
	z-index:10;
}
#oculto{
	display:none;
}
#cantidadopciones{
	display:none;
}
#opcioncampo{
	display:none;
}
#opcioncaja{
	display:none;
}
.msg{
	color:#F00;
	font-weight:bold;
	font-size:11px;
}