/* CSS Document */

* {
	margin: 0;
	padding: 0;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #000000;
	text-align: center;
	background-color: #d1e0de;
}

#wrapper {
	width: 806px;
	margin: 0 auto; /* margenes laterales a 0 y superior e inferior auto */
	text-align: left; /* alineación del contenido a la izquierda para evitar el alineado center de body */
	background-color: #d1e0de;
}

#cabecera {
	width: 100%;
	height: 56px;
	background: #d1e0de url(../images/cabecera.jpg) no-repeat center top;
}

#banner {
	width: 100%;
	height: 154px;
	background: #d1e0de url(../images/banner.jpg) no-repeat center top;
}

#animacion_banner {
	margin-top: -1px;
	margin-left: 19px;
}

#banner_2 {
	width: 100%;
	height: 15px;
	background: #d1e0de url(../images/banner_2.jpg) no-repeat center top;
}

#contenido {
	width: 100%;
	background: #d1e0de url(../images/fondo.jpg) repeat-y center top;
}

#sub_bottom {
	width: 100%;
	height: 32px;
	background: #d1e0de  url(../images/sub_bottom.jpg) no-repeat center top;
}

#bottom {
	width: 100%;
	height: 107px;
	background: #000033 url(../images/bottom.jpg) no-repeat center top;
	text-align: center;
}

#bottom a {
	color: #0468ba;
	text-decoration: none;
}

#bottom a:hover {
	color: #FFFFFF;
}

#bottom p {
	color: #ffffff;
}

#colIzquierda {
	position: relative;
	width: 155px;
	float: left;
	padding: 5px;
}

#colCentro {
	position: relative;
	width: 465px;
	float: left;
	padding-left: 12px;
}

#colDerecha {
	position: relative;
	width: 145px;
	float: left;
	padding: 5px;
}

/* Estilos menus navegación */
#mainNav {
	margin-left: 17px;
	width: 144px;
	float: left;
}

#mainNav ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

#mainNav ul li {
	width: 100%;
	text-indent: 10px;
}

#mainNav ul li a {
	display: block;		
	height: 30px;
	line-height: 30px;
	
	border-bottom: 1px solid #dfe7ab;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #0468ba;
	text-decoration: none;
}

#mainNav ul li a:hover {
	color: #000032;
}

/* NAVEGACION SECUNDARIA: filtro por tipo y entrega */
#secondNav {
	width: 144px;
	float: left;
}

#secondNav ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

#secondNav ul li {
	width: 100%;
	text-indent: 30px;
	border-bottom: 1px solid #d8daad;	
}

#secondNav ul li a {
	display: block;
	height: 30px;
	line-height: 30px;
	
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #0468ba;
	text-decoration: none;
	
	background: url(../images/casa.gif) no-repeat left center;
	
	text-align: left;
}

#secondNav ul li a:hover {
	color: #000032;
}

#secondNav .entrega li a {
	height: 20px;
	line-height: 20px;
	
	border: 0;
	background: none;
	font-weight: normal;
	font-size: 12px;	
}

#secondNav .tipo {
	margin-left: 30px;
	height: 10px;
	line-height: 10px;
	background: none;
	border: 0;
}

/* Estilos Enlaces */
a {
	color: #0468ba;
	text-decoration: none;
}

a:hover {
	color: #000;
	text-decoration: underline;
}

/* class clear */
.clear {
	clear: both;
}

/* contenido secciones (div colCentro) */
#colCentro {
	font-family: Arial, Helvetica, sans-serif;
}

#colCentro h1 {
	font-size: 14px;
	color: #0468ba;
}

#colCentro p {
	font-size: 12px;
	margin-top: 12px;
}

/* formularios */
label {
	color: #0468ba;
	font-weight: bold;
}

input[type="text"], input[type="password"], textarea, select {
	margin-bottom: 10px;
	border: 1px solid #d3d6a7;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

select {
	width: 100px;
}

input[type="text"], input[type="password"] {
	width: 200px;
}	

textarea {
	height: 100px;
	width: 300px;
}

input[type="submit"] {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	
	border: 1px solid #000;
	background-color: #0468ba;
	
	cursor: pointer;
}

/* Formulario filtro busquedas */
#formulario_busquedas select {
	margin-right: 10px;

}

