@charset "utf-8";
body {
	background-color: #8EC5C2;
	margin: 0px;
}
#contenedor {
	height: auto;
	width: 905px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../imgs/interfaz/contenedor_fondo.png);
	font-family: Arial, Helvetica, sans-serif;
}
#caja1 {
	width: 300px;
	float: left;
	background-image: url(../imgs/interfaz/caja1-fondo.jpg);
	background-repeat: no-repeat;
}
#caja1 p {
	text-align: center;
	margin-top: 0px;
	margin-bottom: 20px;
	margin-right: auto;
	margin-left: auto;
}



#caja2 {
	width: 400px;
	float: left;
}
#caja2 h2 {
	font-size: 22px;
	color: #FC0;
	background-image: url(../imgs/titulos.png);
	height: 42px;
	font-weight: normal;
	text-align: center;
	padding-top: 44px;
	margin-top: 20px;
	margin-bottom: 10px;
}
#caja2 p {
	color: #FFF;
	margin-right: 30px;
	margin-left: 30px;
	font-size: 15px;
	line-height: 1.2em;
}
#caja2 a {
	color: #CF0;
}

#caja2 ul {
	color: #FFF;
	margin-right: 30px;
	margin-left: 10px;
}
#sentir {
	height: 300px;
	width: 300px;
	margin-bottom: 30px;
}

#caja2 ul li{
	color: #FFF;
	font-size: 15px;
	line-height: 1.2em;
	margin-bottom: 10px;
	text-align: justify;
}
#caja2 table {
	background-color: #55AB00;
	margin-bottom: 10px;
	color: #FFF;
}

#caja2 table td {
	font-size: 14px;
}
#caja2 #mapadiv  {
	width: 340px;
	margin: 30px;
	height: 300px;
}



#caja3 {
	float: left;
	width: 200px;
	margin-left: 5px;
	background-image: url(../imgs/interfaz/caja3-fondo.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	color: #FFF;
}
#caja3 ul {
	list-style-position: inside;
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
#caja3 ul li {
	margin-bottom: 5px;
	display: block;
}
#caja3 ul li a {
	font-size: 13px;
	font-weight: bold;
	color: #FFF;
	background-image: url(../imgs/interfaz/bullet.png);
	line-height: 26px;
	display: block;
	background-repeat: no-repeat;
	background-position: 10px 10px;
	padding-left: 26px;
	text-decoration: none;
}
#caja3 ul li a:hover {
	font-size: 13px;
	font-weight: bold;
	color: #000;
	background-color: #FFF;
	background-image: url(../imgs/interfaz/bullet.png);
	line-height: 26px;
	display: block;
	background-repeat: no-repeat;
	background-position: 10px 10px;
	padding-left: 26px;
	text-decoration: none;
}
#caja3 ul li a.seleccion {
	font-size: 13px;
	font-weight: bold;
	color: #FFF;
	background-color: #000;
	background-image: url(../imgs/interfaz/bullet.png);
	line-height: 26px;
	display: block;
	background-repeat: no-repeat;
	background-position: 10px 10px;
	padding-left: 26px;
	text-decoration: none;
}

#pie {
	background-color: #66B0AD;
	height: 200px;
	width: 905px;
	clear: left;
	text-align: center;
	font-size: 13px;
	padding-top: 10px;
}
#pie a {
	font-weight: bold;
	color: #000;
}

.nota {
	font-size: 0.8em;
}
