html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, blockquote,  
pre, form, fieldset, table, th, td { margin: 0; padding: 0; }  
body{

	background: url('../images/fondo.jpg') repeat-x fixed;
	background-color:#5b5b5b;
	font-size:100%; 
	font-family: Helvetica, Arial, Tahoma, sans-serif;
}
#top{
	width:100%;
	height:4px;
	font-size:0px;
	background-color:#373737;
	border-bottom:1px solid #7B7B7B;
}
a img{
	border:0;
}
#superior{
	position:relative;
	margin-top:20px;
	float:none;
	display:block;
	width:100%;
	height:65px;
}
#logo{

	width:230px;
	float:left;
	height:65px;	

}
#menu{
	
	float:right;
	width:600px;
	height:65px;	
	background: url('../images/menu.png');
}
#menu ul{
	list-style-type: none;	
	margin:20px 0px 0px 35px;
	font-size:1.1em;
	
}
.clear{
		clear:both;
}
#menu li{
	float:left;
	margin-left:30px;
}

#menu a,#menu a:visited{
	color:#737373;
	text-decoration:none;
}
#menu a:hover{
	color:#BBBBBB;
	text-shadow:#C0C0C0 0px 0px 10px;
}

#centrado{	
	position:relative;
	width:820px;
	margin: auto;
	margin-top:20px;	
	
}
.contenido{
	margin:0px 10px 0px 10px;
	background-color:#353535;
	color:white;	
	font-size:0.9em;
	overflow:hidden;
	box-shadow:0 0 15px rgba(0,0,0,0.5);
	border-radius:5px;
	overflow:hidden
}
.banner{
	border-bottom:3px solid white;
}
.caps0{
	font-weight:bold;
	color:#30B8EB;
}

#texto{
	margin:20px 20px 0px 20px;	
}
#texto p{
	margin:10px 0px 10px 0px;
}
#texto images{
	margin-left:10px;
	border:1px solid white;
}


h1{
	font-size:1.3em;
}
.clear{
	clear:both;
	font-size:0px;
}
#pie{
	margin-top:50px;
	
	background:url('../images/pie.png');
	width:800px;
	height:60px;
	color:#5E5C5C;
	font-size:0.7em;
    -moz-border-radius-bottomleft:5px; -webkit-border-bottom-left-radius:5px;
    -moz-border-radius-bottomright:5px; -webkit-border-bottom-right-radius:5px;
	padding-left:5px;
}
#pie ul{
	padding:10px 5px 0px 0px;
    line-height:1.3em;
	text-transform:uppercase;
	
}
#pie p{
	padding-top:10px;
}
#pie ul li{
	display:inline;
}
#pie ul li a{
	color:#5E5C5C;
	text-decoration:none;
}
#pie ul li  a:hover{
	color:#CDCDCD;
	text-decoration:none;
}
#pie a{
	color:#5E5C5C;
}
h3{
	display:inline;
	font-size:1.2em;
}
a:active, a:focus {
	outline: 0;
}
a{
	color:#fff;
	text-decoration:none;
}


form label{
display:block;
}
/*Específico...*/

.piso{
	margin:15px 0;
	height:105px;
	box-shadow:inset 0 0 15px rgba(255,255,255,0.2), 0 0 10px #333;
	padding-right:10px;
	border:1px solid #3a3a3a;
	font-size:0.8em;
	border-radius:15px;
}
.piso .info em{
	font-size:0.9em;
	color:#afafaf
}
.piso .info{
	float:left;
	width:400px;
	text-align:justify;
	padding-top:5px;
}
.piso .info p{
	font-family:helvetica;
}
.piso .precio p b{
	font-size:1.5em;
}
.piso h2{
	font-family:tahoma;
	font-size:1.7em;
}
.piso .precio{
	float:right;
	width:100px;
	margin-top:30px;
}
.precio em{
	font-size:0.9em;
}
.precio strong{
	font-size:1.9em;
}
.piso .foto{
	border:1px solid #fff;
	float:left;

	margin-right:10px;
	
	width:164px;
	height:100px;
	overflow-y:hidden;
	box-shadow:0 0 15px rgba(0,0,0,1);
}

