@charset "utf-8";
/* CSS Document */

#uno{
	float: left;
	height: 230px;
	width: 370px;
}
#dos{
	float: right;
	height: 480px;
	width: 370px;
	margin-left: 10px;
}
#mapa{
	background-color: #000000;
	float: left;
	height: 246px;
	width: 366px;
	font-size: 11px;
	color: #999966;
	text-align: center;
	padding-top: 4px;
	padding-right: 2px;
	padding-left: 2px;
}
.parrafin{
	margin-left: 30px;
}
#lopd{
	font-size: 10px;
	text-align: justify;
	float: left;
	height: 75px;
	width: 100%;
}
#mensaje{
	float: left;
	height: 30px;
	width: 100%;
	margin-top: -20px;
}
#formulario{
	float: left;
	height: 345px;
	width: 100%;
	text-align: right;
	font-size: 12px;
	font-weight: bold;
}
.okmsg{
	font-weight: bold;
	color: #006600;
	text-align: center;
}
.errormsg{
	font-weight: bold;
	color: #990000;
	text-align: center;
}
a.aviso3:link{
	color: #999966;
	text-decoration: none;
}
a.aviso3:visited{
	color: #999966;
	text-decoration: none;
}
a.aviso3:active{
	color: #999966;
	text-decoration: none;
}
a.aviso3:hover{
	color: #ffffff;
	text-decoration: underline;
}