@charset "utf-8";
	.centrar
	{
		position: absolute;
		/*nos posicionamos en el centro del navegador*/
		top:50%;
		left:50%;
		/*determinamos una anchura*/
		width:1000px;
		/*indicamos que el margen izquierdo, es la mitad de la anchura*/
		margin-left:-500px;
		/*determinamos una altura*/
		height:760px;
		/*indicamos que el margen superior, es la mitad de la altura*/
		margin-top:-380px;
		padding:5px;
	}
#logo {
	position:absolute;
	width:239px;
	height:312px;
	z-index:1;
	left: 33px;
	top: 74px;
	background-color: #330033;
}
#flash {
	position:absolute;
	width:688px;
	height:367px;
	z-index:2;
	left: 275px;
	top: 19px;
	background-color: #454545;
}
#menu {
	position:absolute;
	width:220px;
	height:272px;
	z-index:3;
	left: 33px;
	top: 397px;
}
#contenido {
	position:absolute;
	width:649px;
	height:272px;
	z-index:4;
	left: 275px;
	top: 397px;
	background-color: #6E6E6E;
}
#opcionmenu {
	position:absolute;
	width:60px;
	height:270px;
	z-index:1;
	left: 17px;
	top: 1px;
}
#texto {
	position:absolute;
	width:525px;
	height:250px;
	z-index:2;
	left: 98px;
	top: 14px;
	overflow: auto;
}

body {
	background-color: #454545;
	scrollbar-face-color: #cccccc;
	scrollbar-highlight-color: #454545;
	scrollbar-3dlight-color: #454545;
	scrollbar-darkshadow-color: #454545;
	scrollbar-shadow-color: #454545;
	scrollbar-arrow-color: #454545;
	scrollbar-track-color: #454545;
}
hr {
	text-decoration: line-through;
}
p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #FFF;
	text-align: justify;
	line-height: 18px;
}
.menuopcion {
	font-family: "Futura Md BT", Verdana, sans-serif;
	font-size: 18px;
	line-height: 4px;
	text-align: center;
	color: #cccccc;
}
.lista {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #FFF;
	text-align: justify;
	line-height: 18px;
}

.opcion {
	font-family: "Futura Md BT", Verdana, sans-serif;
	font-size: 12px;
	color: #ff9900;
}
li {
	font-family: "Futura Md BT", Verdana, sans-serif;
	font-size: 12px;
	line-height: 12px;
	color: #999999;
	text-align: right;
	list-style-type: none;
	vertical-align: super;
}
a {
	color: #999;
	text-decoration: none;
}
a:visited {
	color: #CCC;
}
a:hover {
	color: #FF9900;
}
a:active {
	color: #FF9900;
}

a.apartamento {
	color: #ff9900;
	text-decoration: none;
}
a.apartamento:visited {
	color: #FFF;
	text-decoration: none;
}
a.apartamento:hover {
	color: #CCC;
	text-decoration: none;
}
a.apartamento:active {
	color: #CCC;
}

a.correo:link {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #FF9900;
	text-decoration: none;
}
a.correo:visited {
	color: #Ff9900;
}
a.correo:hover {
	color: #cccccc;
}
a.correo:active {
	color: #cccccc;
}

form {
	padding-right: 10px;
	padding-left: 10px;
}
.galeria {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #FFF;
}