/* Resultados Búsquedas */
.hr_resultados {
	background-color: #C6D2DE;
	border: 0;
	height: 20px;
	width: 98%;
}

#resultados ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

#resultados ul li {
	width: 98%;
	margin-bottom: 10px;
}

#resultados li h3 {
	font-size: 13px;
	color: #0468ba;
}

.par {
	background-color: #FFFFFF;
}

.impar {
	background-color: #E4E9EF;
}

#resultados .datos_casa a {
	float: right;
	font-weight: bold;
	color: #0468ba;
}

#resultados .datos_casa a:hover {
	color: #000000;
}

#resultados .imagen_casa {	
	float: left;
	width: 120px;
	
	margin-right: 10px;
}

#resultados .imagen_casa img {	
	width: 120px;
	height: 100px;
}

.precio_casa {
	text-align: right;
	font-size: 14px;
	font-weight: bold;
	color: #0468ba;
	
	margin-top: 5px;
}

/*.promocion {
	float: right;
	margin-right: 10px;
	font-weight: bold;
	color: #FFFF00;
	background-color: #0468BA;
	border: 1px dashed #FFFF00;
	line-height: 20px;
	padding: 2px 10px;
}
*/

#resultados .promocion_breve {
	font-size: 13px;
	font-weight: bold;
	color: #0468ba;
}

#resultados .descripcion_breve_promocion {
	font-size: 13px;
	font-weight: bold;
}

/* Resultados Búsquedas inicio */
#resultados_inicio .hr_resultados {
	background-color: #C6D2DE;
	border: 0;
	height: 5px;
	width: 98%;
}

#resultados_inicio ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

#resultados_inicio ul li {
	float: left;
	width: 100%;
	margin-bottom: 10px;
}

#resultados_inicio li h3 {
	font-size: 11px;
	color: #0468ba;
}

#resultados_inicio li p {
	margin: 0px;
	font-size: 10px;
}

#resultados_inicio .datos_casa a {
	float: right;
	font-size: 11px;
	font-weight: bold;
	color: #0468ba;
}

#resultados_inicio .datos_casa a:hover {
	color: #000000;
}

#resultados_inicio .imagen_casa {	
	float: left;
	width: 85px;
	
	margin-right: 5px;
}

#resultados_inicio .imagen_casa img {	
	width: 85px;
	height: 69px;
}

#resultados_inicio .precio_casa {
	text-align: right;
	font-size: 12px;
	font-weight: bold;
	color: #0468ba;
	
	margin-top: 5px;
}

#resultados_inicio .promocion_breve {
	font-size: 11px;
	font-weight: bold;
	color: #0468ba;
}

#resultados_inicio .descripcion_breve_promocion {
	font-size: 11px;
	font-weight: bold;
}

/* Fichas Detalladas */
#ficha {
	margin-right: 10px;
}

#ficha .imagen_casa {	
	float: left;
	margin-right: 10px;
}

#ficha img {
	width: 166px;
	height: 135px;
	border: 1px #0468ba solid;
}

#ficha h1 {
	font-size: 13px;
}

#ficha h3 {
	font-size: 12px;
}

#ficha #datos_promocion {
	background: #E5E7CF url(../images/logo_casa_promocion.gif) right top no-repeat;
	border: 1px solid #0468ba;
	padding: 5px;
}

#ficha .promocion_breve {
	font-size: 14px;
	font-weight: bold;
	color: #0468ba;
}

/* Galeria Fotos */
#galeria_ficha ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

#galeria_ficha li {
	margin-bottom: 10px;
}

#galeria_ficha img {
	float: left;
	
	width: 120px;
	height: 100px;
	
	margin-right: 10px;
	margin-bottom: 10px;
	
	border: 1px #0468ba solid;
}

/* Paginacion */
#paginacion {
	font-weight: bold;
	padding-right: 10px;
}

#paginacion  #anterior {
	float: left;
}

#paginacion #siguiente {
	float: right;
}
