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

*{
	margin:0;
	padding:0;
}

a {
	color:#F00;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

h1 {
	display:block;
	border-bottom:#F00 solid 1px;
	padding-bottom:13px;
	font-size:26px;
	margin:20px 0;
	color:#959595;
}

h2 {
	font-size:16px;
	color:#959595;
	font-weight:300;
}

body {
	margin: 0;
	font-family: Verdana, sans-serif;
	font-size:14px;
	line-height:14px;
	background:url(../img/estructura/pleca.jpg) #FFF top repeat-x;
	color:#424242;
}

#continente {
	position:relative;
	width:850px;
	padding:15px 0 0 0;
	margin:0 auto;
}

#header {
	width:850px;
}

#contenido {
	width:850px;
}

.clear {
	clear:both;
}

.der {
	float:right;
}



/*========Menú========*/

#cont_menu {
	position:relative;
	width:715px;
	clear:both;
	height:35px;
	padding:5px 0 0 0;
	font-size:20px;
	margin-top:20px;
	margin-left:auto;
	margin-right:auto;
	color:#999;
}

#cont_menu li {
	display:block;
	float:left;
	padding:0 14px;
	background:url(../img/estructura/bullet_menu.gif) no-repeat left;
	list-style:none;
	text-align:center;
}

#cont_menu a {
	color:#F00;
	text-decoration:none;
}

#cont_menu a:hover {
	color:#999;
	text-decoration:none;
}

#cont_menu a.current {
	color:#999;
	text-decoration:none;
}

.sin_fondo {
	background-image:none;
}

.activo {
	color:#0CC;
	font-size:36px;
}
/*========FinMenú========*/

#info {
	width:770px;
	margin:35px auto 10px auto;
	line-height:18px;
}

.fondo_quienes, .fondo_vision {
	width:495px;
	height:200px;
	padding:10px 0 0 205px;
}

.fondo_mision {
	width:695px;
	height:200px;
	padding:10px 0 0 25px;
	background:url(../img/estructura/fondo_mision.png) no-repeat;
}

.fondo_quienes {
	background:url(../img/estructura/fondo_quienes.png) no-repeat 20px 0;
}

.fondo_vision {
	background:url(../img/estructura/fondo_vision.png) no-repeat 160px 0;
}

.fondo_mision ul {
	margin-left:15px;
}

.text_quienes {
	width:300px;
	height:140px;
	font-size:14px;
	line-height:18px;
}

.text_mision {
	width:580px;
	height:140px;
	font-size:12px;
	line-height:16px;
}

#footer, #footer_int, #footeres {
	width:100%;
	height:385px;
	background:url(../img/estructura/fondo_footer.gif) repeat-x bottom;
}

#footer {
	position:absolute;
	top:847px;
}

#footeres {
	top:847px;
}

#footer_int {
	position:relative;
}

.cont_footer {
	width:850px;
	height:146px;
	background:url(../img/estructura/tacos.png) no-repeat right;
	margin:0 auto;
	padding:230px 0 0 0;
	color:#FFF;
}

.menu_footer {
	width:600px;
	float:left;
}

.menu_footer a {
	color:#FFF;
	text-decoration:none;
}

.menu_footer a:hover {
	text-decoration:underline;
}

.menu_footer ul {
	list-style:none;
}

.menu_footer li {
	display:block;
	float:left;
	padding:0 4px;
	font-size:16px;
	margin:0 0 60px 0;
}

.derechos {
	width:470px;
	margin:0 0 0 180px;
	font-size:12px;
	text-align:center;
	float:left;
}

.fuente16 {
	font-size:16px;
	line-height:20px;
}

.fuente14 {
	font-size:14px;
	line-height:18px;
}

.fuente12 {
	font-size:12px;
}

.face {
	float:left;
	margin:0 0 0 90px;
}

.face p {
	margin: 0;
}

#cuadro {
	padding:15px 25px;
	width:800px;
	border-radius:10px;
	box-shadow:0px 0px 7px #AAA;
	-webkit-box-shadow:0px 0px 7px #AAA;
	moz-box-shadow:0px 0px 7px #AAA;
	margin:20px 0;
	line-height:18px;
}

.cuadro_tortillas {
	width:670px;
	margin:40px auto;
}

.img_tortillas {
	float:right;
	border-radius:20px;
	border:#E1E1E1 solid 5px;
	margin-left:10px;
}

.img_tortillas_izq {
	float:left;
	border-radius:20px;
	border:#E1E1E1 solid 5px;
	margin-right:10px;
}

.cuadro_tortillas_text {
	padding:100px 0 0 0;
}

.cuadro_punteado {
	width:600px;
	border:#F00 dashed 5px;
	border-radius:10px;
	padding:25px;
	margin:20px auto;
}

#columnas{
	margin:0 auto;}
	
.columna{
	width:100%;
	text-align:center;
	font-size:10px;
	}
	
.col2{
	margin:0 10px;}
	
.columna span{
	color:#F00;
	display:block;}
	
	
#contenido span{
	color:#F00;}
	
#contenido a{
	text-decoration:underline;}
	
#contenido a:hover{
	text-decoration:none;}