/****************************************************************************************************************
// Job   : selectores del tipo etiquetas, con responsive web design implementado a traves de media queries 
// Brain : Cristian Fernandez O.
// Email : cristian.fernandez@factobyte.cl
//--------------------------------------------------------------------------------------------------------------*/

body {
	margin: 0;
	padding: 0;
	background: #fff;
}

h1 {
	font-family: "Lato", "Trebuchet MS", arial, Luxi Sans, Nimbus Sans L;
	font-size: 1.45em; 
	color: #2a2d34; 
	text-align: center;
	margin: 0 auto;
	margin-bottom: 37px;
}

h2 {
	font-family: "Lato", "Trebuchet MS", arial, Luxi Sans, Nimbus Sans L;
	font-size: 1.35em; 
	color: #fc6e5b; 
	text-align: center;
	margin: 0 auto;
	margin-bottom: 15px; 
}

h3 {
	font-family: "Lato", "Trebuchet MS", arial, Luxi Sans, Nimbus Sans L;
	font-size: 1.2em; 
	color: #2a2d34; 
	text-align: center;
	margin: 0 auto;
	margin-bottom: 15px; 
}

h4 {
	font-family: "Lato", "Trebuchet MS", arial, Luxi Sans, Nimbus Sans L;
	font-size: 1em; 
	color: #fff; 
	text-align: center;
	margin: 0 auto;
}

p {
	font-family: "Lato", "Trebuchet MS", arial, Luxi Sans, Nimbus Sans L;
	font-size: 1em; 
	color: #868686; 
	text-align: left;
	line-height: 22px;
}

a {
	font-family: "Lato", "Trebuchet MS", arial, Luxi Sans, Nimbus Sans L;
	font-size: 1em; 
	color: #fff; 
	text-decoration: none; 
}

a.lnk_content {
	font-size: 1em; 
}

a.lnk_content:hover {
	background-color:#ff7c65;
	color: #fff; 
	padding: 5px;
}

select, 
textarea, 
input[type="text"], 
input[type="password"] {
	width: 91%;
	min-height: 20px;
	margin: 0;
	padding: 10px 4%;
	margin-bottom: 12px;
	font-family: "Lato", "Trebuchet MS", arial, Luxi Sans, Nimbus Sans L;
	font-size: 1em; 
	color: #ff7c65; 
	text-align: left;
	border: 1px solid #767676;
	border-bottom: 3px solid #ff7c65;
}

select:focus, 
textarea:focus, 
input[type="text"]:focus, 
input[type="password"]:focus, 
input[type="email"]:focus, 
input[type="url"]:focus, 
input[type="date"]:focus, 
input[type="time"]:focus, 
input[type="datetime"]:focus, 
input[type="month"]:focus, 
input[type="week"]:focus, 
input[type="number"]:focus, 
input[type="range"]:focus, 
input[type="search"]:focus, 
input[type="color"]:focus, 
input[type="tel"]:focus {
	outline: none;
}

select {
	width: 99.5%;
}

textarea {
	height: 90px;
}

::placeholder { /* Firefox */
	color: #bfbfbf;
	opacity: 1;
}
  
:-ms-input-placeholder { /* Internet Explorer 10-11 */
	color: #bfbfbf;
}
  
::-ms-input-placeholder { /* Microsoft Edge */
	color: #bfbfbf;
}

.btn-principal {
	background-color: #ff7c65;
	padding: 12px 41px;
	margin-top: 12px;
	text-align: center;
	text-transform: uppercase;
	font-family: "Lato", "Open Sans", "Sans-serif", "Verdana", "Nimbus Sans L";
	font-size: 0.9em; 
	font-weight: normal;
	color: #fff;
	border: 0;
	border-bottom: 4px solid #c5452f;
	cursor: pointer;
	float: none;

	transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	-webkit-transition-duration: 0.3s;}

.btn-principal:hover {
	background-color: #ff6348;
}

#cmb_navegacion {
	width: 100%;
	text-align: center;
}

.ln-separadora {
	border: 0; 
	height: 1px; 
	border-top: 1px solid #767676;
	margin: 15px 0;
}

/****************************************************************************************************************
// Job   : selectores del tipo identificador, con responsive web design implementado a través de media queries 
// Brain : Cristian Fernandez O.
// Email : cristian.fernandez@factobyte.cl
//--------------------------------------------------------------------------------------------------------------*/

