* {
	margin:0;
	padding:0;
	border:0;
	outline:0;
}
li {
	list-style:none;
}
article, aside, canvas, figure, figure img, figcaption, hgroup, footer, header, nav, section, audio, video, div {
display: block;
}
body {
	font-size: 62.5%; /* font-size 1em = 10px */
	background-image: url(../imagenes/fondo.png);
	background-repeat: repeat;
}
/*
  ========================================================================================================================
  ESTRUCTURA
  ========================================================================================================================
*/
header {
	background-image: url(../imagenes/fondo_header.png);
	background-repeat: repeat-x;
	height: 109px;
}
#main{
	padding-top: 40px;
	background: url(../imagenes/oblique-lines.png) repeat-x;
	margin-bottom: 60px;
}
/*
  ========================================================================================================================
  HEADER
  ========================================================================================================================
*/
#logo img{
	margin-top:22px;
}
nav {
	float:right;
}
.botonera {
	clear:both;
	background-image: url(../imagenes/linea-botonera.png);
	background-repeat: repeat-x;
	background-position: left top;
	overflow:hidden;
}
.botonera li {
	float:left;
	padding-top:12px;
	margin-left:18px;
}
.botonera li a{
	font-family: 'futura-boldregular', sans-serif;
	font-size: 1.4em;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	text-decoration: none;
	transition: color 0.2s ease;
	-moz-transition: color 0.2s ease; /* Firefox 4 */
	-webkit-transition: color 0.2s ease; /* Safari and Chrome */
	-o-transition-transition: color 0.2s ease; /* Opera */
	color: #000;
}
.botonera li a:hover{
	transition: color 0.3s ease;
	-moz-transition: color 0.3s ease; /* Firefox 4 */
	-webkit-transition: color 0.3s ease; /* Safari and Chrome */
	-o-transition-transition: color 0.3s ease; /* Opera */
	color: #bf1e2e;
}
.current-menu-item {
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #bf1e2e;
	padding-top:33px;
}
.current-menu-item a{
	color: #bf1e2e;
}
.btn-icon {
	float:right;
	padding-top: 8px;
	padding-bottom:12px;
}
.btn-icon li {
	float:left;
	display:block;
	margin-left:12px;
}
.btn-icon li a{
	display:block;
	width:100%;
	height:100%;
}
.icon-home {
	background-image: url(../imagenes/icon-home.png);
	background-repeat: no-repeat;
	background-position: left 0;
	text-indent:-9000px;
	width:20px;
	height:17px;
	margin-right:10px;
	padding-right:20px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #333;
}
.icon-facebook {
	background-image: url(../imagenes/icon-facebook.png);
	background-repeat: no-repeat;
	background-position: left 0;
	text-indent:-9000px;
	width:8px;
	height:17px;
}
.icon-home:hover, .icon-facebook:hover, .icon-twitter:hover, .icon-youtube:hover {
	background-position: left -17px;
}
.icon-twitter {
	background-image: url(../imagenes/icon-twitter.png);
	background-repeat: no-repeat;
	background-position: left 0;
	text-indent:-9000px;
	width:21px;
	height:17px;
}
.icon-youtube {
	background-image: url(../imagenes/icon-youtube.png);
	background-repeat: no-repeat;
	background-position: left 0;
	text-indent:-9000px;
	width:34px;
	height:17px;
}
.btn-volver {
	font-family: 'futura-boldregular', sans-serif;
	font-size: 1.4em;
	font-style: normal;
	line-height: 20px;
	font-weight: normal;
	text-decoration: none;
	color: #fff;
	background-color: #BF1E2E;
	width:auto;
	height:20px;
	padding-top:3px;
	padding-bottom:2px;
	padding-left:7px;
	padding-right:7px;
	border: 1px solid #ED1C24;
}
.btn-volver:hover{
	color: #000;
}
/*
  ========================================================================================================================
  SLIDE HOLDER
  ========================================================================================================================
*/
#slider-holder{
	padding-bottom: 35px;
	clear:both;
	background-image: url(../imagenes/oblique-lines.png);
	background-repeat: repeat-x;
	background-position: bottom;
}
.home-slider{
	float: left;
}
/*
  ========================================================================================================================
  BUSCADOR Y TITULAR CONTACTO
  ========================================================================================================================
*/
#buscador{
	position: relative;
	float: right;
	width: 266px;
	min-height: 338px;
	margin-top: -58px;
	-webkit-box-shadow: 2px 2px 0px rgba(0,0,0,.2);
	-moz-box-shadow: 2px 2px 0px rgba(0,0,0,.2);
	-o-box-shadow: 2px 2px 0px rgba(0,0,0,.2);
	box-shadow: 2px 2px 0px rgba(0,0,0,.2);
	text-shadow: 0 1px 0px rgba(255, 255, 255, 0.8);
	background: #d3d3d3;
	padding-top: 16px;
	padding-right: 17px;
	padding-bottom: 10px;
	padding-left: 17px;
}
#titular_contacto{
	position: relative;
	float: right;
	width: 266px;
	min-height: 338px;
	margin-top: -5px;
	-webkit-box-shadow: 2px 2px 0px rgba(0,0,0,.2);
	-moz-box-shadow: 2px 2px 0px rgba(0,0,0,.2);
	-o-box-shadow: 2px 2px 0px rgba(0,0,0,.2);
	box-shadow: 2px 2px 0px rgba(0,0,0,.2);
	text-shadow: 0 1px 0px rgba(255, 255, 255, 0.8);
	background: #d3d3d3;
	padding-top: 16px;
	padding-right: 17px;
	padding-bottom: 10px;
	padding-left: 17px;
}

