@charset "UTF-8";
/* CSS Document */

body{

 margin:0px;
 background-color:#FFF;
 font-family: 'Open Sans', sans-serif;
	
}

#fondo_up{
	width:100%;
	height:165px;
	background-color:#fff;
}

#menu_holder{
	width:960px;
	margin:auto;
	height:138px;
}

#logotipo{
	float:left;
	width:316px;
}

#menu_opciones{
	float:left;
	width:644px;
}
#botonmenu{
	float:left;
	margin-right:23px;
	padding-top:55px;
}
#bg_matrix{

	width:100%;
	height:100%;
	background-image:url(../images/bg.jpg);	
	margin-top:-26px;
	background-repeat:no-repeat;
	background-color:#fff;
	
}
#sombra_div{
	width:100%;
	background-repeat:repeat-x;
	background-image:url(../images/sombradiv.png);
}
#instruccion{
	width:960px;
	margin:auto;
	height:35px;
}
#micrositio{
	width:461px;
	margin-left:40px;
	height:25px;
	background-color:#003788;
	color:#fff;
	font-size:14px;
	padding-top: 5px;
	padding-left: 7px;
}
#contenedor_body{
	width:960px;
	margin:auto;
	overflow:hidden;
}
#cont_col_izq{
	float:left;
	width:468px;
	margin-left:40px;
	overflow:hidden;
}

#cont_col_der{
	float:left;
	width:373px;
	margin-left:46px;
	overflow:hidden;
}
#reglamento{
	font-size:50px;
	font-weight:bold;
	color:#003788;
	margin-top:20px;
	letter-spacing:3px;
}
#centrosde{
	font-size:30px;
	color:#003788;
	font-weight:100;
	margin-top:-10px;
	
}
#reglas{
	width:396px;
	font-size:14px;
	font-weight:100;
	color:#000;
	margin-top:20px;
}
#reglas2{
	width:373px;
	font-size:14px;
	font-weight:100;
	color:#000;
	margin-top:20px;
}
.line-separator{
	margin-top:20px;
	width:396px;
	height:1px;
	border-bottom:1px dotted #313030;
}
.articulos{
	font-size:14px;
	font-weight:bold;
	color:#003788;
}
#titulo{
	font-size:20px;
	font-weight:100;
	color:#003788;
	margin-top:20px;
}
#ojo{
	width:218px;
	height:35px;
	background-color:#003788;
	color:#fff;
	margin-top:-35px;
	position:absolute;
	padding-top:7px;
	z-index:1;
	text-align:center;
}
#cont_down{
	width:887px;
	margin:auto;
	overflow:hidden;
}

#contenedor_horarios{
	margin-left:25px;
	width:914px;
	
}
#titulo_seccion{
	width:374px;
	float:left;
	margin-left:15px;
}
#titulo_reportes{
	width:500px;
	margin-left:30px;
}
#titulo_cecom{
	width:208px;
	height:50px;
	background-color:#003788;
	float:left;
	margin-left:289px;
	font-size:30px;
	font-weight:lighter;
	color:#fff;
	padding-top:5px;
	padding-left:10px;
	margin-top:58px;
}
#horarios{
	width:914px;
	margin:auto;
	overflow:hidden;
}
#cont_dias{
	width:914px;
	height:90px;
	background-image:url(../images/barra_horarios.png);
}
#dias{
	float:left;
	padding-left:29px;
	padding-top:30px;
	padding-right:20px;
	color:#666;
}

#horas{
	padding-top:30px;
	font-size:12px;
	border-bottom-color:#fff;
}
#contenedor_formulario{
	width:960px;
	margin:auto
}
#reporte_bg_left{
	width:435px;
	height:312px;
	float:left;
	margin-left:40px;
	background-image:url(../images/form_izq.png);
	background-repeat:no-repeat;
}
#reporte_bg_right{
	width:452px;
	height:312px;
	margin-left:33px;
	float:left;
	background-image:url(../images/form_der.png);
	background-repeat:no-repeat;
}
#nombre_form{
	font-family: 'Open Sans', sans-serif;
	font-size:20px;
	color:#003788;
	margin-left:14px;
	float:left;
}
#caja_txt{
	border:0px;
	width:257px;
	height:25px;
	float:left;
	margin-left:20px;
}
#nombre_form2{
	font-family: 'Open Sans', sans-serif;
	font-size:20px;
	color:#003788;
	margin-left:14px;
}
#caja_comentario{
	border:0px;
	width:437px;
	height:132px;
}
.caja_txt{
	height:25px;
	width:257px;
	border:0px;
	background-color:#003788;
	font-size:20px;
	color:#fff;
}
.caja_txt2{
	height:130px;
	width:435px;
	border:0px;
	background-color:#003788;
	font-size:20px;
	margin-left:4px;
	color:#fff;
}