#cabecera {
	width: 100%;
	min-height: 180px;
	margin: 0;
	border: 0;
	border-bottom: 3px solid #fc6e5b;
	background: #3d444c url(imgs/img_cabecerapagina_fnd.png);
	background-size: 100% 180px;
	clear: both;
}

#cabecera-content {
	width: 90%;
	max-width: 980px;
	margin: 0 auto;
	border: 0;
}

#cabecera-content img {
	border: 0;
}

#cabecera-content-left {
	float: left;
	width: 25%;
	margin-top: 23px;
	border: 0;
}

#cabecera-content-right {
	float: left;
	width: 75%;
	margin-top: 100px;
	border: 0;
}

#cabecera-navegacion {
	margin: 0;
	border: 0;
	float: right;
}

#cabecera-navegacion-menu {
	margin: 0;
	padding: 0;
	border: 0;
	list-style: none;
	float: left;
}

#cabecera-navegacion-menu li {
	margin: 0;
	margin-left: 10px;
	padding: 0;
	border: 0;
	float: left;
}

#cabecera-navegacion-menu li a {
	margin: 0;
	padding: 20px 10px;
	border: 0;
	display: block;
}

#cabecera-navegacion-menu li a:hover {
	border-bottom: 4px solid #c5452f;
	background-color: #ff7c65;
}

#cabecera-navegacion-menu-face {
	margin: 0;
	margin-left: 10px;
	padding: 0;
	border: 0;
	float: left;
}

#cabecera-navegacion-menu-face img {
	margin: 0;
	padding: 17px 10px;
	border: 0;
	display: block;
}

#cabecera-navegacion-menu-face img:hover {
	border-bottom: 4px solid #c5452f;
	background-color: #ff7c65;
}

#cabecera-navegacion-smartphone {
	display: none;
}

#cabecera-slider {
	background-color: #eceded;
}

#cabecera-slider h1 {
	width: 25%;
	padding-top: 75px;
	color: #fff;
	font-size: 3.1em;
	letter-spacing: 2px;
}

#cabecera-slider-01 {
	height: 450px;
	background-image: url(imgs/img_cabecera_fondo_01.jpg);
	background-size: 100% 100%;
}

#cabecera-slider-02 {
	height: 450px;
	background-image: url(imgs/img_cabecera_fondo_02.jpg);
	background-size: 100% 100%;
}

#cabecera-slider-03 {
	height: 450px;
	background-image: url(imgs/img_cabecera_fondo_03.jpg);
	background-size: 100% 100%;
}

/**/

#cuerpo {
	width: 100%;
	margin: 0;
	border: 0;
	background-color: #eceded;
	clear: both;
}

#cuerpo-content {
	width: 90%;
	max-width: 980px;
	margin: 0 auto;
	padding: 65px 0;
	padding-top: 30px;
	border: 0;
}

#cuerpo-rec01 {
	width: 32%;
	margin: 0;
	margin-right: 2%;
	border: 0;
	background-color: #fff;
	float: left;

	transition-duration: 0.4s;
	-moz-transition-duration: 0.4s;
	-webkit-transition-duration: 0.4s;
}

#cuerpo-rec01:hover {
	box-shadow: 0 0 15px 4px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0 0 15px 4px rgba(0, 0, 0, 0.15);
	-webkit-box-shadow: 0 0 15px 4px rgba(0, 0, 0, 0.15);
}

#cuerpo-rec01 img {
	width: 100%;
	border: 0;
}

#cuerpo-rec01 h2 {
	font-size: 1.8em;
	margin-top: 30px;
}

#cuerpo-rec01 p {
	width: 90%;
	margin: 0 auto;
	margin-bottom: 20px;
	text-align: center;
}

#cuerpo-rec02 {
	width: 32%;
	margin: 0;
	margin-right: 2%;
	border: 0;
	background-color: #fff;
	float: left;

	transition-duration: 0.4s;
	-moz-transition-duration: 0.4s;
	-webkit-transition-duration: 0.4s;
}

#cuerpo-rec02:hover {
	box-shadow: 0 0 15px 4px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0 0 15px 4px rgba(0, 0, 0, 0.15);
	-webkit-box-shadow: 0 0 15px 4px rgba(0, 0, 0, 0.15);
}

