/* CSS Document */

body {
	font-family: Lucida Sans, Arial, Helvetica;
	
	margin: 0px;
	padding: 0px;
	
	background-color:#12312d;
	background-image:url(../imagenes/fondo_background.jpg);
	background-repeat:repeat-x;
	
	text-align: center;
	}

#contenedor {
	width: 720px;
	height: auto;
	
	margin: 0px auto;
	padding: 0px;
	}
	
#header {
	width: 720px;
	height: 300px;
	
	margin: 0px auto;
	padding: 0px;
	
	background-image: url(../imagenes/cabecera2.jpg);
	background-repeat: no-repeat;
	}
		
	
#contenido {
	width: 640px;
	height: auto;
	
	margin: 0px auto;
	padding: 10px 40px 0px 40px;
	
	background-color: #12312d;
	
	text-align: left;
	}
	
#contenido.galeria1 {
	height: 400px;
	}
	
#contenido.mapa {
	background-image: url(../imagenes/mapa.jpg);
	background-repeat: no-repeat;
	background-position: 420px 90px;
	}	

#contenido.mapa_situacion {
	background-image: url(../imagenes/mapa.jpg);
	background-repeat: no-repeat;
	background-position: 40px 70px;
	}	
	
#linia {
	width: 640px;
	height: 19px;
	
	background-image: url(../imagenes/linia.gif);
	
	margin: 0px;
	padding: 0px;
	
	float:left;
	}

/**************** Fotografias *****************************/		
#fotografias {
	width: 640px;
	height: auto;
	
	padding: 8px 0px 20px 0px;
	margin: 20px 0px 0px 0px;
	
	text-align: left;
	}
	
#fotografias a {
	padding: 0px;
	margin: 0px;
	}	
	
.foto {
	width: 150px;
	height: 150px;
	
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-align: left;
	}

/**************** Texto Pie *******************************/
#informacion_pie {
	width: auto;
	height: 150px;
	
	text-align: center;
	
	margin: 0px auto;
	padding: 0px;
	
	background-color: #46625e;
	
	}

#informacion_pie p {	
	margin: 0px;
	padding: 10px 0px 10px 0px;
	
	font-size: 11px;
	}
	
/**************** Contacto *******************************/
#contacto {
	width: 310px;
	height: auto;
	
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	}
	
#grafica_contacto {
	width: 315px;
	height: 485px;
	
	background-image:url(../imagenes/icono_contacto.jpg);
	background-repeat:no-repeat;
	
	margin: 0px 0px 0px 0px;
	padding: 0px;
	}	
	
/**************** Separador Linia *******************************/

.separador_linia {
	width: 640px;
	height: 10px;
	padding: 0px 0px 0px 0px;
	margin: 2px 0px 0px 0px;
	
	background-color: #12312d;
	
	border-color: #A7BAC5;
	border-top-style: dashed;
	border-top-width: 1px;
	}
	
.verde_pie { color:#46625e; }
			