/* @override 
	http://www.cromatiu.net/kivistontie/css/style.css
*/

@import url('css/reset.css');

/* Just some example content */

body {
  font-family: 'Cabin', sans-serif;
  font-size: 12px;
  line-height:18px;
  	color: #999;
}

h2, h3, h4{
}

.clear{
	clear: both;
}

ul{
	list-style: none;
}

.azul{
	color: #20A3E9;
}

#myGallery{
	display: none;
}


.entry-title,.entry-meta {

}

div#header {
	background:#fff;
	color: #333;
	margin-top: 30px;
}
a{
	text-decoration: none;
}

div#header #cont-header{
	width:895px;
	margin: 0 auto;
	position: relative;
	padding: 30px 30px 10px 30px; 
	
}

div#header #cont-header h1{
	width:257px;
	float: left;
}

div#header #cont-header h1 a{
	width:257px;
	display: block;
	height:93px;
	background-image: url(../images/fondo/logo.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
	text-indent: -9999px;
	
}

div#header #cont-header h1 a:hover{
	background-position: 0 0px;
	
}

div#header #cont-header #primary{
	width: 600px;
	float: right;
}

div#header #cont-header #primary #menu-1 .menu-item{
	min-width: 30px;
	float: left;
	position:relative;
	padding-bottom: 20px;
}

div#header #cont-header #primary #menu-1 a{
	display: block;
	text-align: right;
	padding:40px 0 0 0px;
	margin-left: 20px;
	line-height: 20px;
	font-size: 13px;
	color: #A6A6A6;
	text-transform: uppercase;
}

div#header #cont-header #primary #menu-1 .desplegable{
	position: absolute;
	z-index: 100;
	top: 60px;
	left: -80px;
	background: #fff;
	padding: 10px;
	border: #ccc solid 1px;
	width: 300px;
	display: none;
}

div#header #cont-header #primary #menu-1 .desplegable .submenu-img{
	width: 120px;
	float: left;
}

div#header #cont-header #primary #menu-1 .desplegable .submenu{
	width: 140px;
	float: right;
}

div#header #cont-header #primary #menu-1 .desplegable .submenu li.submenu-item{
	width: 140px;
	float: right;
	border-top: 1px dotted #999;
	padding: 2px;

}

div#header #cont-header #primary #menu-1 .desplegable .submenu li.submenu-item:first-child{

	border-top: none;


}

div#header #cont-header #primary #menu-1 .desplegable .submenu li.submenu-item a{
	width: 140px;
	float: right;
	font-size: 13px;
	text-transform: none;
	padding: 0;
	margin: 0;
	text-align: left;
}




div#header #cont-header #primary #menu-1 a:hover{
	color: #20A3E9;
}

div#header #cont-header #primary #menu-1 a.active{
	color: #20A3E9;
	
}


#content {
	width:895px;
	margin: 30px auto 0 auto;
	
}

.espacio{
	height:200px;
}

#footer {
	width: 100%;	
	background: #fff;	
}




.cont-pie {
	width: 895px;
	margin:0 auto;
	display: hidden;
	padding-top: 25px;
}

.cont-pie h4{
	color: #20A3E9;
	text-transform: uppercase;
	border-bottom: dotted 1px #999;
	display: inline-block;
	font-size: 14px;
	font-weight: 400;
	margin-bottom: 20px;
}

.cont-pie .col-1{
	width: 230px;
	float: left;
}

.cont-pie .col-1 ul{
	margin-top: 10px;
}

.cont-pie .col-1 li{
	margin-top: 10px;
	display: block;
}



.cont-pie .col-1 li a{
	width: 90px;
	color: #999;
	background-image: url(../images/fondo/social.png);
	background-position: 0 0;
	line-height:25px;
	height: 25px;
	padding-left: 40px;
	display: block;
	
}

.cont-pie .col-1 li.twitter a{
	background-position: 0 0;
}

.cont-pie .col-1 li.twitter a:hover{
	background-position: 0 -25px;
	color: #20A3E9;
}

.cont-pie .col-1 li.facebook a{
	background-position: 0 -50px;
}

.cont-pie .col-1 li.facebook a:hover{
	background-position: 0 -75px;
	color: #20A3E9;
}

.cont-pie .col-1 li.google a{
	background-position: 0 -100px;
}

.cont-pie .col-1 li.google a:hover{
	background-position: 0 -125px;
	color: #20A3E9;
}

.cont-pie .col-2{
	width: 245px;
	float: left;
}

.cont-pie .col-2 p{
	margin-bottom: 10px;
}

.cont-pie .col-2 .input-large{
	width: 239px;
	background-image: url(../images/fondo/input-large.png);
	background-repeat: no-repeat;
	height: 18px;
	padding: 3px;
	margin-bottom: 5px;
	
}

.cont-pie .col-2 .input-large input{
	width: 225px;
	height: 18px;
	padding: 0;
	border:none;
	font-family: 'Cabin', sans-serif;
	font-style: italic;
	color: #999;
	background: transparent;
}

.cont-pie .col-2 .input-large input:focus{
	outline: none;
	color: #333;
}

.cont-pie .col-2 p.verificar{
	margin-bottom: 3px;
}

.cont-pie .col-2 .capcha{
	width:62px;
	float: left;
	margin-right: 10px;
	margin-top: 3px;
}

