/* CSS Document */
body {
	text-align:center;
	background-color:#E7D8B9;
	margin:0;
	background-image: url(../images/fondo1.jpg);
	background-repeat:  repeat-x;
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #000000;
	}
h1 {
	font-size:12px;
	color:#776439;
	
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	font-weight:bold;
	text-transform:uppercase;
	margin:0;
}
p {
	font-family:"Trebuchet MS";
	font-size:12px;
	color:#000000;
	margin:0px;
}
.p_peq {
	font-family:"Trebuchet MS";
	font-size:10px;
	color:#000000;
	margin:0px;
}

/* ______________________________________Link____________________________________________________ */
a:link {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #000000;
	font-style: normal;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
.b:link {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #0033CC;
	font-style: normal;
	text-decoration: none;
	font-weight: bold;
}
.b:visited {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #0033CC;
	text-decoration: none;
	font-weight: bold;
}
.b:hover {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #0033CC;
	text-decoration: underline;
	font-weight: bold;
}
.l_chico:link {
	font-family: "Trebuchet MS";
	font-size: 10px;
	color: #000000;
	text-decoration: none;

}

.l_chico:hover {
	font-family: "Trebuchet MS";
	font-size: 10px;
	color: #000000;
	text-decoration: underline;

}
.f_celda {
	background-color: #D3C096;
	margin: 0px;
	padding: 0px;

	text-align: center;
	vertical-align: middle;
}
.f_celda:hover {
	background-color: #776439;
	margin: 0px;
	padding: 0px;

	text-align: center;
	vertical-align: middle;
}
/* ______________________________________Objetos Formulario________________________________________ */
form {
	margin: 0px;
	padding: 0px;
}

/*__________________________capa principal de contenidos__________________________*/
.contenedor_sup {
	width:778px;
	margin:0 auto;
	vertical-align: top;
	height: 318px;
	background-image: url(../images/portada.jpg);
	text-align: left;
	
}

.contenedor_med {
	width:778px;
	margin:0 auto;
	text-align:left;
	vertical-align: top;
	height: 258px;
	background-image: url(../images/contenido.jpg);
		
}

.contenedor_inf1 {
	width:100%;
	text-align:center;
	vertical-align: top;
	height: 50px;
	background-image: url(../images/f_pie.jpg);
	background-repeat:  repeat-x;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	
}

.contenedor_inf2 {
	width:778px;
	margin:0 auto;
	text-align:left;
	vertical-align: top;
	height: 50px;
	background-image: url(../images/pie.jpg);
	
}

.contenedor_inf3 {
	width:778px;
	margin:0 auto;
	text-align:left;
	vertical-align: top;
	height: auto;
	background-image: url(../images/pie2.jpg);
	
}

/*__________________________capas __________________________*/

.botonera {
	width: 700px;
	height: 20px;
	padding-top: 157px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 40px;
}
.imagenes {
	width: 700px;
	height: 125px;
	padding-top: 11px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 40px;
}

/*MAPA*/
#map {
	text-align: center;
	vertical-align: middle;
	height: 350px;
	width: 450px;
	border: 2px solid #CBB586;
}