@charset "utf-8";
/* CSS Document */
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* es recomendable ajustar a cero el margen y el relleno del elemento body para lograr la compatibilidad con la configuración predeterminada de los diversos navegadores */
	padding: 0;
	text-align: center; /* esto centra el contenedor en los navegadores IE 5*. El texto se ajusta posteriormente con el valor predeterminado de alineación a la izquierda en el selector #container */
	color: #000000;
	background-color: #06F;
	background-image: url(../images/nubes.jpg);
	/*background-image: url(../images/default-bg.gif);*/
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: left bottom;
}
.oneColFixCtr #container {
	width: 1000px;
	margin: 0 auto; /* los márgenes automáticos (conjuntamente con un ancho) centran la página */
	border: 1px solid #FFF;
	text-align: left; /* esto anula text-align: center en el elemento body. */
	background-color: #FFFFFF;
	background-image: url(../images/superior.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.oneColFixCtr #mainContent {
	padding: 0 20px; /* recuerde que el relleno es el espacio situado dentro del cuadro div y que el margen es el espacio situado fuera del cuadro div */
	background-image: url(../images/inferior.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
#mainContent #izquierda {
	/*width: 800px;
	float: left;*/
}
#mainContent #derecha {
	float: right;
	width: 150px;
	margin-left: 20px;
}

#cabecera {
	background-image: url(../images/logocastlehomes.png);
	background-repeat: no-repeat;
	background-position: right 2px;
	height: 88px;
	padding-bottom: 10px;
}
#cabecera #idiomas {
	padding-top: 20px;
}
#cabecera #castle {
	font-size: 20px;
	font-family: Arial, Helvetica, sans-serif;
	padding-left: 600px;
	color: #000;
	font-weight: bold;
}
#cabecera #state {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	padding-left: 575px;
	#margin-top:3px;
}
#menutop {
	/*width:1000px;*/
	height:42px;
	padding:0px;
	clear:both;
	background-color:#F90;
}
.espacio_banner {
	padding-top: 0px;
}
h1 {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 30px;
	font-style: italic;
	color: #333;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333;
	line-height: 20px;
}
.respuesta {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #999;
}

#pie {
		padding-top: 15px;
	padding-right: 25px;
	padding-left: 25px;
	background-image: url(../images/fondo-pie.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 82px;
}
#pie h6{
font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #999;
	text-align: left;	
}
#menu{
	width:1000px;
	height:42px;
	padding:0px;
	clear:both;
	background-color:#50A842;
}
#sddm
{
	margin: 0;
	z-index: 30;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 150;
	}

#sddm li
{
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	font-family: arial;
	font-size: 10px;	/*border: 1px solid #5970B2;*/
	height: 42px;
	width: 140px;
}

#sddm li a
{
	display: block;
	color: #000000;
	text-align: center;
	text-decoration: none;
	color: #FFF;
	text-decoration: none;
	line-height:22px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	background-color: #F90;
	margin-top: 0;
	margin-right: 3px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	}

#sddm li a:hover
{
	color: #000;
	text-decoration: none;	/*border-top: 1px dashed #ffffff;*/
	background-color: #F60;
}