#cuerpo-rec02 img {
	width: 100%;
	border: 0;
}

#cuerpo-rec02 h2 {
	font-size: 1.8em;
	margin-top: 30px;
}

#cuerpo-rec02 p {
	width: 90%;
	margin: 0 auto;
	margin-bottom: 20px;
	text-align: center;
}

#cuerpo-rec03 {
	width: 32%;
	margin: 0;
	border: 0;
	background-color: #fff;
	float: left;

	transition-duration: 0.4s;
	-moz-transition-duration: 0.4s;
	-webkit-transition-duration: 0.4s;
}

#cuerpo-rec03:hover {
	box-shadow: 0 0 15px 4px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0 0 15px 4px rgba(0, 0, 0, 0.15);
	-webkit-box-shadow: 0 0 15px 4px rgba(0, 0, 0, 0.15);
}

#cuerpo-rec03 img {
	width: 100%;
	border: 0;
}

#cuerpo-rec03 h2 {
	font-size: 1.8em;
	margin-top: 30px;
}

#cuerpo-rec03 p {
	width: 90%;
	margin: 0 auto;
	margin-bottom: 20px;
	text-align: center;
}

#cuerpo-rec04 {
	width: 32%;
	margin: 0;
	margin-right: 2%;
	margin-top: 20px;
	border: 0;
	background-color: #fff;
	float: left;

	transition-duration: 0.4s;
	-moz-transition-duration: 0.4s;
	-webkit-transition-duration: 0.4s;
}

#cuerpo-rec04:hover {
	box-shadow: 0 0 15px 4px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0 0 15px 4px rgba(0, 0, 0, 0.15);
	-webkit-box-shadow: 0 0 15px 4px rgba(0, 0, 0, 0.15);
}

#cuerpo-rec04 img {
	width: 100%;
	border: 0;
}

#cuerpo-rec04 h2 {
	font-size: 1.8em;
	margin-top: 30px;
}

#cuerpo-rec04 p {
	width: 90%;
	margin: 0 auto;
	margin-bottom: 20px;
	text-align: center;
}

#cuerpo-rec05 {
	width: 32%;
	margin: 0;
	margin-right: 2%;
	margin-top: 20px;
	border: 0;
	background-color: #fff;
	float: left;

	transition-duration: 0.4s;
	-moz-transition-duration: 0.4s;
	-webkit-transition-duration: 0.4s;
}

#cuerpo-rec05:hover {
	box-shadow: 0 0 15px 4px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0 0 15px 4px rgba(0, 0, 0, 0.15);
	-webkit-box-shadow: 0 0 15px 4px rgba(0, 0, 0, 0.15);
}

#cuerpo-rec05 img {
	width: 100%;
	border: 0;
}

#cuerpo-rec05 h2 {
	font-size: 1.8em;
	margin-top: 30px;
}

#cuerpo-rec05 p {
	width: 90%;
	margin: 0 auto;
	margin-bottom: 20px;
	text-align: center;
}

#cuerpo-rec06 {
	width: 32%;
	margin: 0;
	margin-top: 20px;
	border: 0;
	background-color: #fff;
	float: left;

	transition-duration: 0.4s;
	-moz-transition-duration: 0.4s;
	-webkit-transition-duration: 0.4s;
}

#cuerpo-rec06:hover {
	box-shadow: 0 0 15px 4px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0 0 15px 4px rgba(0, 0, 0, 0.15);
	-webkit-box-shadow: 0 0 15px 4px rgba(0, 0, 0, 0.15);
}

#cuerpo-rec06 img {
	width: 100%;
	border: 0;
}

#cuerpo-rec06 h2 {
	font-size: 1.8em;
	margin-top: 30px;
}

#cuerpo-rec06 p {
	width: 90%;
	margin: 0 auto;
	margin-bottom: 20px;
	text-align: center;
}

/**/

#cuerpo-corredora {
	width: 100%;
	background-image: url(imgs/img_corredora_bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
	clear: both;
}

#cuerpo-corredora-cortina {
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.75);
}

#cuerpo-corredora-content {
	width: 90%;
	max-width: 980px;
	margin: 0 auto;
	padding: 65px 0;
	border: 0;
	clear: both;
}

