body {
	background-image: url(../imagenes/fondo_web.jpg);
	background-position: center top;
	margin: 0px;
	padding: 0px;
	background-color: #D7EDFB;
	background-repeat: repeat-y;
	text-align: center;
	width: 100%;
	height: 100%;
	display: block;
	background-attachment: fixed;
}
div.titgral{
	margin-top: 20px;
	margin-right: 10px;
	margin-bottom: 20px;
	margin-left: 20px;
	padding: 0px;
	font-family: Arial, "Arial Narrow";
	font-size: 20px;
	color: #0099CC;
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #0099CC;
}
div.titubi{
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 0px;
	font-family: Arial, "Arial Narrow";
	font-size: 18px;
	color: #333333;
	text-align: left;
	font-weight: bold;
}
div.text{
	font-family: Arial, "Arial Narrow";
	text-align: justify;
	padding: 0px;
	font-size: 12px;
	margin-top: 20px;
	margin-right: 10px;
	margin-bottom: 40px;
	margin-left: 20px;
}
#mapa {
	float: left;
	margin-right: 15px;
}

div.text p{
	margin: 0px;
	padding-top: 4px;
	padding-bottom: 4px;

}
div.mixerh{
	font-family: Arial, "Arial Narrow";
	font-size: 11px;
	color: #666666;
	margin-left: 5px;
	margin-top: 5px;
	margin-bottom: 10px;
}
div.mixerh p{
	margin: 0px;
	padding-top: 4px;
	padding-bottom: 4px;
	text-align: justify;

}
div.mixerh a{
	color: #0000CC;
	text-decoration: underline;

}
div.mixerh a:hover{
	color: #3300FF;
	text-decoration: none;

}