#buscador em#corner, #titular_contacto em#corner{
	display: block;
	position: absolute;
	top:0px;
	left: -14px;
	width: 14px;
	height: 18px;	
	background: url(../imagenes/corner.png) no-repeat;
}
.filtros_buscador {
	outline: none;
	overflow: hidden;
	resize: none;
	width: 266px;
	font-family: 'SourceSansProRegular', Arial, Helvetica, sans-serif;
	color: #999;
	line-height: 28px;
	height: 28px;
	font-size: 1.2em;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	padding: 2px;
}
.rango_precios {
	padding-bottom:18px;
}
#buscador p {
	font-family: 'SourceSansProRegular', Arial, Helvetica, sans-serif;
	color: #333;
	line-height: 18px;
	font-size: 1.4em;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	padding-top:5px;
}
#buscador button {
	background-image: url(../imagenes/btn_buscar.jpg);
	background-repeat: no-repeat;
	width:106px;
	height:39px;
	float:right;
	display: block;
	text-indent: -9999px;
	cursor: pointer;
}
#buscador button:hover {
	background-position: 0 -39px;
}
#buscador div {
	margin-top:12px;
	margin-bottom:12px;
}
.filtros_buscador span{
	color: #F00;
}
.opcion{
	color: #000;
}
#titular_contacto h2 {
	font-family: 'SourceSansProRegular', Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	font-style: normal;
	line-height: 1em;
	font-weight: bold;
	font-variant: normal;
	color: #BF1E2E;
	padding-top: 18px;
}
#titular_contacto p {
	font-family: 'SourceSansProRegular', Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	font-style: normal;
	line-height: 1em;
	font-weight: normal;
	font-variant: normal;
	color: #000;
	padding-top: 3px;
}
.mensaje_resultados {
	font-family: 'SourceSansProRegular', Arial, Helvetica, sans-serif;
	font-size: 1.7em;
	font-style: normal;
	line-height: 1em;
	font-weight: normal;
	font-variant: normal;
	color: #BF1E2E;
	padding-bottom:20px;
}
/*
  ========================================================================================================================
  TITULOS
  ========================================================================================================================
*/
.footer-slider {
	clear:both;
	display:block;
	overflow:hidden;
	padding-top: 35px;
}
.footer-slider h1, .titulo-primero h1{
	text-align: center;
	background: url(../imagenes/div-line-roja.png) repeat-x center center;
	text-transform: uppercase;	
}
.footer-slider span, .titulo-primero span {
	font-family: 'Conv_FUTUR__B', Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-style: normal;
	line-height: 1em;
	font-weight: normal;
	font-variant: normal;
	color: #000;
	padding: 0px 20px;
	background-image: url(../imagenes/fondo.png);
	background-repeat: repeat;
}
.titulo-primero h2 {
	font-family: 'Conv_FUTUR2', Arial, Helvetica, sans-serif;
	font-size: 1.6em;
	font-style: normal;
	line-height: 1em;
	font-weight: normal;
	font-variant: normal;
	color: #000;
	padding-top: 15px;
}
.titulo-primero {
	clear:both;
	display:block;
	overflow:hidden;
	padding-bottom:35px;
}
.home-block-heading {
	text-align: center;
	padding-bottom: 35px;
	padding-top:35px;
	background: url(../imagenes/div-line.png) repeat-x center center;
}
.home-block-heading span{
	font-family: 'Conv_FUTUR__B', Arial, Helvetica, sans-serif;
	font-size: 2em;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #bb1e2d;
	padding: 0px 20px;
	background-image: url(../imagenes/fondo.png);
	background-repeat: repeat;
}
.titulo_lateral {
	text-align: center;
	padding-bottom: 35px;
	padding-top:35px;
	background: url(../imagenes/div-line.png) repeat-x center center;
}
.titulo_lateral span{
	font-family: 'Conv_FUTUR__B', Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #bb1e2d;
	padding: 0px 20px;
	background-image: url(../imagenes/fondo.png);
	background-repeat: repeat;
	text-align:center;
}