#cuerpo-corredora-content h1 {
	color: #fc6e5b; 
}

#cuerpo-corredora-content-left {
	float: left;
	width: 50%;
	min-height: 100px;
	border: 0;
}

#cuerpo-corredora-content-left img {
	margin-right: 19px;
	float: right;

	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
}

#cuerpo-corredora-content-right {
	float: left;
	width: 50%;
	min-height: 100px;
	margin-bottom: 19px;
	border: 0;
}

#cuerpo-corredora-content-right h2 {
	text-align: left;
	margin-top: 18px;
	margin-bottom: 0px;
	color: #fff;
}

#cuerpo-corredora-content-right p {
	margin-top: 10px;
	color: #ff7c65;
	line-height: 0;
}

#cuerpo-corredora-content-text {
	width: 100%;
	margin: 0 auto;
	border: 0;
}

#cuerpo-corredora-content-text p {
	text-align: center;
	margin: 0 auto;
	width: 43%;
	color: #fff;
}

/**/

#cuerpo-propiedades {
	width: 100%;
	margin: 0;
	border: 0;
	background-color: #fff;
	clear: both;
}

#cuerpo-propiedades-content {
	width: 90%;
	max-width: 980px;
	margin: 0 auto;
	padding: 65px 0;
	border: 0;
	clear: both;
}

#cuerpo-propiedades-rec01 {
	width: 32%;
	margin: 0;
	border: 0;
	margin-right: 2%;
	background-color: #f6f6f6;
	float: left;

	transition-duration: 0.4s;
	-moz-transition-duration: 0.4s;
	-webkit-transition-duration: 0.4s;
}

#cuerpo-propiedades-rec01:hover {
	box-shadow: 0 0 15px 4px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0 0 15px 4px rgba(0, 0, 0, 0.15);
	-webkit-box-shadow: 0 0 15px 4px rgba(0, 0, 0, 0.15);
}

#cuerpo-propiedades-rec01 img {
	width: 100%;
	border: 0;
}

#cuerpo-propiedades-rec01 h2 {
	margin-top: 30px;
}

#cuerpo-propiedades-rec01 p {
	width: 90%;
	margin: 0 auto;
	margin-bottom: 20px;
	text-align: center;
}

#cuerpo-propiedades-rec02 {
	width: 32%;
	margin: 0;
	margin-right: 2%;
	border: 0;
	background-color: #f6f6f6;
	float: left;

	transition-duration: 0.4s;
	-moz-transition-duration: 0.4s;
	-webkit-transition-duration: 0.4s;
}

#cuerpo-propiedades-rec02:hover {
	box-shadow: 0 0 15px 4px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0 0 15px 4px rgba(0, 0, 0, 0.15);
	-webkit-box-shadow: 0 0 15px 4px rgba(0, 0, 0, 0.15);
}

#cuerpo-propiedades-rec02 img {
	width: 100%;
	border: 0;
}

#cuerpo-propiedades-rec02 h2 {
	margin-top: 30px;
}

#cuerpo-propiedades-rec02 p {
	width: 90%;
	margin: 0 auto;
	margin-bottom: 20px;
	text-align: center;
}

#cuerpo-propiedades-rec03 {
	width: 32%;
	margin: 0;
	border: 0;
	background-color: #f6f6f6;
	float: left;

	transition-duration: 0.4s;
	-moz-transition-duration: 0.4s;
	-webkit-transition-duration: 0.4s;
}

#cuerpo-propiedades-rec03:hover {
	box-shadow: 0 0 15px 4px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0 0 15px 4px rgba(0, 0, 0, 0.15);
	-webkit-box-shadow: 0 0 15px 4px rgba(0, 0, 0, 0.15);
}

#cuerpo-propiedades-rec03 img {
	width: 100%;
	border: 0;
}

#cuerpo-propiedades-rec03 h2 {
	margin-top: 30px;
}

#cuerpo-propiedades-rec03 p {
	width: 90%;
	margin: 0 auto;
	margin-bottom: 20px;
	text-align: center;
}

/**/

#cuerpo-contacto {
	width: 90%;
	max-width: 980px;
	margin: 0 auto;
	padding: 30px 0;
	padding-bottom: 20px;
	border: 0;
	clear: both;
}

#cuerpo-contacto h2 {
	text-align: left;
}