/* ficha */

#ficha{

}
#ficha h1{
	font-size:1.8em;
	font-family:tahoma;
	border-bottom:1px solid #666;
	margin-bottom:5px;
}
#ficha #formulario span{
	font-size:1.3em;
	display:block;
	font-weight:bold;
}
#formulario{
	padding:15px;
	background:#3f3f3f;
	float:right;
	width:230px;
	box-shadow:0 0 10px #222;
	-moz-box-shadow:0 0 10px #222;
	-webkit-box-shadow:0 0 10px #222;
	border-radius:5px;
}
#formulario label{
	display:block;
	font-weight:bold;
	font-size:0.9em;
	color:#bfbfbf;
}
#formulario h4{
	text-align:center;
}
#formulario input[type=text],#formulario textarea{
	width:220px;
	background:#bababa;
	border:2px solid #999;
	box-shadow:inset 0 0 10px #777;
	-webkit-box-shadow:inset 0 0 10px #777;
	box-shadow:inset 0 0 10px #777;
	border-radius:3px;
}
::-webkit-input-placeholder{
	color:#ccc;
}
:-moz-placeholder{
	color:#ccc;
}
#formulario input[type=image]{
	margin-top:10px;
}
#ficha #principal{
	width:480px;
	float:left;
	overflow:hidden;
	height:280px;
	border-radius: 5px;
	box-shadow:0 0 10px rgba(0,0,0,0.5);
}
#ficha #principal img{
	width:480px;
	border: 1px solid #666666;

}

#ficha #imagenes{
	margin-top:10px;
	padding-top:5px;
	text-align:center;
}
#ficha #imagenes img{
	height:80px;
}
#ficha #imagenes a img{
	border:1px solid #666;
    border-radius: 3px;
}
#ficha #imagenes a:hover img{
	border:1px solid #fff;
}

hr{
	border:0;
	border-top:1px solid #666;
	clear:both;
}

#ficha h2{
	font-size:1.3em;
	color:#d5d5d5;
}

#ficha .h4{
	font-size:1.5em;
	position:relative;
	top:-25px;
}


#mapa{
	width:480px;
	height:275px;
	float:left;
}

#busqueda{
	display:none;

	border:1px solid #dadada;
	background:#666;
	padding:15px;
	width:250px;
}

#busqueda input[type=submit]{
	background:#999;
	border:1px solid #000;
	padding:3px 10px;
}
#busqueda input[type=text],#busqueda select{
	width:70px;
	margin-left:10px;
}

#ajax{
	display:none;
	text-align:center;
	margin-top:50px;
}
#error{
	text-align:center;
	margin:15px;
}

.foto{
	-webkit-transition: 0.4s ease-in-out;
	-moz-transition: 0.4s ease-in-out;
	-o-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
}
.foto:hover {
	box-shadow:0 0 10px #fff;
	-webkit-box-shadow:0 0 10px #fff;
	-moz-box-shadow:0 0 10px #fff;
}

#cercanos{
	margin-top:15px;
	padding-top:5px;
	border-top:1px solid #555;
}
#cercanos h2{
	font-size:1.2em;
}
#cercanos h3{
	font-size:0.9em;
}
#cercanos .cercano{
	float:left;
	width:164px;
	margin:35px 20px 0 0;
	text-align:center;
	border:1px solid #555;
	
	background: #3F3F3F;
	box-shadow: 0 0 10px #222;
	-moz-box-shadow: 0 0 10px #222;
	-webkit-box-shadow: 0 0 10px #222;
	
	min-height:160px;
	
	-webkit-transition: 0.4s ease-in-out;
	-moz-transition: 0.4s ease-in-out;
	-o-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
	
	border-radius:5px;
	overflow:hidden;
}
#cercanos .cercano:hover{
	box-shadow: 0 0 10px #fff;
	-moz-box-shadow: 0 0 10px #fff;
	-webkit-box-shadow: 0 0 10px #fff;
}
.cercano img{
	width:164px;
	height:92px;
	margin-bottom:5px;
}
.cercano strong{
	display:block;
	margin-top:5px;
}
#social{
	float:right;
	width:190px;
	height:30px;
	margin-bottom:-30px;
	margin-top:-30px;
	position:relative;
	text-align:right;
}
#social .fb_share_size_Small{
	left:0;
	top:-2px;
	position: absolute;
}

