.body
{
	 
}

.head
{

}

.tapafoto
{
	width:100%;
	position: relative;
	top:0px;
	height:200%;
	min-height: 2400px;
	left:0px;
	background: rgba(255, 255, 255, 0.5);
    filter: alpha(opacity=70);

}


.cuerpo
{
	width:76%;
	position: absolute;
	top:0px;
	height:100%;
	min-height: 2400px;
	margin-left:12%;
	background-color:#fff;
	color:#000;
    -moz-box-shadow: 0px 0px 7px #000000;
	-webkit-box-shadow: 0px 0px 7px #000000;
	box-shadow: 0px 0px 7px #000000;
	z-index:1000;
}

.fotohead
{
	width:100%;
	margin:0px auto;
	position: relative;	
}

.menu
{
	width:20%;
	border-right: 1px solid #000;
	position: absolute;
	float:left;
	padding-left: 20pt;
	padding-top: 15pt;

}
.contenido
{
	width:76%;
	height: 100%;

	position: absolute;
	float:right;
	margin-left: 22%;
	padding: 10px;
	color:#000;
}
.listacasas
{
	font-family: 'Satisfy', cursive;
	font-size:16pt;
	display: inline-block;


}

.capacidad
{
	font-family: 'Yanone Kaffeesatz', sans-serif;
	font-size:11pt;
	margin-top:-6pt;
}
.titulos
{
	font-family: 'Cuprum', sans-serif;
	font-size:15pt;
	margin-left: 15pt;
	padding-bottom: 10pt;
}

.linkcasas
{
	color:#000;
	text-decoration: none;

}
.linkcasas:hover
{
	color:#54ad06;
	text-shadow:4px 4px 4px #000000;
}