#sddm div
{
	position: absolute;
	visibility: hidden;
	margin: 0;
	padding: 0;
	border: 1px solid #50A842;
}

	#sddm div a
	{
	position: relative;
	display: block;
	margin: 0;
	padding: 5px 10px;
	width: auto;
	white-space: nowrap;
	text-align: left;
	text-decoration: none;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #00cc66;
}

	#sddm div a:hover
	{
	color: #fff;
	background-color: #C00;
	text-decoration: none;
}
.item_producto_destacado {
	float: left;
	width: 340px;
	height: 325px;
	margin-top: 50px;
	margin-right: 50px;
	margin-bottom: 0;
	margin-left: 50px;
	background-image: url(../images/fichadestacado.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.item_producto_categoria {
	width: 310px;
	height: 19px;
	padding-left: 20px;
}
.item_producto_categoria a {
	font: bold 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #666;
	text-decoration: none;
	text-transform: uppercase;
	line-height: 2.5em;
}
.item_producto_imagen {
	width: 275px;
	height: 196px;
	text-align:center;

	#margin-top:10px;
	margin-top: 7px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}
.item_producto_imagen img{
	max-height: 200px;
	
}

.item_producto_imagen a {
	width: 275px;
	height: 196px;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
.item_producto_imagen images { border: none; display:inline; }
.item_producto_detalles {
	width: 260px;
	height: 15px;
	text-align: left;
	text-transform: uppercase;
	padding-top: 5px;
	padding-right: 35px;
	padding-bottom: 0;
	padding-left: 20px;


	#margin-top:-10px;
	margin-top: -5px;
}
.item_producto_detalles .marca {
	text-transform: uppercase;
	height: 35px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	width: 290px;
}
.item_producto_detalles .marca p{
	text-transform: uppercase;
	height: 35px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	width: 290px;
}

.item_producto_detalles .camas {
	text-transform: uppercase;
	height: 15px;
	float:left;
	margin-top: 5px;
}
.item_producto_detalles .orientacion {
	text-transform: uppercase;
	height: 15px;
	float:right;
	margin-top: 5px;
}


.item_producto_detalles a {
	font: 11px Arial, Helvetica, sans-serif;
	color: #74706b;
	text-decoration: none;
	border-bottom: dotted 1px #b1ad9f;
	line-height: 14px;
}
.item_producto_precio {
	width: 310px;
	/*height: 36px;*/
	text-align: center;
	color: #39C;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	margin-top: 50px;
	margin-right: 2px;
	margin-bottom: 0;
	margin-left: 2px;
}

.item_producto .item_producto_precio {
	width: 201px;
}
#descripcionfincas {
	min-height: 950px;
}
#buscador {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	color: #333;
	background-image: url(../images/adornobuscador.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	padding-left: 5px;
	height: 450px;
}
#destacamos {
	background-image: url(../images/fadorno.png);
	background-repeat: repeat-x;
	height: 20px;
	padding-top: 3px;
}
#destacamos .destacamos-cabecera {
	color: #000;
	padding-left: 25px;
	background-image: url(../images/bullet_blue.png);
	background-repeat: no-repeat;
	background-position: 5px center;
	padding-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.bordecompleto {
	border: 1px dashed #F90;
}
.descripciongeneral {
	line-height: 18px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
}

#derecha p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
}
.textoderecho {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
}

#enlacespaginas{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	clear: both;
}
#separador {
	clear: both;
	height: 50px;
	width: 500px;
}

#enlacespaginas p{
	height: 30px;
}
#enlacespaginas a{
	color: #000;
	text-decoration: none;
	background-color: #FC9;
	padding: 2px;
	border: 1px solid #F90;
}
#enlacespaginas a:hover{
	color: #FFF;
	text-decoration: none;
	background-color: #333;
	padding: 2px;
	border: 1px solid #FC9;
}
#opciones a {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #36F;
	text-decoration: none;
}
#opciones a:hover {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #F90;
	text-decoration: none;
}
.contact_info_title{
	font-size:12px;
	color:#F90;
	padding:10px 0 0 15px;
	font-weight:bold;
	font-family: Tahoma, Geneva, sans-serif;
}
#destacamos {
	background-image: url(../images/fadorno.png);
	background-repeat: repeat-x;
	height: 20px;
	padding-top: 3px;
}
#destacamos .destacamos-cabecera {
	color: #333;
	padding-left: 25px;
	background-image: url(../images/bullet_blue.png);
	background-repeat: no-repeat;
	background-position: 5px center;
	padding-bottom: 0px;	
}
.errores {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	color: #666;
	line-height: 1.5em;
}
#error {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	line-height: 1.8em;
	color: #666;
	background-image: url(../images/castillo2.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 150px;
	width: 500px;
	margin-right: auto;
	margin-left: auto;
	text-align: justify;
	margin-top: 150px;
	clear: both;
}
#logogrande {
	width: 95px;
	padding-top: 98px;
	float: left;
	margin-left: 150px;
	margin-right: 80px;
}