.cont-pie .col-2 .input-small{
	width:65px;
	float: left;
	margin-right: 10px;
	background-image: url(../images/fondo/input-small.png);
	background-repeat: no-repeat;
	height: 18px;
	padding: 3px;
}

.cont-pie .col-2 .input-small input{
	width: 62px;
	height: 18px;
	padding: 0;
	border:none;
	font-family: 'Cabin', sans-serif;
	color: #999;
	background: transparent;
}

.cont-pie .col-2 .input-small input:focus{
	outline: none;
	color: #333;
}

.cont-pie .col-2 .input-submit{
	width:65px;
	float: right;
	margin-right: 10px;

}

.cont-pie .col-2 .input-submit input{
	width: 62px;
	display: block;
	height: 27px;
	padding: 0;
	border:none;
	font-family: 'Cabin', sans-serif;
	text-transform: uppercase;
	color: #999;
	background: transparent;
	background-image: url(../images/fondo/input-submit.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}

.cont-pie .col-2 .input-submit input:hover{
	color: #fff;
	background-position: 0 -28px;
}




.cont-pie .col-3{
	width: 290px;
	float: right;
}

.cont-pie .col-3 ul#tweets{
	
}

.cont-pie .col-3 ul#tweets a{
	color: #20A3E9;
}

.cont-pie .col-3 ul#tweets li{
	margin-bottom: 14px;
}

#footer2 {
	width: 100%;	
	background: #20A3E9;
}

.cont-pie2 {
	width: 895px;
	margin:0 auto;
	display: hidden;
	padding: 10px 0;
	color: #fff;
}

#footer2 .cont-pie2 .financia{
	width: 300px;
	float: left;
}

#footer2 .cont-pie2 .financia a{
	line-height: 30px;
}

#footer2 .cont-pie2 .financia a img{
	padding-top: 5px;
}

#footer2 .cont-pie2 .credits{
	width: 300px;
	float: right;
	text-align:right
}

#footer2 .cont-pie2 .credits a:hover{
	color: #ccc;
}


/*------- CONTACTO -----------*/

#content-contacto{
	width:895px;
	margin: 30px auto 0 auto;
}

#content-contacto h2.entry-title{
	background: #fff;
	width: 310px;
	padding: 10px 30px;
	margin-bottom: 10px;
		color: #20A3E9;
		font-weight: 400;
		font-size: 18px;
}

#content-contacto #texto-contacto{
	background: #fff;
	width: 310px;
	padding: 30px;
	margin-bottom: 50px;
	float: left;
	margin-right: 10px;
	min-height: 460px;
}

#content-contacto #texto-contacto h3{
	color: #20A3E9;
	font-weight: 400;
	margin-top: 20px;

}

#content-contacto #texto-contacto a{
	color: #999;

}

#content-contacto #texto-contacto a:hover{
	color: #20A3E9;
}

#content-contacto #texto-contacto .telefono{
	font-size: 18px;
	line-height: 27px;
}

#content-contacto #imagen-contacto{
	width: 295px;
	float: left;
	background: #ccc;
	height: 520px;
	overflow: hidden;
}

/*------- SECCION -----------*/

#content-seccion{
	width:895px;
	margin: 30px auto 30px auto;
}

#content-seccion h2.entry-title{
	background-image: url(../images/fondo/fondo-titulo.png);
	background-position:0 0;
	width: 450px;
	padding: 10px 30px;
	margin-bottom: 10px;
	color: #20A3E9;
	font-weight: 400;
	font-size: 18px;
}

#content-seccion #cont-accordion{
	background: #fff;
	width: 450px;
	padding: 30px;
	margin-bottom: 10px;
}

#content-seccion #cont-accordion p{
	margin-bottom: 18px;
}

#content-seccion #cont-accordion .tabla{
	width: 450px;
}

#content-seccion #cont-accordion .tabla th{
	text-align: left;
	color: #fff;
	background-image: url(../images/fondo/fondo-th.jpg);
	line-height: 28px;
	padding: 0 3px;
}
#content-seccion #cont-accordion .tabla tr td{
	border-bottom:#ccc solid 1px;
	line-height: 28px;
	padding: 0 3px;
	
}

#content-seccion #cont-accordion .tabla .vivienda{
	width: 49px;
}

#content-seccion #cont-accordion .tabla .caracteristicas{
	width: 204px;
}

#content-seccion #cont-accordion .tabla .metros{
	width: 57px;
}

#content-seccion #cont-accordion .tabla .precio{
	width: 94px;
}

#content-seccion #cont-accordion img{
	width: 450px;
	margin-bottom: 10px;
}

#content-seccion #contacto{
	width: 280px;
	float: left;
	background: #fff;
	padding: 30px;
	margin-right: 10px;
	min-height: 60px;
}

#content-seccion #contacto h3{
	color: #20A3E9;
	font-weight: 400;
	
}

#content-seccion #contacto a{
	color: #999;
}

#content-seccion #contacto a:hover{
	color: #20A3E9;
	font-size: 14px;
}

#content-seccion #contacto a:hover{
	color: #20A3E9;
}

#content-seccion #brochure{
	width: 100px;
	float: left;
	background: #fff;
	padding: 50px 30px;
	min-height: 20px;
}

#content-seccion #brochure a{
	width: 93px;
	display: block;
	background-image: url(../images/fondo/brochure.png);
	background-position: 0 0;
	text-align:center;
	line-height: 19px;
	height: 19px;
}

#content-seccion #brochure a:hover{	
	background-position: 0 -20px;
	}