#cuerpo-contacto h3 {
	text-align: left;
}

#cuerpo-contacto a.lnk_content {
	color: #fc6e5b; 
	line-height: 25px;
}

#cuerpo-contacto a.lnk_content:hover {
	color: #fff;
}

#cuerpo-contacto #btn_enviar {
	margin: 0;
	margin-top: 12px;
}

#cuerpo-contacto-form-left {
	width: 32%;
	float: left;
}

#cuerpo-contacto-form-center {
	width: 32%;
	margin: 0 2%;
	float: left;
}

#cuerpo-contacto-form-right {
	width: 32%;
	float: left;
}

#cuerpo-contacto-mensaje p {
	text-align: center;
}

/**/

#pie {
	width: 100%;
	min-height: 300px;
	margin: 0;
	border: 0;
	border-top: 3px solid #fc6e5b;
	background: #060809 url(imgs/img_piepagina_fnd.jpg);
	background-size: 100% 100%;
	clear: both;
}

#pie-content {
	width: 90%;
	max-width: 980px;
	margin: 0 auto;
	margin-top: 65px;
	padding-bottom: 40px;
	border: 0;
	clear: both;
}

#pie-content h1 {
	color: #fc6e5b;
	margin-bottom: 20px;
	letter-spacing: 1px;
}

#pie-content p {
	text-align: center;
	margin: 0 auto;
	color: #fff;
	width: 60%;
}

#pie-content a {
	font-size: 0.9em;
}

#pie-content a span {
	font-family: Calibri, "Lato Light", arial, Luxi Sans, Nimbus Sans L;
	font-size: 0.8em;
}

#pie-content-left {
	float: left;
	width: 50%;
	margin-top: 37px;
	border: 0;
}

#pie-content-right {
	float: left;
	width: 50%;
	margin-top: 37px;
	margin-bottom: 19px;
	border: 0;
}

/**/

#btn_leermas_slider1 {
	width: 150px;
	height: 46px;
	margin: 0 auto;
	border: 0;
	background: url(imgs/img_btn_leermas_on.png) no-repeat;
}

#btn_leermas_slider1 img {
	border: 0;
}

#btn_leermas_slider2 {
	width: 150px;
	height: 46px;
	margin: 0 auto;
	border: 0;
	background: url(imgs/img_btn_leermas_on.png) no-repeat;
}

#btn_leermas_slider2 img {
	border: 0;
}

#btn_leermas_slider3 {
	width: 150px;
	height: 46px;
	margin: 0 auto;
	border: 0;
	background: url(imgs/img_btn_leermas_on.png) no-repeat;
}

#btn_leermas_slider3 img {
	border: 0;
}

#btn-servicios {
	width: 150px;
	height: 46px;
	margin: 0 auto;
	margin-top: 15px;
	border: 0;
	background: url(imgs/img_btn_leermas_on.png) no-repeat;
}

#btn-servicios img {
	border: 0;
}

/**/

#btn_detalle_rec01 {
	width: 55px;
	height: 55px;
	margin: 0;
	border: 0;
	background: url(imgs/img_btn_detalle_on.png) no-repeat;
	float: right;
}

#btn_detalle_rec01 img {
	border: 0;
}

#btn_detalle_rec02 {
	width: 55px;
	height: 55px;
	margin: 0;
	border: 0;
	background: url(imgs/img_btn_detalle_on.png) no-repeat;
	float: right;
}

#btn_detalle_rec02 img {
	border: 0;
}

#btn_detalle_rec03 {
	width: 55px;
	height: 55px;
	margin: 0;
	border: 0;
	background: url(imgs/img_btn_detalle_on.png) no-repeat;
	float: right;
}

#btn_detalle_rec03 img {
	border: 0;
}

#btn_contacto_rec01 {
	width: 55px;
	height: 55px;
	margin: 0;
	border: 0;
	background: url(imgs/img_btn_contacto_on.png) no-repeat;
	float: right;
}

#btn_contacto_rec01 img {
	border: 0;
}

#btn_contacto_rec02 {
	width: 55px;
	height: 55px;
	margin: 0;
	border: 0;
	background: url(imgs/img_btn_contacto_on.png) no-repeat;
	float: right;
}

#btn_contacto_rec02 img {
	border: 0;
}