/*
  ========================================================================================================================
  BANNERS HOME
  ========================================================================================================================
*/
#banners {
	clear:both;
	overflow:hidden;
	margin-top:35px;
	height:273px;
}
#banners div{
	float:left;
}
#banner-slogan {
	margin-right:20px;
}
#banner-mapa {
	padding:12px;
	background-color:#d3d3d3;
	-webkit-box-shadow: 2px 2px 0px rgba(0,0,0,.2);
	-moz-box-shadow: 2px 2px 0px rgba(0,0,0,.2);
	-o-box-shadow: 2px 2px 0px rgba(0,0,0,.2);
	box-shadow: 2px 2px 0px rgba(0,0,0,.2);
	text-shadow: 0 1px 0px rgba(255, 255, 255, 0.8);
}
#banner-mapa h2{
	text-align:right;
	margin-bottom:8px;
}
#banner-mapa figure{
	position:relative;
	background-color: #fff;
	background-image: url(../imagenes/over-banner.png);
	background-repeat: no-repeat;
	background-position: center center;
	width:274px;
	height:auto;
	margin:0;
	padding:0;
}

#slogan {
	background-color: #D3D3D3;
	padding: 20px;
	margin-top:35px;
	-webkit-box-shadow: 2px 2px 0px rgba(0,0,0,.2);
	-moz-box-shadow: 2px 2px 0px rgba(0,0,0,.2);
	-o-box-shadow: 2px 2px 0px rgba(0,0,0,.2);
	box-shadow: 2px 2px 0px rgba(0,0,0,.2);
}
#slogan h2{
	background-image: url(../imagenes/igual.png);
	background-repeat: no-repeat;
	background-position: center top;
	font-family: 'Conv_FUTUR2', Arial, Helvetica, sans-serif;
	font-size: 2.5em;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000;
	text-align:center;
	padding-top: 45px;
}

/*
  ========================================================================================================================
  DESTACADOS
  ========================================================================================================================
*/
.home-block {
	overflow:hidden;
}
.home-block figure{
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
	position: relative;
	overflow: hidden;
	line-height: 1.2em;
	
	-webkit-box-shadow: 0px 0px 2px rgba(0,0,0,.2); 
    -moz-box-shadow: 0px 0px 2px rgba(0,0,0,.2);
    -o-box-shadow: 0px 0px 2px rgba(0,0,0,.2);
    box-shadow: 0px 0px 2px rgba(0,0,0,.2);
}

.home-block figure .thumb{
	display: block;
	
}


