div#creditos
	{
	float: left;
	width: 775px;
	margin: 0 0 50px 0;
	padding: 8px 5px 0 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-transform: uppercase;
	text-align: right;
	color: #40403e;
	}
	
div#creditos a
	{
	color: #40403e;
	text-decoration: none;
	}

div#creditos a:hover
	{
	text-decoration: underline;
	}

div#columna-izq-contenidos
	{
	float: left;
	width: 454px;
	margin: 0;
	padding: 0 0 0 15px;
	}
	
div#columna-izq-contenidos p
	{
	font-family: Arial, Helvetica, sans-serif !important;
	font-size: 13px !important;
	color: #666666 !important;
	line-height: 16px !important;
	}

div#enlaces
	{
	float: left;
	width: 454px;
	margin: 0 0 15px 0;
	padding: 0;
	border-top: 1px solid #d4d3ce;
	}
	
div#enlaces ul
	{
	float: left;
	width: 454px;
	margin: 0;
	padding: 0;
	list-style: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	}
	
div#enlaces li
	{
	float: left;
	width: 454px;
	margin: 0;
	padding: 6px 0 6px 0;
	border-bottom: 1px solid #d4d3ce;
	}
	
div#enlaces ul a
	{
	color: #0a5078;
	text-decoration: none;
	padding-left: 27px;
	}
	
.enlace-galeria, .enlace-memoria, .enlace-planos 
	{
	background-position: 5px 50% !important;
	background-repeat: no-repeat;
	}
	
.enlace-galeria
	{
	background-image: url(../images/ico_galeria.gif);
	color: #0a5078;
	}

.enlace-memoria
	{
	background-image: url(../images/ico_memoria.gif);
	color: #0a5078;
	}

.enlace-planos
	{
	background-image: url(../images/ico_planos.gif);
	color: #0a5078;
	}

body {
	margin: 0;
	padding: 0;
	background-image: url(../images/fondo_pagina.gif);
	font-family: "Trebuchet MS", Arial, Tahoma, Verdana;
	font-size: 12px;
	color: #685C3D;
	}
	
img {
	/*
	float: left;
	*/
	margin: 0;
	padding: 0;
	border: 0;
	}
	
a {
	border: 0 !important;
	color: #DB4712;
	}

div#contenedor-uno {
	width: 780px;
	margin: 0 auto 0 auto;
	padding: 0;
	border: 0;
	}
	
div#contenedor-dos {
	width: 760px;
	float: left;
	margin: 0;
	padding: 0 10px;
	border: 0;
	background-image: url(../images/fondo_general.gif);
	background-repeat: repeat-y;
	}
	
div#top-naranja {
	width: 776px;
	margin: 0 auto;
	padding: 0;
	height: 3px;
	font-size: 0;
	background-color: #F36D3B;
	}
	
div#cabecera {
	float: left;
	width: 760px;
	margin: 0;
	padding: 0;
	height: 82px;
	background-image: url(../images/fondo_banda_cabecera.gif);
	background-repeat: repeat-x;
	background-position: 0 100%;
	}

div#logo {
	float: left;
	margin: 0;
	padding: 23px 0 0 15px;
	/*
	background-color: red;
	*/
	}
	
div#contacto-cabecera {
	float: right;
	margin: 0;
	padding: 56px 5px 0 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #123344;
	text-transform: uppercase;
	}

div#contacto-cabecera span {
	font-weight: bold;
	color: #F36633;
	}

div#contacto-cabecera a {
	color: #123344;
	text-decoration: none;
	}

div#contacto-cabecera a:hover {
	text-decoration: underline;
	color: #123344;
	}
	
div#animacion-home {
	float: left;
	margin: 0;
	padding: 1px 0;
	width: 760px;
	border-bottom: 2px solid #F35B24;
	} 
	
	
/* MENÚ HORIZONTAL !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! */

/*

div#menu {
	float: left;
	width: 758px;
	height: 26px;
	margin: 1px 0 5px 0 !important;
	padding: 0;
	border: 1px solid #84857D;
	background-image: url(../images/fondo_menu.gif);
	background-repeat: repeat-x;
	}

*/

div#menu {
	float: left;
	width: 758px;
	height: 28px;
	margin: 1px 0 5px 0 !important;
	padding: 3px 0 0 0;
	border: 1px solid #84857D;
	background-image: url(../images/fondo_menu.gif);
	background-repeat: repeat-x;
	background-position: 0 100%;
	}

/*
div#menu ul 
	{
	float: left;
	width: 756px;
	height: 26px;
	margin: 0;
	padding: 0 0 0 2px;
	list-style: none;
	}
*/

div#menu ul 
	{
	float: left;
	width: 662px;
	height: 26px;
	margin: 0;
	padding: 0 0 0 96px;
	list-style: none;
	}
	
div#menu ul li {
	float: left;
	height: 24px;
	margin: 0;
	padding: 2px 18px 0 18px;
	display: inline;
	/*
	background-color: black;
	border-right: 1px solid #B9B9B9;
	*/
	}
	