#btn_contacto_rec03 {
	width: 55px;
	height: 55px;
	margin: 0;
	border: 0;
	background: url(imgs/img_btn_contacto_on.png) no-repeat;
	float: right;
}

#btn_contacto_rec03 img {
	border: 0;
}

#btn_contacto_rec04 {
	width: 55px;
	height: 55px;
	margin: 0;
	border: 0;
	background: url(imgs/img_btn_contacto_on.png) no-repeat;
	float: right;
}

#btn_contacto_rec04 img {
	border: 0;
}

#btn_contacto_rec05 {
	width: 55px;
	height: 55px;
	margin: 0;
	border: 0;
	background: url(imgs/img_btn_contacto_on.png) no-repeat;
	float: right;
}

#btn_contacto_rec05 img {
	border: 0;
}

#btn_contacto_rec06 {
	width: 55px;
	height: 55px;
	margin: 0;
	border: 0;
	background: url(imgs/img_btn_contacto_on.png) no-repeat;
	float: right;
}

#btn_contacto_rec06 img {
	border: 0;
}

/**/

#btn_vermas_rec01 {
	width: 55px;
	height: 55px;
	margin: 0;
	border: 0;
	background: url(imgs/img_btn_vermas_on.png) no-repeat;
	float: right;
}

#btn_vermas_rec01 img {
	border: 0;
}

#btn_vermas_rec02 {
	width: 55px;
	height: 55px;
	margin: 0;
	border: 0;
	float: right;
	background: url(imgs/img_btn_vermas_on.png) no-repeat;
}

#btn_vermas_rec02 img {
	border: 0;
}

#btn_vermas_rec03 {
	width: 55px;
	height: 55px;
	margin: 0;
	border: 0;
	float: right;
	background: url(imgs/img_btn_vermas_on.png) no-repeat;
}

#btn_vermas_rec03 img {
	border: 0;
}
	
/**/

#btn_enviar {
	width: 150px;
	height: 46px;
	margin: 0 auto;
	margin-top: 20px;
	border: 0;
	background: url(imgs/img_btn_enviar_on.png) no-repeat;
}

#btn_enviar img {
	border: 0;
}

#btn_pie-pagina_facebook {
	width: 55px;
	height: 55px;
	margin-right: 9px;
	border: 0;
	background: url(imgs/img_btn_pie-pagina_facebook_on.png) no-repeat;
	float: right;
}

#btn_pie-pagina_facebook img {
	border: 0;
}

#btn_pie-pagina_contacto {
	width: 55px;
	height: 55px;
	margin-left: 9px;
	border: 0;
	background: url(imgs/img_btn_pie-pagina_contacto_on.png) no-repeat;
	float: left;
}

#btn_pie-pagina_contacto img {
	border: 0;
}

/**/

#arriba {
	position: fixed;
	bottom: 90px;
	right: 18px;
	display: none;
	z-index: 1000000;
}

#arriba span {
	width: 55px;
	height: 55px;
	display: block;
	background: url(imgs/img_up.png) no-repeat center center;
}

#anula-float {
	clear: both;
}

/**/

#whatsapp {
	position: fixed;
	bottom: 15px;
	right: 12px;
	z-index: 1000001;
}

#whatsapp a:hover {
	padding: 0;
	background-color: transparent;
}

#whatsapp span {
	width: 67px;
	height: 67px;
	display: block;
	background: url(imgs/img_whatsapp.svg) no-repeat center center;
}

@media screen and (min-width: 1600px) {
	/* propiedades CSS a aplicar en desktops con resoluci�n de 1600px m�nimo o mas */

}

@media screen and (min-width: 1024px) and (max-width: 1599px) {
	/* propiedades CSS a aplicar en notebooks y netbooks con resoluci�n de 1024px m�nimo y 1599px m�ximo */

	#cabecera-slider-01 {
		height: 380px;
	}
	
	#cabecera-slider-02 {
		height: 380px;
	}
	
	#cabecera-slider-03 {
		height: 380px;
	}

}

