@CHARSET "ISO-8859-1";

#pagina{
	width:inherit;
	height:inherit;
}
#slide{
	width:500px;
	height:375px;
	float:left;
	margin-top:10px;
	background-image: url(../img/mapa_small.jpg);
	border-radius:3px;
}
#contenidopagina{
	width:300px;
	height:350px;
	float:left;
	margin:10px;
	color: white;
	background-color: #A38200;
	font-size:16px;	
	font-family: georgia,palatino;
	font-style:italic;
	text-align:justify;
	padding:20px;
	border-radius:3px;
	border:thin solid #666633;
}
#contenidopagina h1{
	font-family: Times;
	font-size: 24px;
	text-align:center;
	font-weight:bold;
}
#contenidopagina h2{
	font-family: Times;
	font-size: 18px;
	text-align:center;
	font-weight:bold;
}
/*vm*/
#boxes .window {
	position:absolute;
	width:auto;
	height:auto;
	display:none;
	z-index:9999;
	padding:20px;
	border: thin solid #2B0000;
	background-color: white;
	border-radius: 3px;
}
#boxes #dialog {
	width:auto;
	height:auto;
}
#mask{
	background-color:black;
	position:absolute;
	height: auto;
	width: auto;
	left: 0px;
	top: 0px;
	border-radius:3px;
}
#dialog img, #slide img{
	border:none;
}