@import "reset.css";
@import "formulario.css";

/* GOOGLE */

iframe {
 width: 100% !important;
 background: none !important;
}

iframe table .t {
 background: none !important;
}

iframe body {
 background: none !important;
}

body {
 font-family: Arial, Verdana;
 font-size: 12px;
 line-height: 15px;
 text-align: justify;
 
}

a {
	font-weight: bold;
	color: #467B99;
	text-decoration: none;
}

a:hover {
	color: #FF8400;
}


.indice {
	padding-left: 10px;
	margin-top:10px;
	margin-bottom:10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #CCC;
	list-style-image: url("imgs/arrow_blue.gif");
}



/* ESTRUCTURA */ 

#contenedor {
 position: relative;
 width: 765px;
 margin: 10px;
 background-color: #FFFFFF;
 position: relative; 
 margin-left: auto;
 margin-right: auto;
 border: 1px solid #f1f1f1;
}

.lateral {
 float: left;
 width: 159px;	
 overflow: hidden;

}

.foto {
	float: left;
	width: 190px;
	margin: 5px;
	border: 1px solid #CCC;
	text-align: center;
    padding: 5px 5px 10px 5px;
    background-color: #F1F1F1; /* #FFFF9A; */
	font-size: 10px;
}

.foto img {
	width: 180px;
}

.lateral_sup {
	background: url("imgs/lateral_sup.png") no-repeat;
	height: 270px;
}

.lateral_pie {
	background: url("imgs/lateral_pie.png") no-repeat;
	height: 48px;
}

.lateral_btn {
 position: absolute;
 width: 20px;
 height: 20px;	
}

.menu {
	 float: left;
	 width: 166px;
	 overflow: hidden;
	 background-color: #F1F1F1;
}

.menu ul {
	margin-left: 10px;
}

.menu li {
	border-bottom: 1px solid #CCC;
	padding-bottom: 2px;
	margin-bottom: 10px;
	margin-right: 10px;
	list-style-type: none;
}
	
.menu_sup {
	height: 174px;
}

.menu_base {
	background: url("imgs/menu_base.png") no-repeat;
	color: #737373;
	font-family: tahoma;
	font-size: 10px;
	height: 251px;
	padding-top: 50px;
	padding-left: 20px;
}

.menu_pie {
	padding-top: 45px;
	margin-left: -10px;
}

.menu_pie a {
	color: #FFF;
}

.menu_pie a:hover {
	color: #FFF;
	text-decoration:underline;
}

.menu_pie a:visited {
	color: #FFF;
}

.contenido {
	 float: left;
	 width: 440px;
	 overflow: hidden;	
	 background: url("imgs/fondo_texto.png") repeat-y;
}

.contenido h1 {
	background: url("imgs/h1.png") no-repeat;
	font-size: 18px;
	height: 30px;
	padding-left: 75px;
	padding-top: 5px;
	color: #FFB12B;
	margin-bottom: 10px;	
}

.contenido h2 {
	margin-left: 80px;
	padding-left: 10px;
	margin-bottom: 10px;
	font-size: 12px;
	color: #FFB12B;
	background: url("imgs/arrow_blue.gif") left no-repeat;
	font-weight: bold;
}

.contenido_texto {
	padding: 0px 20px 20px 30px;
}

.contenido_sup {
	background-image: url("imgs/cabecera.png");
	background-position: 0px 0px;
	background-repeat: no-repeat;
	width: 437px;
	height: 171px;
	overflow: hidden;
	margin-bottom: 10px;
}



.subir {
	padding-left: 380px;
	background: url("imgs/arrow_blue.gif") 370px no-repeat;
}

.hidden {
 visibility: hidden;
}

.clear {
 clear: both;
}

.noticia {
	margin: 10px 15px 30px 10px;
}

.noticia h3 {
	font-weight: bold;
	color: #0082AA;
	
}

.noticia_fecha {
	text-align: left;
	font-size: 10px;
	font-style:italic;
	color: #0082AA;
	border-bottom: 1px solid #0082AA;
	margin-bottom: 5px;
}

.plano {
	text-align: center;
	width: 880px;
    margin-left: auto;
	margin-right: auto; 
	border: 1px solid #000;
	}