@media screen and (min-width: 768px) and (max-width: 1023px) {
	/* propiedades CSS a aplicar en tablets con resolucion de 768px m�nimo y 1023px m�ximo */

	#cabecera-slider-01 {
		height: 320px;
	}
	
	#cabecera-slider-02 {
		height: 320px;
	}
	
	#cabecera-slider-03 {
		height: 320px;
	}

	#cuerpo-rec01 h2 {
		font-size: 1.35em;
	}

	#cuerpo-rec02 h2 {
		font-size: 1.35em;
	}

	#cuerpo-rec03 h2 {
		font-size: 1.35em;
	}

	#cuerpo-rec04 h2 {
		font-size: 1.35em;
	}

	#cuerpo-rec05 h2 {
		font-size: 1.35em;
	}

	#cuerpo-rec06 h2 {
		font-size: 1.35em;
	}

	#cuerpo-corredora-content-text p {
		width: 60%;
	}

	#pie {
		background-size: cover;
		background-position: 100% 0;
	}

	#pie-content p {
		width: 75%;
	}

}

@media screen and (max-width: 767px) {
	/* propiedades CSS a aplicar en smartphones con resoluci�n de 767px m�ximo */

	#cabecera-slider-01 {
		height: 210px;
	}
	
	#cabecera-slider-02 {
		height: 210px;
	}
	
	#cabecera-slider-03 {
		height: 210px;
	}

	#cabecera-content-left {
		width: 100%;
		margin: 0;
		padding: 25px 0;
		float: none;
	}

	#cabecera-content-right {
		width: 100%;
		margin: 0;
		padding-bottom: 25px;
		float: none;
	}

	#cabecera-logo {
		width: 180px;
		margin: 0 auto;
	}

	#cabecera-navegacion {
		display: none;
	}

	#cabecera-navegacion-smartphone {
		display: inline;
	}

	#cuerpo-rec01 {
		width: 96%;
		max-width: 310px;
		margin: 0 auto;
		margin-bottom: 20px;
		float: none;
	}

	#cuerpo-rec02 {
		width: 96%;
		max-width: 310px;
		margin: 0 auto;
		margin-bottom: 20px;
		float: none;
	}

	#cuerpo-rec03 {
		width: 96%;
		max-width: 310px;
		margin: 0 auto;
		float: none;
	}

	#cuerpo-rec04 {
		width: 96%;
		max-width: 310px;
		margin: 0 auto;
		margin-top: 20px;
		float: none;
	}

	#cuerpo-rec05 {
		width: 96%;
		max-width: 310px;
		margin: 0 auto;
		margin-top: 20px;
		float: none;
	}

	#cuerpo-rec06 {
		width: 96%;
		max-width: 310px;
		margin: 0 auto;
		margin-top: 20px;
		float: none;
	}

	#cuerpo-corredora-content-left {
		width: 40%;
	}
	
	#cuerpo-corredora-content-left img {
		margin-right: 10px;
	}
	
	#cuerpo-corredora-content-right {
		width: 60%;
	}
	
	#cuerpo-corredora-content-right h2 {
		margin-top: 18px;
		font-size: 1.1em; 
	}

	#cuerpo-corredora-content-right p {
		margin: 0;
		line-height: 20px;
	}
	
	#cuerpo-corredora-content-text p {
		width: 80%;
	}

	#cuerpo-propiedades-rec01 {
		width: 96%;
		max-width: 310px;
		margin: 0 auto;
		margin-bottom: 20px;
		float: none;
	}

	#cuerpo-propiedades-rec02 {
		width: 96%;
		max-width: 310px;
		margin: 0 auto;
		margin-bottom: 20px;
		float: none;
	}

	#cuerpo-propiedades-rec03 {
		width: 96%;
		max-width: 310px;
		margin: 0 auto;
		float: none;
	}

	#cuerpo-contacto-form-left {
		width: 100%;
		margin-bottom: 20px;
		float: none;
	}

	#cuerpo-contacto-form-center {
		width: 100%;
		margin: 0;
		margin-bottom: 10px;
		float: none;
	}

	#cuerpo-contacto-form-right {
		width: 100%;
		float: none;
	}

	inversion jcarlos prestamo carlos lago

	#pie {
		background-size: cover;
		background-position: 100% 0;
	}

	#pie-content p {
		width: 90%;
	}

}

/****************************************************************************************************************
// Job   : selectores del tipo clases, con responsive web design implementado a trav�s de media queries 
// Brain : Cristian Fernandez O.
// Email : cristian.fernandez@factobyte.cl
//--------------------------------------------------------------------------------------------------------------*/