.home-block figure img{
	max-width: 100%;
	opacity: .999;
		
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.home-block figure a:hover img{
	opacity: 0.1;
	line-height: 0em;
}


.home-block figure.last{
	margin-right: 0px;
}

.home-block figcaption{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: #b91e2d;
}

/* modernizr fix for ie 8 and earlier */

.no-opacity .home-block figcaption{
	display: none;
}

.no-opacity .home-block figure:hover figcaption{
	display: block;
}

.home-block figure .opener{
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
	z-index: 999;
}

.opacity .home-block figure .opener{ display: none; }

.home-block figcaption strong,
.home-block figcaption span{
	display: block;
	margin-left: 17px;
	margin-right: 17px;
}

.home-block figcaption strong{
	font-family:  'SourceSansProBold', Arial, Helvetica, sans-serif;
	font-variant: normal;
	font-weight: normal;
	line-height: normal;
	margin-bottom: 7px;
	margin-top: 17px;
	font-size: 1.8em;
	font-style: normal;
	color: #FFF;
	text-transform: uppercase;
}

.home-block figcaption span{
	font-family: 'SourceSansProItalic', Arial, Helvetica, sans-serif;
	font-variant: normal;
	font-size: 1.3em;
	margin-bottom: 7px;
	color: #FFF;
	font-style: normal;
	line-height: 15px;
	font-weight: normal;
}

.one-third-thumbs figure{ width: 300px; }

.more-link{
	margin-bottom: 0px;
}
/*
  ========================================================================================================================
  DESTACADOS LATERAL
  ========================================================================================================================
*/
.destacados_lateral figure{
	margin-bottom: 20px;
	position: relative;
	overflow: hidden;
	line-height: 1.2em;
	
	-webkit-box-shadow: 0px 0px 2px rgba(0,0,0,.2); 
    -moz-box-shadow: 0px 0px 2px rgba(0,0,0,.2);
    -o-box-shadow: 0px 0px 2px rgba(0,0,0,.2);
    box-shadow: 0px 0px 2px rgba(0,0,0,.2);
}

.destacados_lateral figure .thumb{
	display: block;
	
}


.destacados_lateral figure img{
	max-width: 100%;
	opacity: .999;
		
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.destacados_lateral figure a:hover img{
	opacity: 0.1;
	line-height: 0em;
}


.destacados_lateral figure.last{
	margin-right: 0px;
}

.destacados_lateral figcaption{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: #b91e2d;
}

/* modernizr fix for ie 8 and earlier */

.no-opacity .destacados_lateral figcaption{
	display: none;
}

.no-opacity .destacados_lateral figure:hover figcaption{
	display: block;
}

.destacados_lateral figure .opener{
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
	z-index: 999;
}

.opacity .destacados_lateral figure .opener{ display: none; }

.destacados_lateral figcaption strong,
.destacados_lateral figcaption span,
.destacados_lateral figcaption em{
	display: block;
	margin-left: 17px;
	margin-right: 17px;
}
.destacados_lateral figcaption strong{
	font-family: "Arial Black", Gadget, sans-serif;
	font-variant: normal;
	font-weight: normal;
	line-height: normal;
	margin-bottom: 7px;
	margin-top: 17px;
	font-size: 1.4em;
	font-style: normal;
	color: #FFF;
	text-transform: uppercase;
}

.destacados_lateral figcaption span{
	font-family: 'SourceSansProRegular', Arial, Helvetica, sans-serif;
	font-variant: normal;
	font-size: 1.1em;
	margin-bottom: 7px;
	color: #FFF;
	font-style: italic;
	line-height: 13px;
	font-weight: normal;
}

.destacados_lateral figcaption em{
	font-family: "Arial Black", Gadget, sans-serif;
	font-variant: normal;
	font-size: 1.6em;
	font-weight: normal;
	font-style: normal;
	position: absolute;
	bottom: 15px;
	color: #FFF;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFF;
	padding-top: 6px;
	display:block;
	width:100%;
}

.one-third-thumbs figure{ width: 300px; }

.more-link{
	margin-bottom: 0px;
}
/*
/*
  ========================================================================================================================
  FOOTER
  ========================================================================================================================
*/
footer {
	clear:both;
	background-image: url(../imagenes/div-line.png);
	background-repeat: repeat-x;
	background-position: top;
	margin-top:25px;
	margin-bottom:35px;
	padding-top:35px;
	overflow:hidden;
}
#footer_contacto {
	float:left;
}
#footer_contacto h6{
	font-family: 'futura-boldregular', sans-serif;
	font-size: 1.3em;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #444444;
	padding-bottom:3px;
}
#footer_contacto p{
	font-family: 'SourceSansProRegular', Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	font-style: normal;
	line-height: 1.5em;
	font-weight: normal;
	font-variant: normal;
	color: #717073;
}
#footer_social {
	float:right;
	padding-top:14px;
}
#footer_social ul li{
	float:left;
	margin-left: 14px;
	width:30px;
	height:30px;
	display:block;
}
#footer_social ul li a{
	width:30px;
	height:30px;
	display:block;
}
/*
  ========================================================================================================================
  CONTENEDOR ARRIBA
  ========================================================================================================================
*/
#contenido_arriba {
	float:left;
	width:620px;
	padding-bottom:25px;
}
/*
/*
  ========================================================================================================================
  CONTENEDOR IZQUIERDA
  ========================================================================================================================
*/
#contenedor_izquierda {
	float:left;
	width:620px;
	padding-bottom:35px;
}
.texto {
	font-family: 'SourceSansProRegular', Arial, Helvetica, sans-serif;
	font-size: 1.6em;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000;
}
#ubicacion {
	width:100%;
	height:350px;
}
/*
  ========================================================================================================================
  CONTENEDOR DERECHA
  ========================================================================================================================
*/
#contenedor_derecha {
	float:right;
	width:300px;
}
/*
  ========================================================================================================================
  CONTENIDO DESCRIPCION INMUEBLE
  ========================================================================================================================
*/
#datos {
	padding-top:35px;
	padding-bottom:35px;
}
.seccion_texto_inmueble h2{
	display: inline;
	font-family: 'SourceSansProRegular', Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	font-style: normal;
	line-height: 20px;
	font-weight: bold;
	font-variant: normal;
	color: #000;
	text-transform: uppercase;
}
.seccion_texto_inmueble p{
	display: inline;
	font-family: 'SourceSansProRegular', Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000;
}
.precio p{
	color: #ED1C24;
}
.caracteristicas{
	padding-top:20px;
}

