/* general */
body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#333;
	background-color:#FFF;
	background-image:url(imagenes/fondo.jpg);
	background-repeat: repeat-y;
}
h1 {
	font-size: 14px;
	line-height: 10px;
	margin-left: 20px;
	text-align: justify;
	margin-right: 40px;
}
p {
	font-size: 12px;
	margin-left: 20px;
	text-align: justify;
}
table {
	margin-right: 40px; 
}
/* cabecera */
.cabecera {
	height: 88px;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	z-index:2;
}
.cabeceraFondo {
	background-color: #AA0F3E;
	height: 88px;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	z-index:1;
}
.cabecera #curva {
	position:absolute;
	left: 208px;
	z-index: 6;
}
.direccion {
	height: 210px;
	width: 190px;
	position: absolute;
	top: 0px;
	right: 0px;
	z-index:6;
}
/* fondo contenido */
.bordeverde {
	position:absolute;
	bottom:0px;
	left:0px;
	z-index: 1;
}
.fondoverde {
	position:absolute;
	height: 353px;
	width: 100%;
	bottom: 0px;
	right: 0px;
	z-index: 0;
	background-image:url(imagenes/verde.jpg);
}
/* menu lateral */
.logolateral {
	height: 320px;
	width: 208px;
	position: absolute;
	top: 88px;
	left: 0px;
	z-index:7;
}
.menulateral noscript p a  {
	visibility:hidden;
}
.menulateral {
	height: 420px;
	position: absolute;
	top: 120px;
	left: 0px;
	width: 208px;
}
/*indicador seccion*/
.seccion {
	position:absolute;
	top: 88px;
	left: 208px;
	z-index: 3;
}
/* contenido general */
.contenido {
	font-size:14px;
	position:absolute;
	top: 188px;
	left: 230px;
	width: 485px;
	z-index: 4;
}
/* contenido concreto*/
.textoAncho {
	position:absolute;
	left: 230px;
	top: 188px;
	height:50%;
	z-index:4;
	vertical-align:top;
	width:735px;
	font-size: 12px;
	text-align: justify;
}
.parrafo {
	vertical-align:top;
	width:708px;
	font-size: 12px;
	margin-left: 20px;
	text-align: justify;
	z-index:3;
}
.parrafo2 {
	vertical-align:top;
	width:610px;
	font-size: 12px;
	margin-left: 20px;
	text-align: justify;
	margin-right: 40px;
	z-index:3;
}
.botonbuscar{
	background-color: #666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-weight: bold;
	border: 2px solid #666;
}
.tr1{
	background-color:#666;
}
.tr2{
	background-color:#999;
}
.trtop{
	height:2px;
	background-color:#666;
}
.celdas {
	font-size: 12px;
	text-align: center;
}
.tabla{
	width:708px;
}
.foto{
	text-align:center;
}
.anunciolateral {
	height: 40px;
	position: absolute;
	top: 470px;
	left: 20px;
	width: 130px;
}
.medioambiente {
	height: 40px;
	position: absolute;
	bottom: 20px;
	left: 300px;
	width: 130px;
}
.botones{
	position:absolute;
	bottom: 105px;
	left: 240px;
	width: 485px;
	z-index: 4;
}