* {
margin:0;
padding:0;
}

body{
	background-color: #fff;
	background-image: url("imagenes/fondo_body.jpg");
	background-repeat: repeat-x;
	text-align: center;
	font-family: arial, helvetica, sans-serif;

}

#contenedor {
	position:relative;
	top:0;
	margin: 0 auto;
	width:920px;

}

#cabecera {
	height:174px;
	width:920px;
	background-image:url("imagenes/fondo_header.jpg");
		
}

#menu {
	position:relative;
	top:150px;
	float:right;

}

#menu a {

	float: left;
	width: 95px;
	height:20px;
	line-height:20px;
	font-size:90%;
	text-decoration:none;
	color:#fff;	
	margin-right:5px;
	margin-left:5px;

	
}
#menu a:hover {
	background-position: top;
	text-decoration: none;
	color: #ff0101;	

}

#contenido {
	background-image: url("imagenes/fondo_contenido.jpg");
	background-repeat:no-repeat;
	background-position: top;

	float:left;
	background-color: #fff;
	color:#222;
	
	text-align: left;
	min-height:350px;
	width:920px;
	
}

#contenido h2, h3 {
	color: #202f4e;
	text-indent:30px;
	margin:10px 0 10px 0;
} 

#contenido p,iframe, form {

	margin: 2px 20px 2px 20px;
}
#contenido ul{

	margin: 2px 20px 2px 50px;

}
#contenido address {
	margin: 2px 20px 2px 50px;
}

#contenido hr {
	width:870px;
	margin:10px auto 10px auto;

}

#pie {
	position:relative;
	float:left;
	background-image:url("imagenes/fondo_pie.jpg");
	background-repeat:repeat-x;
	background-color:#202f4e;
	width:100%;
}

#barra_pie {
	background-image:url("imagenes/barra_roja_pie.jpg");
	background-repeat:no-repeat;
	margin:0 auto;
	width:920px;
	height:200px;
	background-color:#202f4e;
	color:#fff;

}
#barra_pie p {
	padding-right:20px;
	text-align:right;

}

.enlace_iguana{
	float:left;
	color:#202f4e;
	margin-left:15px;
	margin-top:2px;
	font-size:small;
	text-decoration:none;	
}
.enlace_iguana:hover{
	color:#fff;
}