div#menu ul li a {
	float: left;
	display: block;
	/*
	background-color: orange;
	*/
	padding: 6px 0 0 0;
	margin: 0;
	height: 16px;
	}
	
/* COLUMNA IZQUIERDA !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! */
	
div#columna-izq 
	{
	float: left;
	width: 469px;
	margin: 0;
	padding: 24px 15px 0 0;
	border: 0;
	}
	
div#columna-izq h2 {
	float: left;
	width: 454px;
	color: #F35921;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 28px;
	font-weight: bold;
	margin: 20px 0 10px 0;
	padding: 0;
	letter-spacing: -1px;
	}

/*
div#columna-izq h2 {
	float: left;
	width: 454px;
	color: #F35921;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: normal;
	margin: 0;
	padding: 0;
	}
*/


div#columna-izq h3 {
	color: #F35921;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	margin: 0;
	padding: 0;
	}
	
div#columna-izq h4 {
	color: #685C3D;
	float: left;
	width: 454px;
	margin: 10px 0 0 0;
	padding: 0;
	font-size: 13px;
	}
	
div#columna-izq p {
	float: left;
	width: 454px;
	margin: 0 0 15px 0;
	padding: 0;
	}
	
.ampliar-info {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-transform: uppercase;
	text-decoration: none;
	}

/* COLUMNA DERECHA !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! */

div#columna-der {
	float: left;
	width: 276px;
	margin: 0;
	padding: 24px 0 0 0;
	border: 0;
	/*
	background-color: red;
	*/
	}
	
.bloque-destacados {
	float: left;
	margin: 0 0 16px 0;
	padding: 0 0 4px 0;
	width: 276px;
	background-color: white;
	border-bottom: 1px solid #C7C5B7;
	}

.encabezado {
	float: left;
	width: 268px;
	height: 20px;
	margin: 0 0 12px 0;
	padding: 3px 8px 0 0;
	background-image: url(../images/fondo_destacados.gif);
	background-repeat: repeat-x;
	text-align: right;
	}

.encabezado h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	margin: 0;
	padding: 0;
	}
	
.cuerpo-destacado {
	float: left;
	width: 258px;
	margin: 0 0 18px 0;
	padding: 0 10px 0 8px;
	border: 0;
	}
	
.cuerpo-destacado img {
	float: left;
	background-color: #FFFFFF;
	margin: 0 12px 0 0;
	padding: 3px !important;
	border: 1px solid #E4E1D6 !important;
	}
	
.cuerpo-destacado h3 {
	margin: 0;
	padding: 0;
	font-family: "Trebuchet MS", Arial, Tahoma, Verdana;
	color: #86867F;
	font-size: 13px;
	font-weight: bold;
	}
	
.cuerpo-destacado h3 a {
	color: #86867F;
	text-decoration: none;
	}

.cuerpo-destacado h3 a:hover {
	color: #86867F;
	text-decoration: underline;
	}
	
.cuerpo-destacado p {
	margin: 0;
	padding: 0;
	font-family: "Trebuchet MS", Arial, Tahoma, Verdana;
	font-size: 11px;
	color: #685C3D;
	}
	
.cuerpo-destacado p a {
	color: #DB4712;
	text-decoration: none;
	}
	
.cuerpo-destacado p a:hover {
	color: #DB4712;
	text-decoration: underline;
	}
	
/* PIE DE PÁGINA !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! */

div#pie {
	float: left;
	width: 758px;
	margin: 55px 0 8px 0;
	padding: 0;
	border: 1px solid #C7C5B7;
	}
	
div#pie-datos {
	float: left;
	width: 595px;
	height: 44px;
	margin: 0;
	padding: 12px 20px 0 14px;
	border: 1px solid white;
	background-image: url(../images/fondo_pie.gif);
	font-family: "Trebuchet MS", Arial, Tahoma, Verdana;
	font-size: 11px;
	color: #123344;
	}
	
.naranja {
	color: #F35921;
	font-family: "Trebuchet MS", Arial, Tahoma, Verdana;
	font-size: 11px;
	font-weight: bold;
	}
	
div#pie-datos span {
	font-weight: bold;
	}
	
.span-separa {
	margin-left: 8px;
	}
	
div#pie-datos a {
	color: #123344;
	text-decoration: none;
	}

div#pie-datos a:hover {
	color: #123344;
	text-decoration: underline;
	}
	
div#pie-separa {
	float: left;
	margin: 0;
	padding: 0;
	width: 1px;
	height: 58px;
	background-color: #C7C5B7;
	font-size: 0;
	} 

div#pie-subir {
	float: left;
	width: 124px;
	height: 33px;
	margin: 0;
	padding: 23px 0 0 0;
	border: 1px solid white;
	background-image: url(../images/fondo_pie.gif);
	font-family: "Trebuchet MS", Arial, Tahoma, Verdana;
	font-size: 11px;
	color: #123344;
	text-align: center;
	}