#accesos{

}

.acceso{
	float:left;
	background:url(../images/dormitorios.png) no-repeat 50% 50%;
	border-radius:5px;
	border:1px solid #333;
	box-shadow:0 0 20px rgba(0,0,0,.6);
	cursor:pointer;	
	position:relative;
	width:110px;
	height:114px;
	background-image:url(../images/dormitorios.png);
	background: url(../images/dormitorios.png),rgb(69,72,77); /* Old browsers */
	background: url(../images/dormitorios.png),-moz-linear-gradient(top, rgba(69,72,77,1) 0%, rgba(0,0,0,1) 100%); /* FF3.6+ */
	background: url(../images/dormitorios.png),-webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(69,72,77,1)), color-stop(100%,rgba(0,0,0,1))); /* Chrome,Safari4+ */
	background: url(../images/dormitorios.png),-webkit-linear-gradient(top, rgba(69,72,77,1) 0%,rgba(0,0,0,1) 100%); /* Chrome10+,Safari5.1+ */
	background: url(../images/dormitorios.png),-o-linear-gradient(top, rgba(69,72,77,1) 0%,rgba(0,0,0,1) 100%); /* Opera11.10+ */
	background: url(../images/dormitorios.png),-ms-linear-gradient(top, rgba(69,72,77,1) 0%,rgba(0,0,0,1) 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#45484d', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, rgba(69,72,77,1) 0%,rgba(0,0,0,1) 100%); /* W3C */
	background-repeat:no-repeat;
	background-position:50% 30%;
	margin:5px;
}
.acceso span{
	position:absolute;
	bottom:10px;
	left:15px;
	text-shadow:0 0 3px rgba(0,0,0,0.3);

}
.acceso:hover{
	box-shadow:0 0 10px rgba(255,255,255,0.3);
}

/* fix */

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}


label.input_referencia{
	clear:both;
	display:block;
	color:#fff;
	font-size:1.1em;
	padding-top:10px;
	text-shadow:0 0 5px #000;
	margin-bottom:10px;
}
input[type=text].input_referencia{
	border-radius:5px;
	padding:5px 3px;
	padding-left:10px;
	border:0 solid #000;
	background:#fff;
	font-family:Times new roman;
	font-size:1.2em;
	color:#666;
	font-style:italic;
	box-shadow:0 0 15px rgba(0,0,0,0.4);
	width:40px;
	margin-left:10px;
}
input[type=submit].input_referencia{
	border-radius:3px;
	background:#1475C4;
	color:#fff;
	padding:5px 20px;
	text-shadow:0 0 5px #000;
	border:0;
	font-size:1.2em;
	box-shadow:0 0 15px rgba(0,0,0,0.4);
}

#entorno{
	padding:10px;
	border-radius:5px;
	background:rgba(255,255,255,0.1);
	margin-top:30px;
	box-shadow:0 0 15px rgba(0,0,0,0.4);
	border:1px solid #555;
}
#entorno .image{
float:left;
width:130px;
margin:20px;
height:130px;
}

#entorno .image span{
	color:#aaa;
}
#entorno .image strong{
	display:block;
	height:30px;
	overflow:hidden;

}
#entorno .image img{
display:block;
margin:5px auto;
border-radius:5px;
box-shadow:0 0 10px rgba(0,0,0,0.3);
}
#entorno h3{

}