#map_canvas{
	display: block;
	height: 300px;
	width: 100%;
	margin-bottom: 24px;
	-webkit-box-shadow: 2px 2px 0px rgba(0,0,0,.2);
	-moz-box-shadow: 2px 2px 0px rgba(0,0,0,.2);
	-o-box-shadow: 2px 2px 0px rgba(0,0,0,.2);
	box-shadow: 2px 2px 0px rgba(0,0,0,.2);
}

.map-content{
	margin-bottom: 60px;
	padding-bottom: 40px;
	border-bottom: 1px solid #ccc;
}
/*
  ========================================================================================================================
  FORMULARIO CONTACTO
  ========================================================================================================================
*/
.warning, .success {
	font-family: 'SourceSansProRegular', Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	line-height: 18px;
	color: #8c8c8c;
	text-decoration: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-align:left;
}
#contactForm label {
	font-family: 'SourceSansProRegular', Arial, Helvetica, sans-serif;
	font-size: 1.8em;
	color: #BF1E2E;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}
#contactForm input,
#contactForm textarea {
	padding: 10px 15px;
	background: #f1f1f1;
	color: #484848;
	border: 1px solid #D3D3D3;
	font-size: 13px;
	font-family: Helvetica, Arial;
	line-height: 1em;
	overflow: auto;
}
#contactForm input:focus,
#contactForm textarea:focus {
  background: #fff;
  -webkit-box-shadow: 0px 0px 3px rgba(251, 228, 113, 0.4);
  -moz-box-shadow: 0px 0px 3px rgba(251, 228, 113, 0.4);
  -o-box-shadow: 0px 0px 3px rgba(251, 228, 113, 0.4);
  box-shadow: 0px 0px 3px rgba(251, 228, 113, 0.4);
}
#contactForm input[type="text"] {
  overflow: auto;
  width: 460px;;
  margin-top: 6px;
  margin-bottom: 6px;
  overflow: hidden;
}
#contactForm textarea {
  width: 460px;
  height: 200px;
  margin-top: 6px;
  margin-bottom: 6px;
}
#contactForm input[type="submit"],
#contactForm input[type="button"] {
	width: auto;
	padding: 3px 10px;
	-webkit-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.3);
	-o-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.3);
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	cursor: pointer;
	font-family: 'SourceSansProRegular', Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	color: #000;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: uppercase;
	background-color: #D3D3D3;
	letter-spacing: -0.06em;
}
#contactForm input[type="submit"]:hover,
#contactForm input[type="button"]:hover {
	color: #BF1E2E;
}
#contactForm input#submit {
  margin-top: 2px;
}
#contactForm label {
  display: block;
}
#contactForm p {
  margin-bottom: 10px;
}
#contactForm #error {
  margin-left: 10px;
}
#contactForm #sent-form-msg {
  padding: 5px 10px;
  margin-bottom: 40px;
  background: rgba(0, 0, 0, 0.1);
  color: #444;
}
/*
  ========================================================================================================================
  CONTACTO PROPIEDADES
  ========================================================================================================================
*/
.warning, .success {
	font-family: 'SourceSansProRegular', Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	line-height: 18px;
	color: #8c8c8c;
	text-decoration: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-align:left;
}
#propiedadForm label {
	font-family: 'SourceSansProRegular', Arial, Helvetica, sans-serif;
	font-size: 1.6em;
	color: #BF1E2E;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	line-height:25px;
}
#propiedadForm input,
#propiedadForm textarea {
	padding: 6px 15px;
	background: #f1f1f1;
	color: #484848;
	border: 1px solid #D3D3D3;
	font-size: 13px;
	font-family: Helvetica, Arial;
	line-height: 1.4em;
	overflow: auto;
}
#propiedadForm input:focus,
#propiedadForm textarea:focus {
  background: #fff;
  -webkit-box-shadow: 0px 0px 3px rgba(251, 228, 113, 0.4);
  -moz-box-shadow: 0px 0px 3px rgba(251, 228, 113, 0.4);
  -o-box-shadow: 0px 0px 3px rgba(251, 228, 113, 0.4);
  box-shadow: 0px 0px 3px rgba(251, 228, 113, 0.4);
}
#propiedadForm input[type="text"] {
  overflow: auto;
  width: 270px;;
  margin-bottom: 4px;
  overflow: hidden;
}
#propiedadForm textarea {
  width: 270px;
  height: 120px;
  margin-bottom: 6px;
}
#propiedadForm input[type="submit"],
#propiedadForm input[type="button"] {
	width: auto;
	padding: 3px 10px;
	-webkit-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.3);
	-o-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.3);
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	cursor: pointer;
	font-family: 'SourceSansProRegular', Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	color: #000;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: uppercase;
	background-color: #D3D3D3;
	letter-spacing: -0.06em;
}
#propiedadForm input[type="submit"]:hover,
#propiedadForm input[type="button"]:hover {
	color: #BF1E2E;
}
#propiedadForm input#submit {
  margin-top: 2px;
}
#propiedadForm p {
  margin-bottom: 2px;
}
#propiedadForm #error {
  margin-left: 10px;
}
#propiedadForm #sent-form-msg {
  padding: 5px 10px;
  margin-bottom: 40px;
  background: rgba(0, 0, 0, 0.1);
  color: #444;
}
/*
  ========================================================================================================================
  MAPA
  ========================================================================================================================
*/
#globo_mapa {
	display:block;
	width:370px;
	height:100%;
}
#globo_mapa img{
	float:left;
	margin-right:10px;
}
#textos_globo{
	float:left;
	width:200px;
}
#textos_globo h1{
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 1.4em;
	font-style: normal;
	line-height: 16px;
	font-weight: normal;
	font-variant: normal;
	color: #000;
}
#textos_globo h2{
	font-family: 'SourceSansProRegular', Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000;
}
#textos_globo h3{
	font-family: 'SourceSansProRegular', Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	font-style: normal;
	line-height: 24px;
	font-weight: normal;
	font-variant: normal;
	color: #000;
}
#mapa_interactivo {
	width:100%;
	height:700px;
	-webkit-box-shadow: 2px 2px 0px rgba(0,0,0,.2);
	-moz-box-shadow: 2px 2px 0px rgba(0,0,0,.2);
	-o-box-shadow: 2px 2px 0px rgba(0,0,0,.2);
	box-shadow: 2px 2px 0px rgba(0,0,0,.2);
	display:block;
	margin-top:35px;
}
#textos_globo a{
	line-height: 14px;
	font-family: 'SourceSansProRegular', Arial, Helvetica, sans-serif;
	color: #BF1E2E;
	text-decoration: none;
	font-style: italic;
	background-image: url(../imagenes/arrow-right-dark.png);
	background-repeat: no-repeat;
	padding-left: 14px;
	font-size: 1.1em;
}
#textos_globo a:hover{
	color: #333;
}
.boton_mapa {
	margin-top: 10px;
	-webkit-box-shadow: 2px 2px 0px rgba(0,0,0,.2);
	-moz-box-shadow: 2px 2px 0px rgba(0,0,0,.2);
	-o-box-shadow: 2px 2px 0px rgba(0,0,0,.2);
	box-shadow: 2px 2px 0px rgba(0,0,0,.2);
}

