@charset "utf-8";
body {
	background: url(../images/background.jpg) repeat-x top;
	margin:0;
	padding:0;
}
/*#container { background:url(../images/LaminasBgd.png) top center no-repeat; }*/
img { border:0; }
hr {
	height: 4px;
	background-image: url(../images/dots.png);
	border:0;
	padding:0;
	margin:5px 0;
}

/*HEADER*/
#Header { width:900px; margin:auto; }
#Header #Logo { margin: 10px 0 8px 40px; }
#Data span { display:inline-block; float:left; margin:0 8px; max-height:71px; }
#Data {
	display:inline-block;
	float:right;
	background:#ed1c24;
	font-family: 'antoniobold';
	font-size:13px;
	line-height: 18px;
	color:#FFF;
	padding:15px 25px;
	/* Bordes redondeados */
	-webkit-border-radius-bottom-right: 10px;
	-webkit-border-radius-bottom-left: 10px;
	-moz-border-bottom-right-radius: 10px;
	-moz-border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px; }

/*MENU*/
#Menu {
	width:840px;
	margin:auto;
	background:#2B2B2B;
	color:#FFF;
	font-family: 'bebas_neueregular';
	font-size:18px;
	padding:12px 30px;
	/* Bordes redondeados */
	-webkit-border-radius-top-right: 10px;
	-webkit-border-radius-top-left: 10px;
	-moz-border-top-right-radius: 10px;
	-moz-border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-top-left-radius: 10px;
}
#Menu a:link {
	color:#FFF;
	text-decoration:none;
	padding:6px 8px;
}
#Menu a:hover {
	background:#ed1c24;
	/* Bordes redondeados */
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
#Menu a:visited { color:#FFF; }

#item1, #item2, #item3, #item4 {
	/* Bordes redondeados */
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

/*SUBMENU*/
#SubMenu {
	width: 610px;
	float: left;
	margin-bottom: -25px;
	position:absolute;
	z-index:10;
}
#SubMenu a:link {
	display: inline-block;
	float:right;
	font-family: 'bebas_neueregular';
	font-size:15px;
	text-decoration:none;
	color:#FFF;
	background:#ED1C24;
	padding: 4px 15px;
	margin: 0 2px;
	/* Bordes redondeados */
	-webkit-border-radius-bottom-right: 6px;
	-webkit-border-radius-bottom-left: 6px;
	-moz-border-bottom-right-radius: 6px;
	-moz-border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
	border-bottom-left-radius: 6px;
}
#SubMenu a:hover { padding: 2px 15px; }
#SubMenu a:visited { background:#ED1C24; color:#FFF; }

/*CONTENIDO*/
#Contenido {
	background-color: #FFF;
	width: 900px;
	min-height: 350px;
	margin:auto;
	padding:2px 0;
}

/*TITULARES*/
#Titular {
	font-family: 'bebas_neueregular';
	font-size:24px;
	padding:2px 20px;
	color:#FFF;
	background:#ED1C24;
}

/*CAJA DE TEXTO*/
#CajaTexto {
	width: 570px;
	height: 290px;
	padding:30px 40px;
	float:left;
	
	font-family: 'carrois_gothicregular';
	font-size:12px;
	text-align:justify;
}
#CajaTexto strong {
	color:#ed1c24;
}

.Subtitulos {
	font-family: 'antoniobold';
	font-size:24px;
	color:#999;
}

/*CUADROS ESPECIALES COMO MISION Y VISION*/
.cuadros {
	display: block;
	background: #E5E5E5 url(../images/degradee.png) repeat-x bottom;
	padding: 20px;
	margin: 8px 0;
	/* Bordes redondeados */
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

/*FOTO PAGINA*/
#FotoContent {
	float: right;
	width: 245px;
	height: 350px;	
}

/*MODULO GOOGLE MAP HOME*/
#Ubicacion {
	background:#E6E6E6;
	float: right;
	width: 245px;
	height: 350px;
	text-align:right;
}

/*FOOTER*/
#Footer {
	background:#4C4C4C;
	font-size: 12px;
	font-family: 'antonioregular';
	color:#FFF;
	padding:14px 25px;
}
#Footer #credito { float:right; }
#Footer a:link {
	text-decoration:none;
	color:#FFF;
	margin-left:40px;
}
/*FRANJA HORARIO SOLO PARA HOME*/
#Horario {
	display:block;
	clear:both;
	font-family: 'antonioregular';
	text-align:center;
	font-size:14px;
	padding:2px;
	color:#FFF;
	background:#ed1c24;
}