div#pie-subir a {
	font-family: "Trebuchet MS", Arial, Tahoma, Verdana;
	font-size: 11px;
	color: #123344;
	text-decoration: none;
	font-weight: bold;
	background-image: url(../images/flecha_subir.gif);
	background-repeat: no-repeat;
	background-position: 0 4px;
	padding: 0 0 0 14px;
	}
	
div#pie-subir a:hover {
	text-decoration: underline;
	color: #123344;
	}
	
/* BORDE INFERIOR !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! */

div#borde-inferior {
	float: left;
	width: 780px;
	background-repeat: no-repeat;
	background-image: url(../images/borde_inferior.gif);
	background-repeat: no-repeat;
	height: 5px;
	font-size: 0;
	margin: 0;
	}
	
/* MIGAS !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! */

div#migas {
	float: left;
	width: 450px;
	margin: 0;
	padding: 1px 0 9px 19px;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	border-bottom: 2px solid #f35921;
	}
	
div#migas span {
	color: #F35921;
	}
	
/* volver !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! */


div#volver {
	float: left;
	width: 450px;
	margin: 0 0 18px 0;
	padding: 1px 6px 1px 13px;
	border: 0;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	border-bottom: 1px solid #D4D3CE;
	/*
	background-color: #FBF7EA;
	*/

	text-align: right;
	}
	
div#volver a 
	{
	text-decoration: none;
	background-image: url(../images/flecha_izquierda.gif);
	background-repeat: no-repeat;
	padding-left: 10px;
	background-position: 0 50%;
	}

	
/* BARRA FOTOS !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! */

.barra-fotos {
	float: left;
	width: 440px;
	margin: 0 0 15px 0;
	padding: 0;
	border: 1px solid #F35921;
	}
	
/* ENLACES A MEMORIA DE CALIDADES Y PLANOS DE VENTA !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! */


	



.listado-breve
	{
	float: left;
	margin: 0;
	padding: 0;
	list-style: none;
	}

.listado-breve li
	{
	float: left;
	margin: 0;
	padding: 0;
	}

.listado-breve a, .listado-breve span 
	{
	float: left;
	display: block;
	width: 436px;
	margin: 0 0 1px 0;
	padding: 2px 4px;
	border: 0;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	border-bottom: 1px solid #CBCAC8 !important;
	background-color: #FBF7EA;
	color: #8F8260;
	text-decoration: none;
	/*
	font-weight: bold;
	background-image: url(../images/bullet_derecha_blanco.gif);
	background-repeat: no-repeat;
	background-position: 430px 50%;
	*/
	}

	
.listado-breve a:hover
	{
	background-color: #F5EFDA;
	} 

	
div#planos-planta {
	float: left;
	width: 442px;
	margin: 5px 0 15px 0;
	padding: 0;
	/*
	background-color: red;
	*/
	}

div#planos-planta img {
	float: left;
	margin: 5px 0 15px 0;
	padding: 5px;
	border: 1px solid #CCCCCC;
	}
	
div#planos-planta h3 
	{
	font-size: 12px !important;
	}
	
div#leyenda-ventas 
	{
	float: left;
	margin: 0 0 15px 0;
	padding: 0;
	}

div#leyenda-ventas img 
	{
	border: 0;
	padding: 0;
	margin: 0;
	}
	
/* */

.lista-viviendas
	{
	float: left;
	width: 440px;
	margin: 10px 0 20px 0;
	padding: 0;
	border: 1px solid #dbe3e5;
	border-bottom: 0;
	}
	
.vivienda
	{
	float: left;
	width: 440px;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #dbe3e5;
	}
	
.vivienda:hover
	{
	background-color: #eeeeee;
	}

.vivienda:hover .vivienda-nombre
	{
	background-color: #eeeeee;
	}
	
.vivienda-nombre
	{
	float: left;
	width: 294px;
	margin: 0;
	padding: 4px 8px;
	background-color: #f8f8f8;
	font-size: 12px;
	}

.vivienda-botones
	{
	float: left;
	width: 114px;
	margin: 0;
	padding: 4px 8px 0 8px;
	}
	
.vendido	
	{
	background-image: url(../images/vendido.gif);
	background-repeat: no-repeat;
	background-position: 316px 50%;
	}
	
.vivienda-vendido span
	{
	display: none;
	}

.descargar
	{
	text-decoration: none;
	padding-right: 10px;
	background-repeat: no-repeat;
	background-position: 100% 50%;
	color: #666666;
	font-size: 10px;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal !important;
	margin-right: 12px;
	}
	
.ver
	{
	text-decoration: none;
	background-repeat: no-repeat;
	background-position: 100% 50%;
	color: #666666;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal !important;
	font-size: 10px;
	color: #f35921;
	}	
	
.ver:hover, .descargar:hover
	{
	text-decoration: underline;
	}

.descargar
	{
	background-image: url(../images/ico_lista_descargar.gif);
	}



