/*
	Estilo principal de la web.
	Aquí determinamos el estilo en 2 columnas...
*/

body, div, ul, li, p, form, label { margin: 0px; padding: 0px; font-family: Arial, Helvetica, sans-serif;}
#contenedor { text-align: center; }
#webcentrada { width: 900px; margin: 0 auto; }

.tablafotos {

}

a {
	color: #000;
}

a:hover {
	color: #999999;
}

.titulo {
	background-color: #4b99e8;
}

.titulo .textotitulo {
	color: #fff;
}

.naranja {
	color: #f90;
	font-size: 11px;
}

.tablafotos .casa {
	margin-left: 11px;
	float: left;
	width: 110px;
	height: 146px;
	display: block; 
	overflow: hidden;
}

.tablafotos .casa img {
	border: none;
}

.tablafotos .linkscasa * {
	font-size: 11px;
}

.titulo {
	clear: both;
	margin: 20px 0px 5px 0px;
	background-image:url(../img/fondo-titulo.png);
	background-position: right center;
	background-repeat: no-repeat;
	height: 28px;
	width: 770px; 
	display: block;
	overflow: hidden;
}

.titulo .textotitulo {
	margin: 0px; padding: 0px;
	font-size: 16px; font-weight:bold;
	text-transform: uppercase;
	padding: 5px 0px 0px 7px;
}