﻿@charset "utf-8";
/* CSS Document */

body {
	
	margin: 0 auto;
	background:#e8ecef;
	font-family:'Ubuntu', Verdana, Arial, Helvetica, sans-serif;
	
}

#container {
	
	width:980px;
	margin: 0 auto;
	margin-top:10px;
	margin-bottom:20px;
	border:1px dotted #a3a09e;
	box-shadow:  4px 4px 2px 2px #a3a09e;
	
	background:#FFF;
	position:relative;
}


#header{
	
	height:125px;
	/*border-bottom:2px solid #e8ecef;*/

	
	
}

#logo {
	
	background-image:url(../img/logo.png);
	background-repeat:no-repeat;
	width:350px;
	height:105px;
	float:left;
	margin-top:15px;
	margin-left:30px;
}

#ribbon { 
	background-image:url(../img/92.png) ;
	background-repeat:no-repeat;
	width:250px;
	height:60px;
	float:right;
	margin-top:20px;
	margin-right:15px;
}

#api {
	background-image:url(../img/apilogo.png) ;
	background-repeat:no-repeat;
	width:100px;
	height:40px;
	margin-top:38px;
	float:right;
	
	margin-right:1px;
	
	
}




	
	
	
.tag {
	
	font-size:110%;
	position:absolute;
	margin-left:-275px;
	margin-top:85px;
	font-family:'Ubuntu', Verdana, Arial, Helvetica, sans-serif;
	}


.tab {
	
	font-size:70%;
	color:#797774;
	
}
	
#slide {
	
	position:absolute;
	height:444px;
	
	
	padding-left:20px;
	padding-right:20px;
}

#footer {
	width:980px;
	margin:0 auto;
	margin-top:20px;
	margin-bottom:3px;
	height:25px;
	box-shadow: 0 2.5px 5px rgba(0,0,0,.1);
	-moz-box-shadow: 0 2.5px 5px rgba(0,0,0,.1);
-webkit-box-shadow: 0 2.5px 5px rgba(0,0,0,.1);


	
}
#footer p{
	font-family:'Ubuntu', Verdana, Arial, Helvetica, sans-serif;
	font-size:75%;

	text-align:center;
	color:#666;
	
}

	
#info_map_left {
	
	float:left;
	margin-right:5px;
	margin-top:2px;
}



#info_map_right {
float:right;



width: 175px;
height:75px;
font-family:'Ubuntu', Verdana, Arial, Helvetica, sans-serif;
color:#666;
line-height:40%;

}

#info_map_right  h1{
font-size:60%;
width:175px;
text-transform:uppercase;

	}
	
#info_map_right p{
	width:170px;
font-size:60%;


	}
	
#secciones {
	
border:2px solid #e8ecef;
margin-top:-18px;

width:910px;
height:300px;

margin: 0 auto;
box-shadow: 0 2.5px 5px rgba(0,0,0,.1);

}

#seccion1 {
	
	float:left;
	margin-left:5px;	
	height:300px;
	width:298px;
	background:url(../img/background_seccion.png) no-repeat;
	
	
}


#seccion1:hover {
background:url(../img/background_seccion2.png) no-repeat;
	
}
#seccion2 {
	
	
	float:left;
	margin-left:5px;
	
	
	background:url(../img/background_seccion.png) no-repeat;
	height:300px;
	width:298px;
}

#seccion2:hover {
background:url(../img/background_seccion3.png) no-repeat;
	
}
#seccion3 {
	
	float:left;
	margin-left:5px;
	background:url(../img/background_seccion.png) no-repeat;
	

	height:300px;
	width:298px;
}

#seccion3:hover {
background:url(../img/background_seccion4.png) no-repeat;
	
}
.logo_seccion { /*logo central*/
	
	
	margin-left:120px;
	margín-top: 8px;
	margin-bottom:5px;
	
	}
	
.seccion_logo {
	
	height:95px;
	width:310;
	
}

.seccion_texto {
	
	height:190px;}
	
	
	
	.heading {
	font-family:'Ubuntu', Verdana, Arial, Helvetica, sans-serif;
	font-size:90%;
	text-align:center;
	color:#333;
	font-weight:bold;
	
}

.texto_seccion {
	
	font-family:'Ubuntu', Verdana, Arial, Helvetica, sans-serif;
	font-size:90%;
	text-align:center;
	color:#333;
	padding-top:10px;
	padding-left:10px;
	padding-right:10px;
}

.seccion_info{
	
	height:20px;
	background-color:#d40d4a;}
	
	.seccion_info_compre{
	
	height:15px;
	background-color:#d40d4a;}
	
	.seccion_info_venda{
	
	height:15px;
	background-color:#3859b3;}
	
	.seccion_info_alquile{
	
	height:15px;
	background-color:#0ea05e;}

.destacar {
	font-weight:bold;
	text-decoration:underline;	

}
	
.info {
	margin-top:10px;
	float:right;
	margin-right:10px;
	font-size:90%;
	
	vertical-align:bottom;}
	
p.info  a {
	color:#FFF; }


p.info a.active, p.info a:hover {
color:#333;

}
