/*===================================================================================*/
/*  RESET                                                                            */
/*===================================================================================*/

* {
    outline: 0;
    border-image: 0;
}
body {
    line-height: 1;
}
ol,
ul {
    list-style: none;
}
blockquote,
q {
    quotes: none;
}
input[type=submit] {
    -webkit-appearance: none;
}
table {
    border-collapse: separate;
    border-spacing: 0;
}
caption,
th,
td {
    text-align: left;
    font-weight: normal;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}
*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
}
/*===================================================================================*/
/*  BASIC                                                                            */
/*===================================================================================*/

body {
    color: #000;
    font-size: 13px;
    font-family: 'Gotham', sans-serif;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -webkit-text-rendering: optimizelegibility;
}
.sombra-up {
    background-image: url(../images/sombra-up.png);
    background-repeat: no-repeat;
    width: 835px;
    height: 9px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99;
}
#main {
    overflow: hidden;
}
.mobile {
    display: none!important;
}
.noMobile {
    display: block!important;
}
.noMobile-inline {
    display: inline-block!important;
}
::selection {
    color: #ffffff;
    background-color: #168042;
}
::-webkit-input-placeholder {
    font-size: 13px;
    color: #666;
}
::-moz-placeholder {
    font-size: 13px;
    color: #666;
}
:-ms-input-placeholder {
    font-size: 13px;
    color: #666;
}



.dd-select{ border-radius:2px; border:solid 1px #ccc; position:relative; cursor:pointer;}
.dd-desc { color:#aaa; display:block; overflow: hidden; font-weight:normal; line-height: 1.4em; }
.dd-selected{ overflow:hidden; display:block; padding:10px; font-weight:bold;}
.dd-pointer{ width:0; height:0; position:absolute; right:10px; top:50%; margin-top:-3px;}
.dd-options{ border:solid 1px #ccc; border-top:none; list-style:none; box-shadow:0px 1px 5px #ddd; display:none; position:absolute; z-index:2000; margin:0; padding:0;background:#fff; overflow:auto; width: 100%!important;}
.dd-option{ padding:10px; display:block; border-bottom:solid 1px #ddd; overflow:hidden; text-decoration:none; color:#333; cursor:pointer;-webkit-transition: all 0.25s ease-in-out; -moz-transition: all 0.25s ease-in-out;-o-transition: all 0.25s ease-in-out;-ms-transition: all 0.25s ease-in-out; }
.dd-options > li:last-child > .dd-option{ border-bottom:none;}
.dd-option:hover{ background:#f3f3f3; color:#000;}
.dd-selected-description-truncated { text-overflow: ellipsis; white-space:nowrap; }
.dd-option-selected { background:#f6f6f6; }
.dd-option-image, .dd-selected-image { vertical-align:middle; float:left; margin-right:5px; max-width:64px;}
.dd-image-right { float:right; margin-right:15px; margin-left:5px;}
.dd-container{ position:relative;}
.dd-selected-text { font-weight:bold}

#alert-content
{
    box-shadow: #333 0px 0px 10px -1px;
	color: #fff;
	font-size: 35px;
	font-weight:700;
}
#alert-content .titulomodal
{
	padding: 15px;
    font-size: 11px;
    background-color: #177c41;
    color: #fff;
	font-weight:300;
}

#alert-content button.mfp-close
{
	top: 5px;
    right: 5px;
}

/*===================================================================================*/
/*  TYPOGRAPHY                                                                       */
/*===================================================================================*/

h1 {
    font-size: 67px;
    line-height: 57px;
    color: #fff;
    font-weight: 800;
    text-transform: uppercase;
}
h2 {
    color: #fff;
    font-size: 24px;
}
h3 {
    font-size: 17px;
}
h8 {
    font-size: 14px;
	 color: #ffffff;
}
h4 {} h5 {
    font-size: 28px;
}
p {
    font-size: 14px;
    line-height: 18px;
}
p:empty {
    display: none;
}
/*------------------------------------------
        links       
    ------------------------------------------*/

a {
    color: inherit;
    text-decoration: none;
    webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
a.transoff {
    webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
}
a:hover {
    color: #4dc735;
    text-decoration: none;
}
a:link,
a:visited,
a:hover,
a:focus,
a:active {
    text-decoration: none;
    outline: none;
}
p a,
p a:visited {
    line-height: inherit;
}
a img {
    border: none;
    vertical-align: middle;
}

.preload
{
	position: absolute;
	left: -10000px;
	top: -10000px;
	height: 1px;
	width: 1px;
}

.infinite
{
	-webkit-animation-iteration-count: infinite; /* Chrome, Safari, Opera */
    animation-iteration-count: infinite;
}



/*------------------------------------------
        clearfix        
    ------------------------------------------*/

.clearfix:before,
.clearfix:after {
    display: table;
    content: "";
    line-height: 0;
}
.clearfix:after {
    clear: both;
}
.clearfix {
    zoom: 1;
}
/*------------------------------------------ 
        images
    ------------------------------------------*/

img {
    vertical-align: middle;
    image-rendering: optimizeQuality;
    -ms-interpolation-mode: bicubic;
}
/*===================================================================================*/
/*  SECTION                                                                          */
/*===================================================================================*/

section {
    position: relative;
}
.section {
    position: relative;
    z-index: 2;
}
.contenedor {
    position: relative;
    width: 1024px;
    margin: 0 auto;
    padding: 0px;
}
.contenedor-m {
    position: relative;
    width: 1100px;
    margin: 0 auto;
    padding: 0px;
}
.contenedor-g {
    position: relative;
    width: 1366px;
    margin: 0 auto;
    padding: 0px;
}
.mobile {
    display: none!important;
}
.noMobile {
    display: block!important;
}



.mobileConstruccion
{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #117c39;
	color: #fff;
	font-size: 23px;
	font-weight: 200;
	z-index: 3147483639;
	text-align: center;
    padding: 20px 20px;
}

.mobileConstruccion h3
{
	font-size: 26px;
	margin-top: 30px;
}

.mobileConstruccion h4
{
	font-size: 18px;
	margin-top: 30px;
}

/**MAGINFIC POPUP CLASE***/

.mfp-bg {
    background: #117c39;
    opacity: 0.95;
}
.mfp-bg.mfp-white
{
	background: #fff;
    opacity: 0.8;
}

.mfp-white .mfp-container
{
	cursor: default;
}

.mfp-content
{
	width: 740px!important;
	max-width: 100%;
}
.mfp-content h3
{
	font-size: 23px;
	font-weight: 200;
	text-transform: uppercase;
	color: #fff;
}
.mfp-content h3 img
{
    vertical-align: top;
    margin-right: 10px;
    margin-top: 3px;
}
.mfp-content .campos
{
    margin-top: 25px;
}
.mfp-content input
{
    border: none;
    margin-bottom: 3px;
    width: 24.25%;
    margin-right: 1%;
    background-color: #209c4e;
    padding: 15px 10px;
    color: #fff;
	float: left;
}

.mfp-content textarea
{
    border: none;
    margin-bottom: 3px;
    width: 100%;
	height: 125px;
    background-color: #209c4e;
    padding: 15px 10px;
    color: #fff;
	margin-top: 5px;
}


.mfp-content ::-webkit-input-placeholder {
    font-size: 13px;
    color: #fff;
}
.mfp-content ::-moz-placeholder {
    font-size: 13px;
    color: #fff;
}
.mfp-content :-ms-input-placeholder {
    font-size: 13px;
    color: #fff;
}

.mfp-content input:focus,
.mfp-content textarea:focus
{
	background-color: #fff;
	color: #209c4e;
}

.mfp-content :focus::-webkit-input-placeholder {
    font-size: 13px;
    color: #209c4e;
}
.mfp-content :focus::-moz-placeholder {
    font-size: 13px;
    color: #209c4e;
}
.mfp-content :focus:-ms-input-placeholder {
    font-size: 13px;
    color: #209c4e;
}




.mfp-content .btEnviar
{
	float: right;
	margin-top: 5px;
}
.mfp-content .aclaracion
{
    clear: both;
    display: block;
    text-align: right;
    margin-right: 70px;
    padding-top: 15px;
    color: #fff;
    font-size: 11px;
    font-weight: 200;
}

.mfp-content input:last-child
{
	margin-right: 0;
}

.mfp-bottom-bar {
    display: none;
}
.mfp-figure:after {
    box-shadow: none;
}
.mfp-close {
    text-indent: -9999px;
	overflow: hidden!important;
	background-image: url(../images/close.png)!important;
	background-repeat: no-repeat!important;
	background-position: center!important;
	width: 38px;
    height: 38px;
    opacity: 1!important;
    padding: 10px!important;
	top: -5px;
}


.mfp-white .mfp-close
{
	background-position: right center!important;
	background-image: url(../images/ico-cerrar.png)!important;
	right: 0;
	text-indent: 100%!important;
	cursor: pointer!important;
	width: 38px;
}

.mfp-white .mfp-content
{
	width: auto!important;
}

.popGaleria .mfp-content
{
	width: 100%!important;
	height: 100%;
}

.popGaleria .galeria-ficha-interna
{
	height: 100%;
	margin: 0;
}

.popGaleria .flex-direction-nav li
{
	position: static;
}

.popGaleria .galeria-ficha-interna .flex-viewport .item
{
	max-width: 1000px;
	margin: 0 auto;
}

.popGaleria .galeria-ficha-interna .flex-prev,
.popGaleria .galeria-ficha-interna .flex-next
{
	top: 50%;
	margin-top: -116px;
}

.popGaleria .mfp-container
{
	padding: 20px;
}

.popGaleria .flex-direction-nav {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.popGaleria .galeria-ficha-interna .slides li
{
	height: 100%;
}
/*
.popGaleria .galeria-ficha-interna .slides .item
{
	background-position: center;
}*/

.popGaleria .mfp-close {
    background-position: right center!important;
    background-image: url(../images/ico-cerrar.png)!important;
    right: 0;
    text-indent: 150%!important;
    cursor: pointer!important;
    width: 38px;
    top: 0;
}

.mfp-arrow,
.mfp-arrow:active {
    opacity: 1;
    width: 49px;
    height: 43px;
    top: 50%;
    margin-top: -25px;
}
.mfp-arrow-left {
    left: -10px;
    background-image: url(../images/arrow-left-popup.png)!important;
}
.mfp-arrow-right {
    right: -10px;
    background-image: url(../images/arrow-right-popup.png)!important;
}
.mfp-arrow-left:hover {
    left: -10px;
    background-image: url(../images/arrow-left-popup-h.png)!important;
}
.mfp-arrow-right:hover {
    right: -10px;
    background-image: url(../images/arrow-right-popup-h.png)!important;
}
.mfp-arrow-left:before,
.mfp-arrow-left:after,
.mfp-arrow-right:before,
.mfp-arrow-right:after {
    content: none;
    display: none;
}



.contenedor-sombra
{
	box-shadow: 0px 6px 11px -6px rgba(0, 0, 0, 0.49);
	position: relative;
    z-index: 1;
}


.info-content
{
	padding: 20px 20px 25px 20px;
	width: 630px;
	max-width: 100%;
}
.info-content.min
{
	padding: 10px 10px 15px 10px;
	width: 150px;
	max-width: 100%;
}
.info-content .col
{
	float: left;
	width: 50%;
	padding: 20px;
}
.info-content .col.line
{
    border-left: 1px solid #d3d3d3;
}
.info-content .col a,
.info-content .col span
{
	display: block;
	color: #757575;
	font-size: 13px;
	font-weight: 600;
	line-height: 1.4;
}

.info-content .titulo
{
	color: #0c4fa6;
	font-size: 15px;
	font-weight: 600;
	text-transform: uppercase;
}

.info-content .content
{
	padding-bottom: 20px;
	overflow: auto;
    zoom: 1;
}

.info-content.min .content
{
	padding-bottom: 0px;
	overflow: visible;
}

.info-content p
{
	font-size: 13px;
	color: #757575;
	height: 105px;
    overflow: hidden;
}

.info-content .btConoce,
.info-content .btConoce:hover
{
	display: block;
	clear: both;
	color: #0c4fa6;
	padding-left: 30px;
    font-weight: 400;
	margin-left: 20px;
	background-image: url(../images/btn-arrow-info.png);
	background-repeat: no-repeat;
	background-position: left center;
}

/*===================================================================================*/
/*  ESTILOS                                                                          */
/*===================================================================================*/

.menu-items-ficha
{
	display: none;
}

.menu-ficha-mobile
{
	display: none;
}

#nav {
    position: absolute;
    top: 5px;
    left: 0;
    right: 0;
    z-index: 10;
}

#nav .menu-superior {
    margin-left: 252px;
}
#nav .menu-superior > li {
    position: relative;
    float: left;
}
#nav .menu-superior > li > a {
    position: relative;
    padding: 10px 15px;
    display: block;
    font-size: 10px;
    color: #21a859;
    text-transform: uppercase;
    letter-spacing: 4px;
    font-weight: 400;
}
.home #nav .menu-superior > li > a {
    color: #ffffff;
}
#nav .menu-superior > li > a:hover {
    color: #bbfeae;
}

#nav .menu-comun
{
	position: relative;
	height: 80px;
}

#nav .fondo-verde {
    background-color: #21a859;
    height: 80px;
    position: absolute;
    left: 0;
    right: 410px;
}
#nav .logo {
    background-image: url(../images/logo.png);
    height: 61px;
    width: 191px;
    position: relative;
    float: left;
    margin: 10px 30px;
	background-size: cover;
}
#nav .logo:hover {
	background-image: url(../images/logo-over.png);
}

#nav .menu-principal {
    margin-top: 22px;
}
#nav .menu-principal > li {
    position: relative;
    float: left;
	height: 58px;
}
#nav .menu-principal > li > a {
    position: relative;
    padding: 10px 13px;
    display: block;
    font-size: 10, 5px;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 600;
}
#nav .menu-principal > li > a:hover {
    text-shadow: 0px 0px 13px rgba(0, 0, 0, 0.39);
}

#nav .menu-principal > li.csx-cap
{
    height: 80px;
    margin-top: -22px;
    padding: 14px 45px 0 20px;
    line-height: 1.2;
    background-color: #1d9750;
    float: right;
    font-size: 14px;
    letter-spacing: 1px;
	background-image: url(../images/menu-new.jpg);
	background-position: center right;
	background-repeat: no-repeat;
}

#nav .menu-principal > li ul
{
	position: absolute;
    top: 100%;
	opacity: 0;
	visibility: hidden;
	left: 0;
	z-index: -5;
	webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

#nav .menu-principal > li:hover ul
{
	display: block;
	opacity: 1;
	z-index: 1;
	visibility: visible;
}

#nav .menu-principal > li ul li a
{
	display: block;
	padding: 10px 15px;
    background-color: #4dc735;
    white-space: nowrap;
    margin-bottom: 2px;
	color: #fff;
	text-align: center;
	font-size: 12, 5px;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 600;
}
#nav .menu-principal > li ul li a:hover {
    text-shadow: 0px 0px 13px rgba(0, 0, 0, 0.39);
}




#nav .menu-superior > li ul
{
	position: absolute;
    top: 100%;
	opacity: 0;
	visibility: hidden;
	left: 0;
	z-index: -5;
	webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

#nav .menu-superior > li:hover ul
{
	display: block;
	opacity: 1;
	z-index: 1;
	visibility: visible;
}

#nav .menu-superior > li ul li a
{
	display: block;
	padding: 10px 15px;
    background-color: #4dc735;
    white-space: nowrap;
    margin-bottom: 2px;
	color: #fff;
	text-align: left;
	font-size: 12, 5px;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 600;
}
#nav .menu-superior > li ul li a:hover {
    text-shadow: 0px 0px 13px rgba(0, 0, 0, 0.39);
}


.menu-botones {
    position: absolute;
    right: 0;
}
.menu-botones a {
    float: left;
    height: 80px;
    margin-left: 4.5px;
    width: 65px;
    background-repeat: no-repeat;
    background-position: center;
	
}

.bt-buscar {
    background-color: #0c4fa6;
    background-image: url(../images/ico-lupe.png);
}
.bt-buscar:hover{
    background-color: #0c4186;
}
.bt-favorito {
    background-color: #4dc735;
    background-image: url(../images/ico-favorito.png);
}
.bt-favorito:hover{
    background-color: #45b52f;
}

.bt-favorito.hasAny,
.bt-favorito.hasAny:hover
{
    color: #4dc735;
    background-image: url(../images/ico-favorito-h.png);
	text-align: center;
	padding: 33px 0;
}


.bt-mail {
    background-color: #1d9750;
    background-image: url(../images/ico-mail.png);
}
.bt-mail:hover{
    background-color: #198044;
}
.bt-telefono {
    background-color: #13723b;
    background-image: url(../images/ico-telefono.png);
}
.bt-telefono:hover{
    background-color: #106333;
}
.bt-0810 {
    background-color: #168042;
    width: 123px!important;
    padding: 20px 14px;
}
.bt-0810:hover {
    background-color: #136f39;
 
}
.bt-0810 div {
    text-align: center;
}
.bt-0810 .t1 {
    font-size: 10px;
    color: #96c6aa;
}
.bt-0810 .t2 {
    font-size: 12px;
    color: #fff;
    padding: 3px 0;
    font-weight: 600;
}
.bt-0810 .t3 {
    font-size: 10px;
    color: #fff;
    font-weight: 200;
}
.superior-mobile {
    display: none;
}
/************HOME*********************/

#home-slider .slider-controler {
    position: absolute;
    bottom: 80px;
    left: 0;
    right: 0;
}
#home-slider .arrow {
    width: 10px;
    height: 16px;
    display: block;
    position: absolute;
    top: 100%;
    margin-top: 20px;
    z-index: 9;
    background-repeat: no-repeat;
    background-position: center;
    padding: 20px;
}
#home-slider .right-arrow {
    background-image: url(../images/hs-arrow-r.png);
    right: 20px;
}
#home-slider .left-arrow {
    background-image: url(../images/hs-arrow-l.png);
    left: 20px;
}
#ficha-slider .carousel-control {
    opacity: 1;
}
#ficha-slider .carousel-control {
    top: auto;
    width: 45px;
    height: 45px;
    display: block;
    position: absolute;
    bottom: 0;
    opacity: 1;
    z-index: 9;
}
#ficha-slider .carousel-control.right {
    background-image: url(../images/arrow-right-c.jpg);
    left: 55px;
    right: auto;
}
#ficha-slider .carousel-control.left {
    background-image: url(../images/arrow-left-c.jpg);
    left: 0px;
}
#home-slider {
    height: 750px;
}
#home-slider .carousel-inner {
    height: 100%;
}
#home-slider .item {
    min-height: 750px;
    height: 100%;
    width: 100%;
    left: 0 !important;
    opacity: 0;
    display: block;
    position: absolute;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 150px;
    box-shadow: 0 -15px 20px -12px #000 inset;
    webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
#home-slider .overimage {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-clip-path: polygon(0 0, 65% 0, 30% 100%, 0 100%);
    -moz-clip-path: polygon(0 0, 65% 0, 30% 100%, 0 100%);
    clip-path: polygon(0 0, 65% 0, 30% 100%, 0 100%);
}
@keyframes fadein {
    0% {
        opacity: 0;
    }
    72% {
        opacity: 1;
    }
}
#home-slider.carousel .item.active {
    opacity: 1;
    left: 0 !important;
	z-index: 1;
}
#home-slider .carousel-indicators li {
    border-radius: 0;
    width: 17px;
    height: 17px;
    border: 0;
    margin: 0 5px;
    border-radius: 20px;
    background-color: rgba(255, 255, 255, 0.6);
}
#home-slider .carousel-indicators li.active {
    border: 0;
    margin: 0 5px;
    background-color: #fff;
}
#home-slider .carousel-indicators {
    text-align: center;
    left: 0;
    margin-left: 0;
    right: 0;
    width: auto;
}
#home-slider .home-slider-content {
    position: absolute;
    top: 75px;
    left: 90px;
}
#home-slider .home-slider-content h1 {
    text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.75);
}


#home-slider .home-slider-content h1:hover {
    text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.75);
}

#home-slider .home-slider-content .t1 {
    color: #fff;
    font-size: 25px;
    display: inline-block;
    margin-top: 20px;
}
#home-slider .home-slider-content .t2 {
    color: #fff;
    font-size: 20px;
    display: inline-block;
    font-weight: 300;
    margin-top: 5px;
}

#home-slider .home-slider-content .t1 span{
    background-color: rgba(29, 151, 80, 0.88);
    color: #fff;
    padding: 5px 30px 0 30px;
    font-size: 25px;
    display: inline-block;
	float: left;
	clear: both;
}
#home-slider .home-slider-content .t2 span{
    background-color: rgba(29, 151, 80, 0.88);
    color: #fff;
    padding: 5px 30px 0 30px;
    font-size: 20px;
    display: inline-block;
    font-weight: 300;
	float: left;
	clear: both;
}


#home-slider .home-slider-content .t1 span:last-child{
	padding-bottom: 5px;
}
#home-slider .home-slider-content .t2 span:last-child{
	padding-bottom: 5px;
}

.home-slider-content .btn-arrow {
    font-size: 12px;
    color: #fff;
    background-image: url(../images/btn-arrow.png);
    background-repeat: no-repeat;
    display: block;
    margin-top: 50px;
    padding: 10px 50px;
}
#home-slider .home-slider-logos {
    position: absolute;
    width: 160px;
    top: 75px;
    right: 0;
}
#home-slider .home-slider-logos .emprendimiento-logo {
    width: 160px;
    height: 160px;
    background-image: url(../images/emprendimiento/logo_1.jpg);
    display: block;
	background-size: cover;
}
/* Animation delays */

#home-slider .home-slider-content h1 {
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}
#home-slider .home-slider-content .t1 {
    -webkit-animation-delay: 0.75s;
    animation-delay: 0.75s;
}
#home-slider .home-slider-content .t2 {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}
#home-slider .home-slider-content .btn-arrow {
    -webkit-animation-delay: 1.25s;
    animation-delay: 1.25s;
}
#home-slider .home-slider-logos .emprendimiento-logo {
    -webkit-animation-delay: 2.25s;
    animation-delay: 2.25s;
}
#home-slider .home-slider-logos .left-arrow {
    -webkit-animation-delay: 2.5s;
    animation-delay: 2.5s;
}
#home-slider .home-slider-logos .right-arrow {
    -webkit-animation-delay: 2.75s;
    animation-delay: 2.75s;
}
.contenedor-desplegable {
    display: none;
    background-color: #13723b;
}
#destacados {
    background-color: #0a4695;
}
#destacados.invertido {
    background-color: #1d9750;
}
.invertido {
    background-color: #1d9750;
}
#nav .invertido {
    background-color: #0a4ea7;
}
#telefonos {
    position: relative;
    margin: 60px 0 50px 0;
}
#telefonos .telefono {
    padding: 0px 10px 0px 20px;
    float: left;
    width: 25%;
    border-right: 1px solid #428e62;
}
#telefonos .telefono:nth-child(4n) {
    border-right: none;
}
#telefonos .telefono a {
    display: block;
    padding: 0px 20px 0px 20px;
    color: #fff;
    font-weight: 500;
    font-size: 19px;
}
#telefonos .telefono:nth-child(n+5) a {
    padding: 30px 20px 0px 20px;
}
#telefonos .telefono a:hover {
    color: #fff;
}
#telefonos .telefono a span {
    display: block;
    font-weight: 100;
    font-size: 11px;
    letter-spacing: 1px;
    margin-bottom: 2px;
}
.desplegable-close {
    position: absolute;
    background-image: url(../images/filtro-close.png);
    width: 18px;
    height: 18px;
    top: -35px;
    right: 40px;
    cursor: pointer;
}
#destacados h3 {
    color: #fff;
    margin: 0 auto;
    font-weight: 200;
    text-transform: uppercase;
    text-align: center;
    padding: 30px 0;
    letter-spacing: 10px;
}
#buscador {
    background-color: #1d9750;
    padding: 25px 30px 0px 50px;
    top: -80px;
    position: relative;
}

.sombra-superior {
    background-image: url(../images/sombra-superior.png);
    background-repeat: no-repeat;
    height: 5px;
    position: relative;
}
#buscador .sombra-superior
{
    position: absolute;
    top: -5px;
    left: 0;
    right: 0;
}
#nav #buscador {
    top: auto;
}
#nav #buscador .sombra-superior
{
	display: none;
}
#destacados .sombra-centrada {
    background-image: url(../images/sombra-centrada.png);
    background-repeat: no-repeat;
    margin: 5px auto 0 auto;
    width: 1315px;
    height: 5px;
    margin-top: -75px;
    position: relative;
}
#destacados .sombra {
    box-shadow: 0 -13px 20px -12px rgba(0, 0, 0, 0.70) inset;
    display: block;
    height: 15px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}
.invertido #buscador {
    background-color: #0a4ea7;
}
#buscador h2 {
    font-weight: 200;
}
#buscador .filtros {
    margin-top: 15px;
}
#buscador #dpOperacion {
    float: left;
    background-color: #22b15e;
    width: 88px;
    height: 60px;
}
#buscador #dpOperacion .opcion {
    padding: 11px 15px 6px 15px;
    color: #fff;
    font-weight: 300;
    cursor: pointer;
}
#buscador #dpOperacion .opcion.selected {
    background-color: #0a4695;
    cursor: default;
}

#btEmpSelDes
{
	padding: 5px 7px;
    color: #fff;
    background-color: #22b25d;
    display: inline-block;
    font-size: 12px;
    margin-left: 10px;
    line-height: 15px;
    vertical-align: top;
    margin-top: -3px;
}


.dd-container
{
    float: left;
	width: auto!important;
}

.dd-select,
.bigSelect {
	position: relative;
    background-color: #22b15e!important;
    color: #fff;
    font-size: 13px;
    font-weight: 300;
    letter-spacing: 1px;
    width: 230px;
    background-image: url(../images/flecha-desplegable.png);
    background-repeat: no-repeat;
    background-position: right 25px center;
    cursor: pointer;
	border: 0;
	border-radius: 0;
}
.bigSelect {
	float: left;
}

.dd-selected-text
{
    font-weight: 300;
}
.dd-selected:hover
{
	color: #fff;
}

.dd-selected,
.bigSelect .select-text
{
	padding: 23px 50px 23px 20px;
    font-weight: 300;
}

.invertido .dd-select,
.invertido #buscador .bigSelect {
    background-color: #2466bd!important;
}

.invertido #buscador #dpOperacion {
    background-color: #2466bd;
}
#buscador #dpContentTipo {
    margin-left: 9px;
}
#buscador #dpContentUbicacion {
    margin-left: 3px;
}
#buscador #dpContentProvincia{
    margin-left: 3px;
    width: 200px!important;
}
#buscador #dpContentBarrio{
    margin-left: 3px;
    width: 200px!important;
}

#buscador #dpContentProvincia .dd-select{
    width: 200px!important;
}
#buscador #dpContentBarrio .dd-select{
    width: 200px!important;
}

#buscador #dpEmprendimiento {
    margin-left: 3px;
    width: 200px;
}

#buscador input#txtCodigo {
    background-color: #22b15e;
    border: 0;
    padding: 22px 10px 22px 10px;
    font-weight: 300;
    color: #fff;
    width: 87px;
    margin-left: 3px;
}

#buscador input#txtCodigo::-webkit-input-placeholder {
    color: #fff;
	font-size: 11px;
}
#buscador input#txtCodigo::-moz-placeholder {
    color: #fff;
	font-size: 11px;
}
#buscador input#txtCodigo:-ms-input-placeholder {
    color: #fff;
	font-size: 11px;
}




#buscador .filtros .button {
    color: #fff;
    font-size: 18px;
    background-color: #0a4695;
    padding: 21px 30px;
    margin-left: 9px;
    text-align: center;
    float: right;
}
#buscador .filtros .button:hover
{
	background-color: #4dc735;
	color: #fff!important;
}
#buscador .filtro-detalle {
    display: none;
    margin: 20px auto;
    width: 570px;
}
#buscador .filtro-detalle .filtro-titulo {
    font-size: 19px;
    color: #fff;
    padding: 5px 2px;
    font-weight: 300;
    border-bottom: 1px solid #20b162;
}
#buscador .filtro-detalle .filtro-close {
    background-image: url(../images/filtro-close.png);
    width: 18px;
    height: 18px;
    float: right;
    cursor: pointer;
}
#buscador .filtro-detalle .items {
    padding: 10px 0;
    border-bottom: 1px solid #20b162;
}

.invertido #buscador .filtro-detalle .filtro-titulo {
    border-bottom: 1px solid #2466bd;
}
.invertido #buscador .filtro-detalle .items {
    border-bottom: 1px solid #2466bd;
}

.invertido #buscador input#txtCodigo {
    background-color: #2466bd;
}

#buscador .filtro-detalle .item {
    float: left;
    width: 33.33%;
    color: #fff;
    font-size: 14px;
}
#buscador .filtro-detalle .prettycheckbox label,
#buscador .filtro-detalle .prettyradio label {
    display: block;
    float: left;
    margin: 8px 5px;
    cursor: pointer;
    font-weight: 300;
	white-space: nowrap;
    overflow: hidden;
    max-width: 140px;
    text-overflow: ellipsis;
}
.button-container {
    text-align: center;
}
#buscador .filtro-detalle .button {
    color: #fff;
    font-size: 18px;
    background-color: #0a4695;
    padding: 21px 30px;
    margin: 10px auto;
    text-align: center;
    display: inline-block;
}
#buscador .filtros-especiales {
    text-align: right;
    margin-top: 25px;
}
#buscador /*.filtros-especiales*/ .filtros {
    list-style: none;
}
#buscador /*.filtros-especiales*/ .filtros > li {
    position: relative;
    display: inline-block;
    vertical-align: top;
    padding-bottom: 20px;
}
#buscador /*.filtros-especiales*/ .filtros > li > .desplegable {
    color: #fff;
    font-size: 13px;
    font-weight: 300;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-left: 20px;
    padding-right: 25px;
    background-image: url(../images/flecha-desplegable.png);
    background-repeat: no-repeat;
    background-position: right center;
}
#buscador /*.filtros-especiales*/ .filtros > li > .desplegable.opened {
    background-image: url(../images/close-desplegable.png);
}
#buscador /*.filtros-especiales*/ .filtros /*> li*/ .child {
    position: absolute;
    top: 100%;
    left: 15px;
    display: none;
    z-index: 9;
}
#buscador .bigSelect .child {
	left: 0;
}
.selectlist {
    position: relative;
    background-color: #fff;
    padding: 10px 0px 15px 0px;
    text-align: left;
    max-height: 265px;
    overflow: auto;
}



.dd-options,
.bigSelect .selectlist
{
	background-color: #22b15e;
	border: 0;
    box-shadow: none;
	padding-bottom: 10px;
}
.invertido .dd-options,
.invertido .bigSelect .selectlist
{
	background-color: #2466bd;
}

.dd-option,
.selectlist li a {
    display: block;
    color: #5a5a5a;
    font-size: 11px;
	padding: 5px 20px;
	border-bottom: none;
}

.dd-option
{
	padding: 10px 20px;
}

.dd-option:hover,
.dd-option-selected,
.selectlist li:hover {
    background-color: #ececec;
}

.dd-pointer
{
	width: 16px;
	height: 10px;
	right: 20px;
	border: none;
}
.dd-pointer-down 
{
    background-image: url(../images/flecha-desplegable.png);
}
.dd-pointer-up
{
	border: none;
}



.bigSelect .selectlist li a {
    color: #fff;
    padding: 10px 30px;
}
.dd-option:hover,
.dd-option-selected,
.bigSelect .selectlist li:hover {
    background-color: #13723b;
}

.invertido .dd-option:hover,
.invertido .dd-option-selected,
.invertido .bigSelect .selectlist li:hover 
{
    background-color: #0a4695;
}

.dd-option-text
{
	color: #fff;
	font-size: 13px;
	font-weight: 300;
}

.re-filtro.invertido
{
	background-color: #0a4ea7;
}
.re-filtro #buscador {
	top: 0;
	padding: 15px 30px 15px 50px;
}

.re-filtro #buscador .filtros {
    margin-top: 0px;
}

.re-filtro #buscador .filtros .button
{
	float: left;
	padding: 14px 30px;
    font-size: 12px;
	color: #819dc1;
	font-weight: 500;
}

.re-filtro .dd-selected,
.re-filtro .bigSelect .select-text {
    padding: 14px 50px 11px 20px;
}

.re-filtro .bigSelect
{
	background-position: right 15px center;
}
.re-filtro #buscador #dpOperacion
{
	width: auto;
    height: auto;
}

.re-filtro #buscador #dpOperacion .opcion
{
	float: left;
	padding: 14px 15px 13px 15px;
}


.listado-zonas .bigSelect
{
	background-color: #154a8f!important;
	background-position: right 15px center;
	margin-bottom: 2px;
}

.listado-zonas .bigSelect .select-text {
    padding: 14px 50px 11px 20px;
}

.listado-zonas .bigSelect .selectlist
{
	background-color: #154a8f!important;
}
.listado-zonas .bigSelect .child
{
    position: absolute;
    top: 100%;
    left: 0px;
	right: 0;
    display: none;
    z-index: 9;
}
.listado-zonas .bigSelect .selectlist li:hover
{
	background-color: #14417b!important;
}

#dpEmpNom {
    width: 284px;
    max-height: 256px;
    overflow: auto;
}
#dpTipo {
    width: 230px;
    max-height: 256px;
    overflow: auto;
}
#dpUbicacion {
    width: 230px;
    max-height: 256px;
    overflow: auto;
}
#dpCodigo {
    padding: 15px;
    background-color: #fff;
    text-align: left;
    width: 247px;
}
#dpCodigo span {
    display: block;
    color: #5a5a5a;
    font-size: 12px;
    line-height: 16px;
}
#dpCodigo input {
    background-color: #ececec;
    border: 0;
    padding: 6px 6px 7px 6px;
    font-size: 19px;
    font-weight: 300;
    width: 170px;
}
#dpCodigo input::placeholder {
    font-size: 19px;
    font-weight: 300;
    color: #5a5a5a;
}
#btBuscarCodigo {
    background-image: url(../images/bt-lupa.png);
    background-repeat: no-repeat;
    background-position: center;
    float: right;
    width: 42px;
    height: 36px;
    background-color: #1d9750;
}

.listado-zonas .bigSelect #dpTipo
{
	width: 100%;
}


.destacados-exclusivos {
    margin-top: 20px;
    position: relative;
    padding: 0px 25px 50px 25px;
}
.destacados-exclusivos .col {
    float: left;
    width: 254px;
    position: relative;
}
.destacados-exclusivos .col .imagen {
    position: relative;
}
.destacados-exclusivos .col .imagen .foto {
    height: 143px;
    position: relative;
	display: block;
	background-size: cover;
	background-position: center;
}
.destacados-exclusivos .col .imagen .foto:hover
{
	opacity: 0.9;
}
.destacados-exclusivos .col .imagen .etiqueta {
    background-color: rgba(29, 151, 80, 0.88);
    color: #fff;
    padding: 2px 7px;
    position: absolute;
    top: 20px;
    left: 0;
}
.destacados-exclusivos .col .imagen .etiqueta2 {
    background-color: rgba(106, 197, 81, 0.88);
    color: #fff;
    padding: 2px 7px;
    position: absolute;
    top: 37px;
    left: 0;
}
.destacados-exclusivos .col .desc {
    padding: 15px 20px;
    position: relative;
	display: block;
}
.destacados-exclusivos .col .desc h4 {
    font-weight: 600;
    font-size: 13.5px;
    color: #fff;
}
.destacados-exclusivos .col .desc p {
    font-size: 11px;
    color: #fff;
}
.destacado-secundario .iconos {
    background-image: url(../images/arrow-next.png);
    background-repeat: no-repeat;
    width: 23px;
    height: 13px;
    display: block;
    padding: 20px 0;
    margin-top: 15px;
}
.destacados-exclusivos .col .iconos {
    padding: 10px 0 20px 20px;
	overflow: auto;
	zoom: 1;
}
.destacados-exclusivos .col .iconos a {
    background-repeat: no-repeat;
    background-position: top;
    transition: none;
    display: block;
    float: left;
    margin-right: 25px;
}
.destacados-exclusivos .col .iconos a:hover {
    background-position: bottom;
}
.destacados-exclusivos .col .iconos .favorito {
    background-image: url(../images/h-favorito-.png);
    width: 24px;
    height: 22px;
    margin-top: 2px;
}
.destacados-exclusivos .col .iconos .favorito.marked
{
	background-position: bottom;
}
.destacados-exclusivos .col .iconos .favorito:hover
{
	background-position: center;
}

.destacados-exclusivos .col .iconos .video {
    background-image: url(../images/h-video.png);
    width: 24px;
    height: 24px;
}
.destacados-exclusivos .col .iconos .arrow {
    background-image: url(../images/h-arrow.png);
    width: 23px;
    height: 13px;
    margin-top: 10px;
}

.destacados-exclusivos .col:hover .desc,
.destacados-exclusivos .col:hover .iconos
{
	background-color: rgba(255,255,255,0.05);
}

#accion {}

 #accion h5 {
    font-size: 28px;
    font-weight: 600;
    color: #117c39;
}
#accion h3 {
    font-size: 23px;
    font-weight: 200;
    color: #117c39;
}
#accion .superior {
    height: 100px;
    position: relative;
}
#accion .superior .sombra {
    box-shadow: 0 -13px 20px -12px rgba(0, 0, 0, 0.15) inset;
    display: block;
    height: 15px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}
#accion .superior h5 {
    float: left;
    margin: 33px 20px 0 50px;
    letter-spacing: 10px;
}
#accion .superior h5 span {
    color: #4dc735;
}
#accion .superior h3 {
    float: left;
    margin: 36px 20px 0 0;
}
#accion .superior .imagen {
    position: absolute;
    top: 0px;
    right: 0;
    background-image: url(../images/accion-superior.jpg);
    width: 178px;
    height: 100px;
}
.main-accion {
    position: relative;
}
.main-accion .col {
    float: left;
    width: 25%;
    position: relative;
    height: 345px;
	cursor: pointer;
}
.main-accion .col .text {
    width: 400px;
    max-width: 100%;
    padding: 20px 20px 20px 50px;
}
.main-accion .col .text .tit-accion {
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    background-color: #4dc735;
    display: inline-block;
    margin-bottom: 20px;
    padding: 5px 10px;
}
.main-accion .col .text .subtit-accion {
    font-size: 24px;
    font-weight: 700;
    color: #fff;
    background-color: #1d9750;
    margin-bottom: 20px;
    padding: 0px 20px 0px 10px;
    line-height: 31px;
}
.main-accion .col .text-title:hover .subtit-accion
{
	background-color: #4dc735;
}
.main-accion .col .text p {
    font-size: 13px;
    line-height: 17px;
    font-weight: 300;
    color: #168042;
    padding-right: 50px;
    margin-top: 20px;
}
.main-accion .col .imagen {
    width: 100%;
    height: 345px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
	display: block;
}
.main-accion .col .imagen:hover
{
	opacity: 0.9;
}
.main-accion .col .btn-arrow-green {
    width: 305px;
    height: 45px;
    padding: 20px 20px 20px 60px;
    background-image: url(../images/btn-arrow-green.png);
    background-position: 10px 10px;
    background-repeat: no-repeat;
    color: #168042;
    margin-left: 50px;
    position: absolute;
    bottom: 20px;
    left: 0;
    display: block;
}
#notiverde {
    position: relative;
    background-color: #ececec;
    margin-top: 40px;
}
#notiverde .superior {
    padding: 65px 0px 0 50px;
    position: relative;
}
#notiverde .sombra {
    box-shadow: 0 14px 8px -12px rgba(0, 0, 0, 0.35) inset;
    display: block;
    height: 15px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}
#notiverde .superior h5 {
    font-size: 28px;
    font-weight: 600;
    color: #117c39;
    float: left;
    margin: 0px 20px 0 0px;
    letter-spacing: 10px;
}
#notiverde .superior h5 span {
    color: #4dc735;
}
#notiverde .superior h3 {
    font-size: 23px;
    font-weight: 200;
    color: #177c41;
    float: left;
    margin: 5px 0px 0 0;
}
#notiverde .imagen {
    position: absolute;
    top: 0px;
    right: 0;
    background-size: cover;
	background-position: center;
    width: 569px;
    height: 463px;
}
#notiverde .noti-v {
    position: relative;
    margin: 48px 0 10px 50px;
    max-width: 900px;
    padding-bottom: 5px;
}
#notiverde .noti-v .col {
    position: relative;
    float: left;
    width: 26%;
    margin-right: 40px;
	padding: 15px;
	height: 320px;
}
#notiverde .noti-v .col:hover
{
	background-color: #fff;
}
#notiverde .noti-v .col:last-child {
    margin-right: 0px;
}
#notiverde .noti-v .col h4 {
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    background-color: #4dc735;
    display: inline-block;
    margin-bottom: 10px;
    padding: 3px 8px;
}
#notiverde .noti-v .col h2 {
    color: #4dc735;
    font-size: 19px;
    line-height: 19px;
    font-weight: 600;
}
#notiverde .noti-v .col p {
    font-size: 13px;
    line-height: 16px;
    font-weight: 300;
    color: #177c41;
    margin-top: 10px;
	height: 128px;
	overflow: hidden;
}
#notiverde .col .iconos {
    padding: 10px 15px;
    position: absolute;
    bottom: 0;
    left: 0;
    overflow: auto;
    zoom: 1;
}
#notiverde .col .iconos a {
    background-repeat: no-repeat;
    transition: none;
    display: block;
    float: left;
}
.noti-v .col .iconos .btn-arrow-noti {
    font-size: 13px;
    font-weight: 300;
    color: #177c41;
    width: 105px;
    height: 25px;
    padding: 17px 20px 20px 0px;
    background-image: url(../images/btn-arrow-noti.png);
    background-position: 80px 20px;
}
.noti-v .col .iconos .noti-facebook {
    width: 25px;
    height: 25px;
    margin: 10px 10px 0 25px;
    background-image: url(../images/noti-facebook.png);
    background-position: center;
}
.noti-v .col .iconos .noti-twitter {
    width: 25px;
    height: 25px;
    margin: 10px 0px;
    background-image: url(../images/noti-twitter.png);
    background-position: center;
}
#notiverde .col .iconos .btn-arrow-noti:hover {
    color: #4dc735;
}

.newsletter-home {
    width: 870px;
    height: 66px;
    background-image: url(../images/sombra-divisora.png);
    padding: 19px 50px;
    margin-top: 0px;
    background-repeat: no-repeat
}
.newsletter-home p {
    color: #177c41;
    float: left;
    margin-right: 25px;
    margin-top: 10px;
}
.newsletter-home input {
    width: 230px;
    float: left;
    margin-right: 10px;
    height: 31px;
    border: none;
    padding: 10px;
}
.newsletter-home .btn-newsletter,
.newsletter-home .btn-newsletter:active,
.newsletter-home .btn-newsletter:focus {
    width: 40px;
    height: 45px;
    background-image: url(../images/btn-newsletter.png);
    background-repeat: no-repeat;
    background-position: 0px 8px;
    display: block;
    float: left;
}
.banner-home {
    width: 100%;
    height: 428px;
    display: block;
    background-image: url(../images/banner-home.jpg);
    background-repeat: no-repeat;
    background-color: #117b39;
    margin: 1px 0 15px 0;
}


/***********************BUSCAR***************************/
#buscar {
    margin: 35px auto 0;
    height: auto;
    position: relative;
}

#buscar .bread-crumb {
    padding: 8px 10px;
    display: block;
    background-color: rgba(253, 253, 253, 0.11);
    color: #fff;
    top: 80px;
    position: relative;
}

#buscar .superior-buscar {
    height: 555px;
    position: relative;
}
#buscar .superior-buscar .image-superior {
    width: 100%;
    height: 555px;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
}
#buscar .text {
    height: 200px;
    width: 550px;
    position: absolute;
    top: 150px;
    left: 110px;
}
#buscar .superior-buscar .text h1 {
	font-size: 65px;
    line-height: 49px;
letter-spacing: 5px;
    font-weight: 200;
}
#buscar .superior-buscar .text p {
    color: #fff;
    font-size: 60px;
    font-weight: 100;
    margin-top: 10px;
    text-shadow: 0px 0px 13px rgba(0, 0, 0, 0.50);
}
#buscar h3 {
    font-size: 24px;
    color: #1d944e;
    font-weight: 700;
    text-transform: uppercase;
}
#buscar h3 span {
    font-weight: 200;
}
#buscar .col-1 p {
    font-size: 12.5px;
    line-height: 19px;
    color: #757575;
    font-weight: 300;
}



/**********************RESULTADOS**********************/

#resultados {
    margin-top: 115px;
}
#resultados h3 {
    font-size: 24px;
    color: #1d944e;
    font-weight: 700;
    text-transform: uppercase;
}
#resultados h3 span {
    font-weight: 200;
}
#resultados p {
    font-size: 12px;
    line-height: 19px;
    color: #757575;
}
#resultados .superior {
    height: 80px;
    padding: 0 0 0 50px;
}
#resultados .superior .titulo {
    float: left;
    width: auto;
    margin-top: 35px;
}
#resultados .superior .filtros {
    float: right;
    margin-top: 20px;
    border-right: 1px solid #e3e3e3;
}
#resultados .superior .filtros .filtro {
    position: relative;
    padding: 20px 15px;
    border-left: 1px solid #e3e3e3;
    float: left;
    padding-right: 55px;
    font-size: 11px;
    color: #757575;
    font-weight: 700;
    cursor: pointer;
}

#resultados .superior .filtros .filtro span {
    position: absolute;
    background-image: url(../images/dp-arrow.png);
    background-repeat: no-repeat;
    background-position: center;
    top: 18px;
    right: 13px;
    width: 28px;
    height: 16px;
}
#resultados .fondo-gris3 {
    background-color: #ebebeb;
    position: relative;
    padding-bottom: 40px;
}



.fondo-gris3
{
	background-color: #f4f4f4;
}
.fondo-gris3 .sombra-divisora {
    box-shadow: 0 14px 8px -12px rgba(0, 0, 0, 0.35) inset;
    display: block;
    height: 15px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}
.resultados {
    position: relative;
}
.resultados .col-4 .logo-propiedad div {
    background-position: center;
    background-repeat: no-repeat;
    width: 150px;
    height: 215px;
    display: center;
    position: relative;
}
.resultados .fila {
    position: relative;
    height: 180px;
    background-color: #fff;
    margin: 20px 0;
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.15);
}
.resultados .fila .imagen {
    width: 18%;
    height: 100%;
    float: left;
    position: relative;
}
.resultados .fila .imagen div {
    width: 245px;
    height: 100%;
    display: block;
    position: relative;
}
.resultados .fila .imagen span {
    padding: 7px 10px;
    display: block;
    background-color: #177c41;
    color: #fff;
    font-size: 12px;
    position: absolute;
    top: 0;
    left: 0;
    font-weight: 200;
}
.resultados .fila .imagen a.verFoto {
    padding: 5px 15px 5px 40px;
    display: block;
    background-color: #4dc735;
    color: #fff;
    font-size: 12px;
    background-image: url(../images/ico-foto.png);
    background-repeat: no-repeat;
    position: absolute;
    top: 26px;
    left: 0;
    background-position: 10px 5px;
}
.resultados .fila .contenido {
    width: 82%;
    height: 100%;
    float: left;
    position: relative;
}
.resultados .fila .contenido .col-1 {
    width: 25%;
    height: 100%;
    float: left;
    position: relative;
    padding: 15px 0 10px 15px;
}
.resultados .fila .contenido .col-2 {
    width: 18%;
    height: 100%;
    float: left;
    position: relative;
}
.resultados .fila .contenido .col-3 {
    width: 40%;
    height: 100%;
    float: left;
    position: relative;
    margin-left: 10px;
}
.resultados .fila .contenido .col-3 .dec {
    padding: 15px 0 10px 10px;
    position: relative;
    height: 100%;
}

.resultados .fila .contenido .col-3 .dec p{
    height: 85px;
	overflow: hidden;
}
/*
.resultados .fila .contenido .col-3 .dec p
{
	display: block; 
	display: -webkit-box;
	max-width: 400px;
	height: $font-size*$line-height*$lines-to-show; 
	margin: 0 auto;
	font-size: $font-size;
	line-height: $line-height;
	-webkit-line-clamp: $lines-to-show;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}*/

.resultados .fila .contenido .col-3 .dec .iconos {
    width: 250px;
    position: absolute;
    bottom: 10px;
    left: 20px;
}
.resultados .fila .contenido .col-4 {
     width: 14%;
    margin-left: 5px;
    height: 160px;
    float: left;
    position: relative;
}
.resultados .fila .contenido .col-4 .logo-propiedad {
    width: 150px;
    height: 160px;
    position: relative;
}
.resultados .col-4 .logo-propiedad div {
    background-position: center;
    background-repeat: no-repeat;
    width: 150px;
    height: 160px;
    display: center;
    position: relative;
}
.resultados .fila .contenido .col-3 .dec .iconos .arrow {
    background-image: url(../images/btn-arrow-green-c.png);
    background-repeat: no-repeat;
    width: 50px;
    height: 22px;
    padding: 5px 0 10px 40px;
    background-position: 0px 0px;
    margin-right: 20px;
    float: left;
}
.resultados .fila.destacado {
    position: relative;
    height: 215px;
    background-color: #fff;
    margin: 20px 0;
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.15);
}
.resultados .fila:hover {
    box-shadow: 0 0 10px #4c4c4c;
}
.resultados .fila.destacado .imagen {
    width: 25%;
    height: 100%;
    float: left;
    position: relative;
    display: block;
}
.resultados .fila.destacado .imagen div {
    width: 372px;
    height: 100%;
    display: block;
    position: relative;
}
.resultados .fila.destacado .imagen span {
    padding: 7px 10px;
    display: block;
    background-color: #177c41;
    color: #fff;
    font-size: 12px;
    position: absolute;
    top: 0;
    left: 0;
    font-weight: 200;
}
.resultados .fila .imagen span.foto {
    bottom: 0;
    right: 0;
	background-position: center;
	    background-size: cover;
}
.resultados .fila.destacado .imagen .verFoto {
    padding: 5px 15px 5px 40px;
    display: block;
    background-color: #4dc735;
    color: #fff;
    font-size: 12px;
    background-image: url(../images/ico-foto.png);
    background-repeat: no-repeat;
    position: absolute;
    top: 26px;
    left: 0;
    background-position: 10px 5px;
}
.resultados .fila .imagen .verVideo {
    width: 48px;
    height: 48px;
    display: block;
    background-image: url(../images/ico-video.png);
    background-repeat: no-repeat;
    position: absolute;
    bottom: 25px;
    right: 25px;
}
.resultados .fila.destacado .contenido {
    width: 75%;
    height: 100%;
    float: left;
    position: relative;
}
.resultados .fila.destacado .contenido .col-1 {
        width: 23%;
    height: 100%;
    float: left;
    position: relative;
    padding: 25px 0 10px 30px;
}
.resultados .fila .contenido h4 {
    font-size: 21px;
    line-height: 19px;
    color: #177c41;
    font-weight: 700;
}
.fila .contenido .precio {
    font-size: 17px;
    line-height: 19px;
    background-color: #1d9750;
    color: #fff;
    font-weight: 700;
    padding: 2px 5px;
    margin: 7px 0;
    display: inline-block;
}

.ficha-propiedad .contenido .datos .col-1 h2.consultar-precio
{
    font-size: 17px;
    line-height: 19px;
    background-color: #1d9750;
    color: #fff;
    font-weight: 700;
    padding: 2px 5px;
    margin: 7px 0;
    display: inline-block;
}

.fila .contenido .codigo {
    font-size: 11px;
    color: #757575;
}
.fila .contenido .inmuebleope {
    font-size: 12px;
    color: #177c41;
    margin-top: 3px;
	font-weight: 500;
}
.fila .contenido .col-1 .iconos {
    width: 300px;
    position: absolute;
    bottom: 15px;
    left: 30px;
}
.fila .contenido .iconos .cama {
    background-image: url(../images/ico-cama.png);
    background-repeat: no-repeat;
    width: 50px;
    height: 20px;
    padding: 3px 0 10px 38px;
    background-position: 0px 0px;
    color: #666;
    margin-right: 10px;
}
.fila .contenido .iconos .banio {
    background-image: url(../images/ico-banio.png);
    background-repeat: no-repeat;
    width: 50px;
    height: 20px;
    padding: 3px 0 10px 38px;
    background-position: 0px 0px;
    color: #666;
    margin-right: 10px;
}
.fila .contenido .iconos .piscina {
    background-image: url(../images/ico-piscina.png);
    background-repeat: no-repeat;
    width: 50px;
    height: 20px;
    padding: 3px 0 10px 38px;
    background-position: 0px 0px;
    color: #666;
    margin-right: 0px;
}
.resultados .fila.destacado .contenido .col-2 {
    width: 20%;
    height: 215px;
    float: left;
    position: relative;
}
.fila .contenido .col-2 .tabla {
    padding: 20px 0 10px 20px;
    position: relative;
}
.fila .contenido .col-2 .tabla p {
    line-height: 21px!important;
}
.tabla .linea {
    width: 100%;
    height: 1px;
    background-color: #ccc;
    margin: 5px 0;
}
.resultados .fila.destacado .contenido .col-3 {
    width: 38%;
    height: 215px;
    float: left;
    position: relative;
    margin-left: 20px;
}
.resultados .fila.destacado .contenido .col-3 .dec {
    padding: 20px 0 10px 20px;
    position: relative;
    height: 215px;
}
.resultados .fila.destacado .contenido .col-3 .dec p{
    height: 135px;
	overflow: hidden;
}
.resultados .fila.destacado .contenido .col-3 .dec .iconos {
    width: 300px;
    position: absolute;
    bottom: 10px;
    left: 20px;
}
.resultados .fila.destacado .contenido .col-3 .dec .iconos .arrow {
    background-image: url(../images/btn-arrow-green-c.png);
    background-repeat: no-repeat;
    width: 170px;
    height: 22px;
    padding: 5px 0 10px 40px;
    background-position: 0px 0px;
    color: #177c41;
    margin-right: 20px;
    font-weight: 700;
    float: left;
}
.resultados .fila.destacado .contenido .col-3 .dec .iconos .arrow:hover {
    color: #4dc735;
}
.fila .contenido .col-3 .dec .iconos .favorito {
    background-image: url(../images/ico-favorito-green.png);
    background-repeat: no-repeat;
    width: 24px;
    height: 23px;
    background-position: top;
    margin-right: 20px;
    display: block;
    transition: none;
    float: left;
}
.fila .contenido .col-3 .dec .iconos .favorito:hover {
    background-position: bottom;
}

.fila .contenido .col-3 .dec .iconos .favorito.marked {
    background-position: bottom;
}
.fila .contenido .col-3 .dec .iconos .favorito.marked:hover {
    background-position: top;
}

.fila .contenido .col-3 .dec .iconos .remove-favorito {
    background-image: url(../images/ico-remove-favorito-green.png);
    background-repeat: no-repeat;
    width: 16px;
    height: 24px;
	margin-top: -2px;
    background-position: top;
    margin-right: 20px;
    display: block;
    transition: none;
    float: left;
}

.fila .contenido .col-3 .dec .iconos .eliminar {
    background-image: url(../images/ico-eliminar.png);
    background-repeat: no-repeat;
    width: 20px;
    height: 23px;
    margin-right: 20px;
    display: block;
    transition: none;
    float: left;
}
.fila .contenido .col-3 .dec .iconos .mail {
    background-image: url(../images/ico-mail-green.png);
    background-repeat: no-repeat;
    width: 29px;
    height: 22px;
    display: block;
    float: left;
}
.resultados .fila.destacado .contenido .col-4 {
    width: 15%;
    height: 215px;
    float: left;
    position: relative;
    margin-left: 10px;
}
.resultados .fila.destacado .contenido .col-4 .logo-propiedad {
    width: 100%;
    height: 215px;
    position: relative;
}
#resultados .pagination {
    position: relative;
    margin: 0 auto;
    text-align: center;
    display: block;
}
#resultados .pagination a {
    display: inline-block;
    font-size: 28px;
    font-weight: 700;
    color: #177c41;
    padding: 13px 12px;
}
#resultados .pagination a:hover {
    background-color: #177c41;
    color: #fff;
}
#resultados .pagination a.selected
{
	background-color: #177c41;
    color: #fff;
}


.no-resultados
{
	padding: 70px 50px 0 50px;
}
.no-resultados h4
{
	font-size: 17px;
	color: #1d944e;
	font-weight: 400;
	text-align: center;
}

.no-resultados .listado
{
	width: 770px;
	max-width: 100%;
	margin: 50px auto 20px auto;
}

.no-resultados .col
{
	float: left;
	width: 30%;
	margin: 0 1.5%;
	display: block;
	text-align: center;
}

.no-resultados a.col:hover img
{
	opacity: 0.85;
}

.no-resultados .col h5
{
	margin-top: 20px;
	font-size: 14px;
	color: #1d944e;
	font-weight: 700;
}

.no-resultados .col p
{
	font-size: 14px!important;
	color: #1d944e!important;
	font-weight: 400;
}



/*===================================================================================*/
/*  FICHA                                                                          */
/*===================================================================================*/

#ficha-slider {
    margin: 115px auto 0;
    height: 555px;
    position: relative;
}
#ficha-slider .item {
	min-height: 555px;
    height: 100%;
	width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
#ficha-slider .item.doble .item-img {
	min-height: 555px;
    height: 100%;
	width: 50%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
#ficha-slider .item.doble .item-img-left {
	float: left;
}
#ficha-slider .item.doble .item-img-right {
	float: right;
}

#ficha-slider .item.active
{
	display: block;
}
#ficha-slider .carousel-indicators li {
    border-radius: 50%;
    width: 17px;
    height: 17px;
    border: 0;
    margin: 0 5px;
    background-color: rgba(255, 255, 255, 0.6);
}
.slider-controler
{
	position: absolute;
    left: 0;
    right: 0;
    bottom: 50px;
}

.bt-slider 
{
	position: absolute;
	bottom: 0;
	width: 55px;
	height: 55px;
	background-repeat: no-repeat;
	background-position: center;
	background-color: rgba(255,255,255,0.22);
}
.bt-slider.left-arrow
{
	right: 120px;
	background-image: url(../images/hs-arrow-l.png);
}
.bt-slider.right-arrow
{
	right: 60px;
	background-image: url(../images/hs-arrow-r.png);
}
.bt-slider.bt-galeria
{
	right: 0px;
	background-image: url(../images/ampliar-w-gal.png);
}

.bt-slider:hover
{
	background-color: rgba(255,255,255,0.35);
}

#ficha-slider .carousel-indicators li.active {
    width: 17px;
    height: 17px;
    border: 0;
    margin: 0 5px;
    background-color: #fff;
}
#ficha-slider .carousel-indicators {
    position: relative;
    left: auto;
    margin-left: 30px;
    right: auto;
    text-align: left;
    bottom: auto;
}
#ficha-slider .ficha-slider-content {
    width: 1300px;
    height: 555px;
    position: relative;
}
#ficha-slider .ficha-slider-content h1 {
    text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.75);
    position: absolute;
    bottom: 100px;
    left: 30px;
    font-size: 55px;
    line-height: 45px;
    width: 522px;
}
#ficha-slider .ficha-slider-content .t1 {
    background-color: rgba(29, 151, 80, 0.88);
    color: #fff;
    padding: 5px 30px 0 30px;
    font-size: 25px;
    display: inline-block;
    margin-top: 20px;
}
#ficha-slider .ficha-slider-content .t2 {
    background-color: rgba(29, 151, 80, 0.88);
    color: #fff;
    padding: 5px 30px 0 30px;
    font-size: 20px;
    display: inline-block;
    font-weight: 300;
    margin-top: 5px;
}

#ficha-slider .video-g{
    background-image: url(../images/video-g.png);
	background-repeat:no-repeat;
	width:116px;
	height:116px;
	position: absolute;
    top: 120px;
    right: 50px;
}

.image-superior .video-g{
    background-image: url(../images/video-g.png);
	background-repeat:no-repeat;
	width:116px;
	height:116px;
	position: absolute;
    top: 190px;
    right: 50px;
}

.foto-olivos1 {
    background-image: url(../images/foto-olivos1.jpg);
}
.foto-olivos2 {
    background-image: url(../images/foto-olivos2.jpg);
}
.bread-crumb {
    padding: 8px 10px;
    display: block;
    background-color: rgba(253, 253, 253, 0.11);
    color: #fff;
}
.bread-crumb a {
    font-size: 11px;
    color: #fff;
    display: inline-block;
    padding: 0 5px;
}
.bread-crumb a:hover {
    text-decoration: underline;
}
.bread-crumb a.current,
.bread-crumb a.current:hover
{
	cursor: default;
    text-decoration: none;
}


#menu-ficha {
    background-color: #d9d9d9;
    position: relative;
    height: 60px;
}
#menu-ficha a {
    float: left;
}
#menu-ficha .video {
    background-color: #117c39;
    width: 122px;
    height: 60px;
    display: block;
    color: #fff;
    font-weight: 500;
    font-size: 12px;
}
#menu-ficha .video-prop
{
	width: 102px;
}
#menu-ficha .video:hover {
    background-color: #0e6930;
}
#menu-ficha .video .video-ico {
    background-repeat: no-repeat;
    padding: 25px 10px 10px 20px;
    background-position: 86px 20px;
    background-image: url(../images/ficha-ico-video.png);
}
#menu-ficha .video-prop .video-ico {
    background-position: 66px 20px;
}

#menu-ficha .video-barrio {
    background-color: #4dc735;
    width: 120px;
    height: 60px;
    display: block;
    color: #fff;
    font-weight: 500;
    font-size: 12px;
}
#menu-ficha .video-barrio:hover {
    background-color: #0e6930;
}
#menu-ficha .video-barrio .video-barrio-ico {
    background-repeat: no-repeat;
    padding: 25px 10px 10px 20px;
    background-position: 80px 20px;
    background-image: url(../images/ficha-ico-video.png);
}


#menu-ficha .foto {
    width: 160px;
    height: 60px;
    display: block;
    color: #117c39;
    font-weight: 500;
    font-size: 12px;
}
#menu-ficha .foto .foto-ico {
    background-repeat: no-repeat;
    padding: 25px 10px 10px 20px;
    background-position: 86px 22px;
    background-image: url(../images/ico-foto-green.png);
	position: relative;
}
#menu-ficha .foto .foto-ico span
{
	position: absolute;
    right: 20px;
}
#menu-ficha .ubicacion {
    width: 170px;
    height: 60px;
    display: block;
    color: #117c39;
    font-weight: 500;
    font-size: 12px;
}
#menu-ficha .ubicacion .ubicacion-ico {
    background-repeat: no-repeat;
    padding: 25px 5px 10px 10px;
    background-position: 137px 20px;
    background-image: url(../images/ico-localizador-green.png);
}
#menu-ficha .planos {
    width: 110px;
    height: 60px;
    display: block;
    color: #117c39;
    font-weight: 500;
    font-size: 12px;
}
#menu-ficha .planos .planos-ico {
    background-repeat: no-repeat;
    padding: 25px 5px 10px 0px;
    background-position: 50px 20px;
    background-image: url(../images/ico-planos-green.png);
    width: 110px;
}
#menu-ficha .foto:hover,
#menu-ficha .ubicacion:hover,
#menu-ficha .planos:hover {
    font-weight: 600;
}
#menu-ficha .text {
    height: 60px;
    display: block;
    color: #117c39;
    font-weight: 500;
    font-size: 12px;
    padding: 25px 24px;
}
#menu-ficha .compartir {
    width: 57px;
    height: 60px;
    display: block;
    background-position: center;
    background-image: url(../images/ico-compartir.png);
    background-color: #eaeaea;
    background-repeat: no-repeat;
    margin-right: 1px;
	float: left;
	position: relative;
	cursor: pointer;
}

.share-options
{
    position: absolute;
    top: 100%;
    width: 100%;
    z-index: 99;
    background-color: #eaeaea;
    padding: 5px;
	display: none;
}

.share-options-inline
{
    float: left;
}

.iconos-redes .share-options-inline
{
	margin-left: 10px;
}
.iconos-redes .share-options-inline .at-icon-wrapper
{
	width: 28px!important;
	height: 28px!important;
}
.iconos-redes .share-options-inline .at-icon-wrapper svg
{
	width: 18px!important;
	height: 18px!important;
}

#menu-ficha .compartir:hover {
    background-color: #ffffff;
}
#menu-ficha .imprimir {
    width: 57px;
    height: 60px;
    display: block;
    background-position: center;
    background-image: url(../images/ico-imprimir.png);
    background-color: #eaeaea;
    background-repeat: no-repeat;
    margin-right: 1px;
}
#menu-ficha .imprimir:hover {
    background-color: #ffffff;
}
#menu-ficha .favorito {
    width: 57px;
    height: 60px;
    display: block;
    background-position: center;
    background-image: url(../images/ico-favorito-ficha.png);
    background-color: #eaeaea;
    background-repeat: no-repeat;
}
#menu-ficha .favorito:hover {
    background-image: url(../images/ico-favorito2-ficha.png);
    background-color: #ffffff;
}


#menu-ficha .favorito.marked {
    background-image: url(../images/ico-favorito2-ficha.png);
}
#menu-ficha .favorito.marked:hover {
    background-image: url(../images/ico-favorito-ficha.png);
}



#menu-ficha .boton-2 {
    background-color: #4dc735;
    width: 120px;
    height: 60px;
    display: block;
    color: #fff;
    font-weight: 500;
    font-size: 12px;
}
#menu-ficha .boton-2:hover {
    background-color: #0e6930;
}

#menu-ficha .boton-2 .foto-ico
{
    background-position: 86px 25px;
    background-image: url(../images/ico-foto.png);
}


#desplazamiento .sombra-f {
    background-image: url(../images/sombra-1.png);
    width: 960px;
    height: 8px;
    text-align: center;
    margin: 0 auto;
    position: relative;
    display: block;
    background-repeat: no-repeat;
}


.ficha-propiedad {} 

#desplazamiento {
    position: relative;
}
.ficha-propiedad h3 {
    font-size: 18px;
    color: #1c8d4b;
    font-weight: 700;
}
.ficha-propiedad h3 span {
    font-size: 18px;
    color: #1c8d4b;
    font-weight: 300;
}
.desc_comp,
.ficha-propiedad p {
    font-size: 13px;
    line-height: 20px;
    color: #6d6d6d;
}
.ficha-propiedad .contenido {
    width: 825px;
    padding: 55px 0px 45px 10px;
    position: relative;
}
.ficha-propiedad .contenido .datos {
    position: relative;
}
.ficha-propiedad .contenido .datos .col-1 {
    width: 280px;
    float: left;
}
.ficha-propiedad .contenido .datos .col-1 h2 {
    font-size: 31px;
    font-weight: 300;
    color: #117c39;
}
.ficha-propiedad .contenido .datos .col-1 h2 span {
    font-weight: 800;
}

.ficha-propiedad .contenido .datos .col-1 .faja {
	font-size: 17px;
    line-height: 19px;
    background-color: #1d9750;
    color: #fff;
    font-weight: 700;
    padding: 2px 5px;
    display: inline-block;
}

.ficha-propiedad .contenido .datos .col-1 .codigo {
    font-size: 15px;
    color: #757575;
    margin-top: 5px;
}
.ficha-propiedad .contenido .col-1 .iconos {
    width: 280px;
    height: 80px;
    display: block;
    position: relative;
    margin-top: 30px;
}
.ficha-propiedad .contenido .iconos a {
    background-repeat: no-repeat;
    width: 37px;
    height: 36px;
    padding: 7px 0 8px 45px;
    background-position: center left;
    color: #177c41;
    margin-right: 23px;
    font-size: 20px;
}
.ficha-propiedad .contenido .iconos .cama {
    background-image: url(../images/ico-cama-green.png);
}
.ficha-propiedad .contenido .iconos .banio {
    background-image: url(../images/ico-banio-green.png);
}
.ficha-propiedad .contenido .iconos .piscina {
    background-image: url(../images/ico-piscina-green.png);
}
.ficha-propiedad .contenido .datos .col {
    float: left;
    margin-left: 20px;
}
.ficha-propiedad .col .caracteristicas h3 {
    padding-bottom: 5px;
}
.ficha-propiedad .descripcion {
    position: relative;
}
.ficha-propiedad .descripcion h3 {
    padding-bottom: 25px;
}
.ficha-propiedad .contenido .descripcion .desc {
    float: left;
    width: 515px;
    margin-top: 35px;
}
.ficha-propiedad .contenido .descripcion .contacto-ficha {
    float: left;
    margin-left: 50px;
    margin-top: 35px;
}
.ficha-propiedad .contacto-ficha .logo-propiedad a {
    background-position: center;
    background-repeat: no-repeat;
	background-size: 100%;
	display: block;
    width: 150px;
    height: 150px;
    position: relative;
    box-shadow: 0px 0px 10px 3px rgba(0, 0, 0, 0.10);
}
.ficha-propiedad .contacto-ficha .flecha {
    background-image: url(../images/flecha-green.png);
    background-repeat: no-repeat;
    width: 150px;
    height: 26px;
    padding: 5px 45px 8px 0px;
    background-position: 121px 7px;
    color: #1c8d4b;
    font-size: 14px;
    margin: 20px 0 0px 0;
    display: block;
}
.ficha-propiedad .contacto-ficha .linea {
    width: 100%;
    height: 1px;
    background-color: #ccc;
    margin: 5px 0;
}
.ficha-propiedad h6 {
    font-size: 14px;
    font-weight: 700;
    color: #117c39;
}
.ficha-propiedad .tel {
    font-size: 24px;
    font-weight: 700;
    color: #117c39;
}
.sombra-media {
    background-image: url(../images/sombra-media.png);
    background-repeat: no-repeat;
    height: 5px;
    position: relative;
}
.sombra-divisora {
    background-image: url(../images/sombra-divisora.png);
    background-repeat: no-repeat;
    height: 5px;
    position: relative;
}
.sombra-c {
    background-image: url(../images/sombra-c.png);
    background-repeat: no-repeat;
    height: 8px;
    position: relative;
}

.ficha-propiedad .contenido .descripcion .sombra {
    background-image: url(../images/sombra-media.png);
    background-repeat: no-repeat;
    width: 100%;
    height: 5px;
    position: relative;
    background-size: 100%;
}
.ficha-castex {
    position: relative;
}
.form-ficha {
    width: 269px;
    position: absolute;
    top: 0;
    right: 50%;
    margin-right: -550px;
    background-color: #117c39;
    padding: 20px 15px;
    webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.form-ficha h5 {
    font-size: 25px;
    font-weight: 700;
    color: #fff;
}
.form-ficha p {
    color: #fff;
    font-weight: 200;
    font-size: 15px;
}
.formulario-vertical {
    width: 240px;
    margin-top: 30px;
	text-align: center;
}
.formulario-vertical img{
	margin-top: 10px;
}
.formulario-vertical input {
    border: none;
    margin-bottom: 3px;
    height: 40px;
    width: 100%;
    background-color: #209c4e;
    padding: 0 5px;
    color: #fff;
}
.formulario-vertical textarea {
    border: none;
    margin-bottom: 3px;
    height: 125px;
    width: 100%;
    background-color: #209c4e;
    padding: 12px 5px;
    color: #fff;
}
.formulario-vertical ::-webkit-input-placeholder {
    font-size: 13px;
    color: #fff;
}
.formulario-vertical ::-moz-placeholder {
    font-size: 13px;
    color: #fff;
}
.formulario-vertical :-ms-input-placeholder {
    font-size: 13px;
    color: #fff;
}

.formulario-vertical input:focus,
.formulario-vertical textarea:focus
{
	color: #209c4e;
	background-color: #fff;
}

.formulario-vertical :focus::-webkit-input-placeholder {
    font-size: 13px;
    color: #209c4e;
}
.formulario-vertical:focus::-moz-placeholder {
    font-size: 13px;
    color: #209c4e;
}
.formulario-vertical :focus:-ms-input-placeholder {
    font-size: 13px;
    color: #209c4e;
}


.datosRequeridos {
    font-size: 10px;
    display: block;
    padding: 5px 0;
    color: #fff;
    font-size: 11px;
}
.btEnviar,
.btEnviar:active,
.btEnviar:focus {
    font-size: 20px;
    background-color: #0f6c32;
    color: #fff;
    display: block;
    padding: 17px 0px;
    width: 240px;
    height: 55px;
    text-align: center;
    font-weight: 500;
	max-width: 100%;
}
.btEnviar:hover {
    color: #fff;
    background-color: #0b4a23;
}
.ficha-videos {
    background-image: url(../images/fondo-degrade.png);
    background-repeat: repeat-x;
    width: 100%;
    height: auto;
    position: relative;
}


.ficha-videos h2 {
    font-size: 31px;
    font-weight: 500;
    color: #117c39;
    padding: 30px 20px 15px 20px;
    float: left;
}
.ficha-videos .bgW {
    position: relative;
    background-color: #fff;
    width: 750px;
    height: 440px;
    margin-left: -10px;
}
.sombra-sup-video {
    background-image: url(../images/sombra-sup-video.png);
    background-repeat: no-repeat;
    width: 1300px;
    height: 6px;
    margin: 0 auto;
}

.ficha-videos.big
{
	margin-bottom: 30px;
	margin-top: 0!important;
}

.ficha-videos.big .bgW {
    width: 100%;
    height: 550px;
}


.ficha-videos .links {
    float: left;
}
.ficha-videos .links a {
    position: relative;
    font-size: 12px;
    font-weight: 500;
    color: #117c39;
    float: left;
    padding: 10px;
    margin: 30px 15px 10px 0;
    line-height: 20px;
}
.ficha-videos .links a:after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -6px;
    margin-right: -10px;
    background-color: #117c39;
    height: 12px;
    width: 1px;
}
.ficha-videos .links a:last-child:after {
    content: none;
    display: none;
}


.ficha-videos .links a.current
{ 
    color: #0c4fa6;
}

.video-wrapper {
    position: relative;
    width: 99%;
    height: 100%;
    padding: 25px;
}

.ficha-videos.big .video-wrapper
{
    box-shadow: #656565 0px 0px 25px -7px;
}

.start-video {
    position: absolute;
    top: 50%;
    margin-top: -41px;
    background-image: url(../images/play.png);
    background-repeat: no-repeat;
    background-position: center;
    left: 50%;
    margin-left: -41px;
    width: 81px;
    height: 81px;
    cursor: pointer;
}

.start-video_c{
    background-image: url(../images/ico-play_c.png);
    background-repeat: no-repeat;
    background-position: center;
    width: 40px;
    height: 40px;
    cursor: pointer;
    position: absolute;
    z-index: 99;
    top: 25px;
    left: 40px;
}
.ficha-planos {
    width: 100%;
    height: auto;
    position: relative;
}
.ficha-planos h2 {
    font-size: 31px;
    font-weight: 500;
    color: #117c39;
    padding: 30px 20px 15px 20px;
    float: left;
}
.ficha-planos .bgW {
    background-color: #fff;
    width: 700px;
    height: 435px;
}
.sombra-1 {
    background-image: url(../images/sombra-1.png);
    background-repeat: no-repeat;
    width: 1300px;
    height: 9px;
    margin: 0 auto;
}
.sombra-1-gris
{
    background-image: url(../images/sombra-1.png);
    background-repeat: no-repeat;
    background-position: center;
    height: 9px;
    margin: 0 auto;
    background-color: #f4f4f4;
}
.ficha-planos h3 {
    font-size: 18px;
    color: #1c8d4b;
    font-weight: 700;
    margin-bottom: 5px;
}
.ficha-planos p {
    font-size: 13px;
    line-height: 20px;
    color: #6d6d6d;
}
.planos {
    padding: 0 20px 20px 20px;
}
.planos .thumbs {
    float: left;
}
.planos #plano {
    position: relative;
    float: left;
    width: 600px;
    text-align: center;
}
.planos .planta {
    margin-bottom: 20px;
    cursor: pointer;
}
.planos .planta img{
	width: 150px;
}
.planos .titulo-planta {
    color: #1b8346;
    font-size: 18px;
    font-weight: 300;
    margin-bottom: 10px;
}
.planos #plano .ampliar {
    position: absolute;
    top: -40px;
    right: 40px;
    background-image: url(../images/ampliar.png);
    background-repeat: no-repeat;
    background-position: center;
    height: 25px;
    width: 25px;
    cursor: pointer;
}
.ficha-vendedores {
    background-image: url(../images/fondo-degrade.png);
    background-repeat: repeat-x;
    width: 100%;
    height: auto;
    position: relative;
	min-height: 523px;
}


.ficha-vendedores .up {
    position: relative;
    width: 830px;
    margin-bottom: 20px;
}
.ficha-vendedores .up h6 {
    position: absolute;
    top: 20px;
	width: 230px;
    right: 100px;
    font-size: 25px;
    color: #117c39;
	text-align: right;
} 
.ficha-vendedores .up h6.corto
{
	top: 40px;
}
.ficha-vendedores .up .tel {
    display: block;
    font-weight: 300;
}
.ficha-vendedores h2 {
    font-size: 31px;
    line-height: 28px;
    font-weight: 500;
    color: #117c39;
    padding: 40px 0 10px 20px;
}
.ficha-vendedores h2 span {
    font-weight: 300;
    font-size: 20px;
}

.ficha-vendedores .vendedores {
    position: relative;
	width: 800px;
}
.ficha-vendedores .vendedores .col {
    float: left;
    width: 195px;
    position: relative;
}
.ficha-vendedores .vendedores .col .imagen {
    width: 160px;
    height: 148px;
    position: relative;
    cursor: pointer;
}
.ficha-vendedores .vendedores .col .imagen div {
    width: 160px;
    height: 148px;
    position: relative;
	background-size: cover;
    background-position: center;
}
.ficha-vendedores .vendedores.col .imagen .etiqueta {
    background-color: rgba(29, 151, 80, 0.88);
    color: #fff;
    padding: 2px 7px;
    position: absolute;
    top: 20px;
    left: 0;
}
.ficha-vendedores .vendedores .col .desc {
    padding: 15px 10px 5px 10px;
    position: relative;
}
.ficha-vendedores .vendedores .col .desc h4 {
    font-weight: 600;
    font-size: 18px;
    color: #117c39;
}
.ficha-vendedores .vendedores .col .desc h4 span {
    font-weight: 200;
    display: block;
}
.ficha-vendedores .vendedores .col .desc p {
    font-size: 12px;
    color: #4c4c4c;
}
.ficha-vendedores .vendedores .col .desc p a {
    display: block;
}
.ficha-vendedores .vendedores .col .linea {
    width: 100%;
    height: 1px;
    background-color: #ccc;
    margin: 5px 0;
}
.ficha-vendedores .vendedores .col .iconos {
    height: 80px;
    margin: 0px 0 0 20px;
}
.ficha-vendedores .vendedores .col .iconos a {
    background-repeat: no-repeat;
    width: 42px;
    height: 42px;
    transition: none;
    display: block;
    float: left;
    margin-right: 5px;
    background-position: center;
}
.ficha-vendedores .vendedores .col .iconos .video {
    background-image: url(../images/ico-video-2.png);
    background-color: #4dc735;
}
.ficha-vendedores .vendedores .col .iconos .twitter {
    background-image: url(../images/ico-twitter-g.png);
}
.ficha-vendedores .vendedores .col .iconos .linkedin {
    background-image: url(../images/ico-linkedin-g.png);
}
.ficha-ubicacion .contenedor-mapa {
    position: relative;
    height: 560px;
    margin-top: 20px;
}
.ficha-ubicacion h2 {
    font-size: 25px;
    line-height: 28px;
    font-weight: 500;
    color: #117c39;
    padding: 40px 0 10px 20px;
}
.ficha-ubicacion h2 span {
    font-weight: 300;
    font-size: 20px;
}
.ficha-ubicacion #panel-servicios {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 190px;
	display: none;
}
.ficha-ubicacion #map_canvas {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 190px;
	left: 0;
    right: 0;
}

.ficha-ubicacion #map_canvas.medio {
    position: absolute;
    top: 0;
    bottom: 0;
	left: 0;
    right: 50%;
}
.ficha-ubicacion #street_view.medio {
    position: absolute;
    top: 0;
    bottom: 0;
	left: 50%;
    right: 0;
}

.ubicacion-r #panel-servicios 
{
    right: 350px;
    background-color: #fff;
    left: auto;
}
.ubicacion-r #map_canvas {
    left: 0;
    right: 540px;
	right: 350px;
}

.ficha-ubicacion #panel-servicios .titulo-panel {
    background-color: #117c39;
    color: #fff;
    padding: 25px 40px;
    font-size: 18px;
    font-weight: 300;
}
.ficha-ubicacion #panel-servicios .titulo-panel strong {
    font-weight: 500;
}
.ficha-ubicacion #panel-servicios ul {
    padding: 30px 0;
}
.ficha-ubicacion #panel-servicios ul li a {
    display: block;
    padding: 5px 40px;
    color: #1c8d4b;
    font-size: 12px;
}
.ficha-ubicacion #panel-servicios ul li a:hover {
    background-color: #e0e0e0;
}

/*===================================================================================*/
/*  FICHA1                                                                          */
/*===================================================================================*/

#ficha {
    margin: 35px auto 0;
    height: auto;
    position: relative;
}
#ficha .contenido-superior {
    height: 555px;
    position: relative;
}

#ficha.emp-subseccion .contenido-superior
{
	height: 385px;
}


#ficha .contenido-superior .image-superior {
    width: 100%;
    height: 555px;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
#ficha .contenido-superior .text {
    height: 200px;
    width: 550px;
    position: absolute;
    top: 220px;
    left: 30px;
}


#ficha.emp-subseccion .contenido-superior .image-superior
{
	height: 385px;
}

#ficha.emp-subseccion .contenido-superior .text {
    top: 160px;
}

#ficha .contenido-superior .logo-emp
{
	position: absolute;
    right: 133px;
    top: 430px;
    width: 269px;
    height: 125px;
    background-color: #fff;
}

#ficha .contenido-superior .logo-emp a
{
	display: block;
    float: left;
    height: 125px;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 80%;
}

#ficha .contenido-superior .logo-emp .logodoble a
{
    width: 50%;
}

#ficha .contenido-superior .text h1 {
    font-size: 62px;
    line-height: 57px;
    width: 522px;
	text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.75);
    font-weight: 700;
}

#ficha.emp-subseccion .contenido-superior .text h1 {
    font-size: 52px;
}

#ficha .bread-crumb {
    padding: 8px 10px;
    display: block;
    background-color: rgba(253, 253, 253, 0.11);
    color: #fff;
	position: absolute;
    left: 0;
    right: 0;
    z-index: 9;
}
#ficha .contenido-superior .bread-crumb {
    top: 80px;
}
#submenu-ficha {
    background-color: #fff;
    position: relative;
    overflow: auto;
    zoom: 1;
    /*height: 60px;*/
}

#submenu-ficha .contenedor-m.clearfix {
    padding-right: 265px;
    padding-top: 20px;
}

#submenu-ficha a {
    float: left;
    color: #117c39;
    font-weight: 500;
    font-size: 12px;
    padding: 5px 15px;
    border-right: 1px solid #117c39;
    margin: 5px 0;
}
#submenu-ficha a:last-child {
    border: none;
}
#submenu-ficha .text {
    float: left;
    display: block;
    color: #727272;
    font-weight: 500;
    font-size: 12px;
    padding: 6px 24px;
}
#ficha-emprendimiento {
    position: relative;
    background-image: url(../images/fondo-degrade.png);
    background-repeat: repeat-x;
    width: 100%;
    height: auto;
}
#ficha-emprendimiento .descripcion {
    width: 725px;
    padding: 55px 50px 45px 50px;
    position: relative;
}
#ficha-emprendimiento .descripcion {
    width: 725px;
    padding: 55px 50px 45px 50px;
    position: relative;
	min-height: 462px;
}
#ficha-emprendimiento h2 {
    font-size: 24px;
    line-height: 28px;
    font-weight: 700;
    color: #117c39;
    margin: 15px 0;
}
#ficha-emprendimiento h2 span {
    font-weight: 300;
    font-size: 20px;
}
#ficha-emprendimiento h3 {
    font-size: 18px;
    color: #1c8d4b;
    font-weight: 700;
}
#ficha-emprendimiento h3 span {
    font-size: 18px;
    color: #1c8d4b;
    font-weight: 300;
}
#ficha-emprendimiento p {
    font-size: 13px;
    line-height: 20px;
    color: #6d6d6d;
}
#ficha-emprendimiento .tit {
    font-size: 18px;
    line-height: 20px;
    color: #707070;
}

#ficha-emprendimiento .linea {
    width: 100%;
    height: 1px;
    background-color: #ccc;
    margin: 5px 0;
}
#ficha-slider-imagenes {
    height: 300;
    background-color: #fff;
    position: relative;
}
#ficha-slider-imagenes h2 {
    font-size: 24px;
    line-height: 24px;
    font-weight: 700;
    color: #117c39;
    margin: 5px 0;
}
#ficha-slider-imagenes h2 span {
    font-weight: 300;
}

.galeria-ficha-interna{
	width: 100%;
    height: 233px;
	position:relative;
	    overflow: hidden;
		margin: 20px 0;
}


.galeria-ficha-interna .flexslider,
.galeria-ficha-interna .slides
{
	height: 100%;
}
.galeria-ficha-interna .flexslider
{
    margin: 0 10px;
}
.flex-direction-nav
{
	position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

.galeria-ficha-interna .flex-viewport
{
	height: 100%;
}
.galeria-ficha-interna .flex-prev{
	display: block;
    background-color:#1c8d4b;
    width: 45px;
    height: 233px;
    position: absolute;
    top: 0px;
    left: 0px;
    background-image: url(../images/arrow-left.png);
    background-repeat: no-repeat;
    background-position: center;
}
.galeria-ficha-interna .flex-next{
	display: block;
    background-color:#1c8d4b;
    width: 45px;
    height: 233px;
    position: absolute;
    top: 0px;
    right: 0px;
    background-image: url(../images/arrow-right.png);
    background-repeat: no-repeat;
    background-position: center;
}

.galeria-ficha-interna .ampliar
{
	width: 23px;
    height: 23px;
    background-image: url(../images/ampliar-w.png);
    background-repeat: no-repeat;
    position: absolute;
    bottom: 10px;
    right: 10px;
    display: block;
    z-index: 10;
    cursor: pointer;
}

.galeria-ficha-interna li
{
	position: relative;
    height: 100%;
}
.galeria-ficha-interna .flex-viewport .item{
	display: block;
	width: 100%;
    height: 100%;
	background-size: cover;
	background-position: center bottom;;
}
.galeria-ficha-interna .flex-viewport .item:hover
{
	opacity: 0.9;
}


.ficha-ubicacion .panel-desc {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 350px;
    background-color: #f0eeee;
    padding: 20px 20px 20px 40px;
}

.ficha-ubicacion .panel-desc h2{
    font-size: 25px;
    line-height: 28px;
    font-weight: 500;
    color: #117c39;
    padding: 20px 0;
}


.ficha-ubicacion .panel-desc h6{
    font-size: 20px;
    line-height: 25px;
    font-weight: 300;
    color: #117c39;
    padding: 20px 0;
}

.ficha-ubicacion .desc_comp{
    font-weight: 300;
    color: #515151;
	height: 370px;
    overflow: auto;
    padding-bottom: 20px;
	padding-right: 20px;
}
.ficha-ubicacion .panel-desc p{
    font-weight: 300;
    color: #515151;
}

.ficha-ubicacion .panel-desc .compartir{
    border-top: 1px solid #ccc;
    width: 400px;
    height: 80px;
    position: absolute;
    padding: 20px 0;
    bottom: 20px;
    left: 20px;
}

.panel-desc .compartir .compartir-ico{
background-image: url(../images/ico-compartir-g.png);
background-repeat: no-repeat;
width:40px;
height:40px;
background-position: center;
float:left;
margin-right:10px;
}
.ficha-ubicacion .panel-desc .compartir a{
    font-size: 16px;
    color: #117c39;
    font-weight: 600;
    display: block;
    padding: 5px 10px;
}
.ficha-ubicacion .panel-desc .compartir a span{
font-weight: 200;
    display: block;
}


#ficha-emprendimiento .galeria-x1 {
	display: block;
    width: 650px;
	height: 490px;
    margin: 35px 0;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	position: relative;
}


#ficha-emprendimiento .galeria-x2 {
	position: relative;
    width: 665px;
    margin: 35px 0;
	overflow: auto;
	zoom: 1;
}


#ficha-emprendimiento .galeria-x2 .galeria-foto{
	float:left;
	width: 323px;
	height: 242px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	position: relative;
	margin-right:5px;
}


#ficha-emprendimiento .galeria-x1 .ampliar,
#ficha-emprendimiento .galeria-x2 .ampliar
{
	position: absolute;
	width: 18px;
	height: 18px;
	right: 10px;
	top: 10px;
	background-image: url(../images/ampliar-w.png);
	background-position: center;
	background-repeat: no-repeat;
	cursor: pointer;
}







/*===================================================================================*/
/*  GALERIA                                                                          */
/*===================================================================================*/

#galeria {
    margin: 115px auto 0;
    position: relative;
}
#galeria .bread-crumb,
#galeria .bread-crumb a {
    color: #787878;
}
#galeria .contenedor-g {
    padding: 0 30px;
}
#galeria .titulo {
    padding: 0px 0 10px 0;
    float: left;
    width: 550px;
    height: 80px;
}
#galeria h3 {
    font-size: 33px;
    color: #168042;
    font-weight: 700;
    text-transform: uppercase;
}
#galeria h3 span {
    font-weight: 200;
}
#galeria h5 {
    font-size: 16px;
    color: #168042;
    font-weight: 300;
    text-transform: uppercase;
}
#galeria .selectores-galeria {
    position: relative;
    width: 540px;
    height: 60px;
    float: right;
    margin-top: 40px;
}
#galeria .selectores-galeria a {
    float: left;
}
#galeria .superior .text {
    height: 60px;
    display: block;
    color: #117c39;
    font-weight: 500;
    font-size: 12px;
    padding: 25px 24px;
}
#galeria .superior .compartir {
    width: 57px;
    height: 60px;
    display: block;
    background-position: center;
    background-image: url(../images/ico-compartir.png);
    background-color: #f7f7f7;
    background-repeat: no-repeat;
    margin-right: 1px;
	float: left;
	position: relative;
	cursor: pointer;
}
#galeria .superior .compartir:hover {
    background-color: #ffffff;
}
#galeria .superior .imprimir {
    width: 57px;
    height: 60px;
    display: block;
    background-position: center;
    background-image: url(../images/ico-imprimir.png);
    background-color: #f7f7f7;
    background-repeat: no-repeat;
    margin-right: 1px;
}
#galeria .superior .imprimir:hover {
    background-color: #ffffff;
}
#galeria .superior .favorito {
    width: 57px;
    height: 60px;
    display: block;
    background-position: center;
    background-image: url(../images/ico-favorito-ficha.png);
    background-color: #f7f7f7;
    background-repeat: no-repeat;
}
#galeria .superior .favorito:hover {
    background-image: url(../images/ico-favorito2-ficha.png);
    background-color: #ffffff;
}
#galeria .superior .favorito.marked
{
	background-image: url(../images/ico-favorito2-ficha.png);
}
#galeria .superior .favorito.marked:hover
{
    background-image: url(../images/ico-favorito-ficha.png);
}


#galeria .superior .volver {
    width: 200px;
    height: 40px;
    display: block;
    background-position: 0 10px;
    padding: 10px 32px;
    background-image: url(../images/ico-volver.png);
    background-repeat: no-repeat;
    color: #117c39;
    font-weight: 500;
    font-size: 12px;
    margin-top: 20px;
}
#galeria .superior
{
	height: auto;
}
#galeria .superior .foto {
    width: 165px;
    height: 40px;
    display: block;
    background-position: 0 10px;
    padding: 12px 40px;
    background-image: url(../images/ico-foto-green.png);
    background-repeat: no-repeat;
    color: #117c39;
    font-weight: 500;
    font-size: 12px;
    margin-top: 20px;
    cursor: default;
}
.galeria-contenido {
    background-image: url(../images/fondo-degrade.png);
    background-repeat: repeat-x;
    width: 100%;
    height: auto;
    position: relative;
}
.galeria-contenido .imagen-principal {
    background-color: #fff;
    padding: 15px;
    position: relative;
}
.galeria-contenido .imagen-principal .img-g {
    height: 695px;
    background-repeat: no-repeat;
    background-size: cover;
	background-position: center bottom;
    position: relative;
	display: block;
}
.galeria-contenido .imagen-principal .img-g:hover
{
	opacity: 0.9;
}
.galeria-contenido div .ampliar {
    position: absolute;
    bottom: 25px;
    right: 25px;
    background-image: url(../images/ampliar-w.png);
    background-repeat: no-repeat;
    background-position: center;
    height: 25px;
    width: 25px;
    cursor: pointer;
}
.galeria-contenido div .etiqueta {
    background-color: rgba(29, 151, 80, 0.88);
    color: #fff;
    padding: 2px 7px;
    position: absolute;
    bottom: 20px;
    left: 0;
    font-size: 11px;
}
.galeria-contenido .imagen-x2 {
    background-color: #fff;
    padding: 5px 15px;
    position: relative;
}
.galeria-contenido .imagen-x2 .img-x2 {
    width: 635px;
    height: 360px;
    background-repeat: no-repeat;
    background-size: cover;
	background-position: center bottom;
    float: left;
    margin-right: 5px;
    position: relative;
	display: block;
}
.galeria-contenido .imagen-x2 .img-x2:hover
{
	opacity: 0.9;
}

.galeria-contenido .imagen-x2 .img-x2:last-child {
    margin-right: 0;
}
.galeria-contenido .imagen-x3 {
    background-color: #fff;
    padding: 5px 15px;
    position: relative;
}
.galeria-contenido .imagen-x3 .img-x3 {
    width: 422px;
    height: 270px;
    background-repeat: no-repeat;
    background-size: cover;
	background-position: center bottom;
    float: left;
    margin-right: 5px;
    position: relative;
	display: block;
}
.galeria-contenido .imagen-x3 .img-x3:hover
{
	opacity: 0.9;
}
.galeria-contenido .imagen-x3 .img-x3:last-child {
    margin-right: 0;
}



.mfp-arrow,
.mfp-arrow:active,
.mfp-arrow:hover,
.mfp-arrow:focus
{
    display: block;
    background-color: #1c8d4b!important;
    width: 45px;
    height: 233px;
    margin-top: -116px;
    position: absolute;
    background-repeat: no-repeat!important;
    background-position: center!important;
}

.mfp-arrow.mfp-arrow-left
{
    background-image: url(../images/arrow-left.png)!important;
    left: 0px;
}
.mfp-arrow.mfp-arrow-right
{
    background-image: url(../images/arrow-right.png)!important;
    right: 0px;
}


#similares {
    background-color: #177c41;
    box-shadow: 0px 5px 20px -8px #000 inset;
    padding-top: 40px;
    margin-top: 40px;
}
#similares h3 {
    color: #fff;
    margin: 0 auto;
    font-weight: 200;
    text-transform: uppercase;
    text-align: center;
    padding: 30px 0;
    letter-spacing: 10px;
}
.vendedor-detalle {
    background-image: url(../images/fondo-degrade.png);
    background-repeat: repeat-x;
    width: 100%;
    height: auto;
    position: relative;
    display: none;
}
.vendedor-detalle .contenedor {
    padding: 80px 0 40px 0;
}
.vendedor-detalle .cerrar {
    background-image: url(../images/ico-cerrar.png);
    background-repeat: no-repeat;
    width: 38px;
    height: 38px;
    position: absolute;
    top: 15px;
    right: 10px;
    display: block;
    cursor: pointer;
}
.vendedor-detalle .vendedor-video {
    float: left;
    width: 680px;
    height: 383px;
    position: relative;
    margin-right: 30px;
	background-image: url(../images/no-video.jpg);
	background-position: center;
	background-size: cover;
}
.vendedor-detalle .vendedor-descripcion {
    float: left;
    width: 300px;
    position: relative;
}
.vendedor-detalle .vendedor-descripcion h6 {
    font-size: 21px;
    font-weight: 300;
    color: #117c39;
    padding-bottom: 5px;
    padding-left: 10px;
}
.vendedor-detalle .vendedor-descripcion span {
    font-size: 31px;
    font-weight: 200;
    background-color: #117c39;
    color: #fff;
    display: inline-block;
    padding: 7px 20px 7px 10px;
    text-transform: uppercase;
    line-height: 24px;
}
.vendedor-detalle .vendedor-descripcion .datos {
    width: 300px;
    position: relative;
    padding: 20px 10px;
}
.vendedor-detalle .vendedor-descripcion .datos a {
    color: #117c39;
    display: block;
    padding: 4px;
}
.vendedor-detalle .vendedor-descripcion .datos b{
    color: #117c39;
    margin: 5px;
    display: block;
}
.vendedor-detalle .vendedor-descripcion .linea {
    width: 100%;
    height: 1px;
    background-color: #ccc;
    margin: 5px 0px 5px 10px;
}
.vendedor-detalle .vendedor-descripcion p {
    font-size: 12px;
    line-height: 19px;
    color: #707070;
    padding: 10px 0px 10px 10px;
}
.vendedor-detalle .vendedor-descripcion .iconos {
    width: 300px;
    position: relative;
    padding: 20px 10px;
}
.vendedor-detalle .vendedor-descripcion .iconos a {
    background-repeat: no-repeat;
    width: 50px;
    height: 50px;
    display: inline-block;
    margin-right: 10px;
}
.vendedor-detalle .vendedor-descripcion .iconos .twitter {
    background-image: url(../images/ico-twitter-verde.png);
}
.vendedor-detalle .vendedor-descripcion .iconos .linkedin {
    background-image: url(../images/ico-linkedin-verde.png);
}
/*===================================================================================*/
/*  VIDEOS                                                                           */
/*===================================================================================*/

#videos {
    margin: 115px auto 0;
    height: auto;
    position: relative;
}
#videos .superior-contenido {
    height: 390px;
    position: relative;
}
#videos .superior-contenido .image-superior {
    width: 100%;
    height: 390px;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
#videos .bread-crumb {
    text-shadow: 0px 0px 4px #000;
}
#videos .text {
	height: 170px;
    width: 390px;
    position: absolute;
    top: 100px;
    right: 110px;
}
#videos .superior-contenido .text h1 {
    font-size: 55px;
    line-height: 48px;
    letter-spacing: 8px;
    font-weight: 200;
    color: #168042;
	
}
#videos .superior-contenido .text h1 span {
display:block;
font-weight: 700;
}
#videos .superior-contenido .text p {
    color: #168042;
    font-size: 13.5px;
    margin-top: 16px;
}

#videos .superior {
    height: 80px;
    padding: 0 0 0 10px;
}
#videos .superior .titulo {
    float: left;
    width: 500px;
    margin-top: 35px;
}
#videos .superior .filtros {
    float: right;
    margin-top: 20px;
    border-right: 1px solid #e3e3e3;
}
#videos .superior .filtros .filtro {
    position: relative;
    padding: 20px 15px;
    border-left: 1px solid #e3e3e3;
    float: left;
    padding-right: 55px;
    font-size: 11px;
    color: #757575;
    font-weight: 700;
    cursor: pointer;
}

#videos .superior h3 {
font-size: 23px;


line-height:28px;
font-weight: 300;
color: #168042;
}


#videos .superior .newsletter-videos {
    float: left;
    width: 310px;
    margin-top: 35px;
    position: relative;
}
#videos .superior .newsletter-videos p {
    color: #177c41;
    float: left;
    margin-right: 25px;
    margin-top: 10px;
    width: 200px;
}
#videos .superior input 
{
    width: 230px;
    float: left;
    margin-top: 10px;
    margin-right: 10px;
    height: 31px;
    border: none;
    padding: 10px;
    background-color: #ededed;
}
#videos .superior .newsletter-videos .btn-newsletter,
#videos .superior .newsletter-videos .btn-newsletter:active,
#videos .superior .newsletter-videos .btn-newsletter:focus {
    width: 40px;
    height: 45px;
    margin-top: 10px;
    background-image: url(../images/btn-newsletter.png);
    background-repeat: no-repeat;
    background-position: 0px 8px;
    display: block;
    float: left;
}


#videos .superior .buscador-videos {
    float: left;
    margin-top: 15px;
	color: #177c41;
}

#videos .superior .buscador-videos input 
{
	margin-top: 5px;
	color: #333;
}

.btn-filtrar
{
	float: left;
	width: 30px;
	height: 30px;
	background-color: #177c41;
	margin-top: 5px;
	background-image: url(../images/bt-lupa2.png);
	background-size: 60%;
	background-repeat: no-repeat;
	background-position: center;
}

#videos  .filtros{
    float: left;
    width: 280px;
    position: relative;
    border-right: 0;
}


#videos  .filtros .filtro {
    position: relative;
    padding: 20px 15px;
    border-left:0;
    float: left;
    padding-right: 55px;

    font-size: 11px;
    color: #757575;
    font-weight: 500;
    cursor: pointer;
}
#videos  .filtros .filtro span {
    position: absolute;
    background-image: url(../images/dp-arrow.png);
    background-repeat: no-repeat;
    background-position: center;
    top: 18px;
    right: 13px;
    width: 28px;
    height: 16px;
}


#all-videos {
	background-color: #eaeaea;
	position: relative;
	padding: 10px 0 30px 0;
} 

.grilla-videos
{
	clear: both;
}

.videos-cantidad
{
	position: relative;
	padding: 20px 10px 15px 10px;
    border-bottom: 1px solid #fff;
    margin-bottom: 15px;
}
.videos-cantidad h4
{
	font-size: 21px;
    line-height: 19px;
    color: #177c41;
    font-weight: 700;
	text-transform: normal;
}

.videos-cantidad .filtros
{
	position: absolute!important;
    top: 5px;
    right: 0;
    float: none!important;
}

.grilla-videos .col{
    width: 216px;
    height: 285px;
    position: relative;
    padding: 15px;
    float: left;
	border-bottom:2px solid #fff;
}
.grilla-videos .col:hover{

	background-color: #fff;
}

.grilla-videos .col .item{
	display: block;
	position: relative;
	width: 188px;
    height: 125px;
	margin-top:10px;
	background-size: cover;
	background-position: center;
	max-width: 100%;
}

.grilla-videos .col .item .ico-play
{
	position: absolute;
	top: 50%;
	margin-top: -28px;
	left: 50%;
	margin-left: -28px;
	width: 57px;
	height: 57px;
	background-image: url(../images/play-videos.png);
	background-position: center;
	background-repeat: no-repeat;
}

.grilla-videos .col h5 {
    font-size: 11px;
    font-weight: 300;
    color: #ffffff;
	padding: 5px;
	height: 25px;
	background-color: rgb(23, 124, 65);
	display: inline-block;
	vertical-align: bottom;
}

.grilla-videos .col:hover h5{

	background-color: #0c4fa6;
}

.grilla-videos .col h4 {
    font-size: 15px;
    line-height: 19px;
    color: #168042;
	margin: 7px 0;
}

.grilla-videos .col p {
    font-size: 12.5px;
    line-height: 15px;
    color: #4b4b4b;
	height: 33px;
	overflow: hidden;
}


.grilla-videos .fila-boton
{
	clear: both;
	padding-top: 20px;
}

/***============================VIDEO-DETALLE==============================***/

#video {
    margin: 115px auto 0;
    height: auto;
    position: relative;
}
#video .superior-contenido {
    height: 140px;
    position: relative;
}
#video .superior-contenido .image-superior {
    width: 100%;
    height: 140px;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
}
#video .bread-crumb
{
    color:#168042;
	background-color: rgba(253,253,253,0.50);
}
#video .bread-crumb a{
    color:#168042;
}
    
#video .superior-contenido .text{
	width:240px;
    height: 80px;
	top:40px;
	right:250px;
	position:absolute;
}

#video .superior-contenido .text h1 {
    font-size: 29px;
    line-height: 28px;
    letter-spacing: 8px;
    font-weight: 200;
    color: #fff;
	
}
#video .superior-contenido .text h1 span {
font-weight: 700;
}


.degrade-video{
    background-image: url(../images/fondo-degrade.png);
    background-repeat: repeat-x;
    width: 100%;
    height: auto;
    position: relative;
	
}




.col-video{
    width: 700px;
    margin: 30px 20px 0 20px;
    float: left;
    position: relative;
}

.col-video .video-wrapper {
    position: relative;
    width: 700px;
    height: 416px;
    padding: 25px;
	max-width: 100%;
}
.col-video .bgW {
    position: relative;
    background-color: #fff;
    width: 700px;
    height: 390px;
    margin-left: -10px;
	max-width: 100%;
}
.col-video h2{
font-size:48px;
line-height:43px;
font-weight:300;
color:#168042;
margin:35px 0;
}

.col-video h6{
font-size:19px;
line-height:19px;
font-weight:300;
color:#168042;

}
.col-video .iconos{
 position: relative;
    width: 700px;
    height: 100px;
	border-top:1px solid #ccc;

}

.col-video .VerFicha {
    background-image: url(../images/btn-arrow-w.png);
    background-repeat: no-repeat;
    width: 250px;
    height: 40px;
    background-color: #4dc735;
    color: #fff;
    background-position: 215px 15px;
    display: block;
    padding: 13px 19px;
    float: left;
	margin: 15px;
}
.col-video .Consultar {
    background-image: url(../images/ico-mail-w.png);
	background-repeat:no-repeat;
    width: 140px;
    height: 40px;
	background-color:#1d9750;
	color: #fff;
    background-position: 100px 10px;
    display: block;
    padding: 13px 19px;
    float: left;
	margin: 15px;
}


.col-video .redes {
margin: 15px;
position:relative;
display:block;
}
.col-video .redes h5{
	color:#1d9750;
    display: block;
    float: left;
    margin: 13px 0 0px 60px;
	font-size:13.5px;
	line-height:17px;
}
.col-video .facebook {
    background-image: url(../images/facebook-green.png);
	background-repeat:no-repeat;
    width: 40px;
    height: 40px;
    background-position:center;
    display: block;
    float: left;
	margin-left: 10px;
}
.col-video .twitter {
    background-image: url(../images/twitter-green.png);
	background-repeat:no-repeat;
    width: 40px;
    height: 40px;
    background-position:center;
    display: block;
    float: left;
	margin-left: 10px;
}





.col-video p{
    font-size: 14px;
    line-height: 18px;
    color: #545454;
    padding: 15px 40px 45px 40px;
    font-weight: 400;

}




.videos-lista{
	width: 315px;
    float: left;
    background-color: #fff;
    position: relative;
	padding:5px;
}

.videos-lista h5{
    font-size: 14.5px;
    color: #168042;
	padding: 5px 10px;
	font-weight:300;
}
.videos-lista h7{
    font-size: 19px;
    line-height: 17px;
    color: #4dc735;
    padding: 15px 10px;
    font-weight: 400;
    display: block;
    width: 255px;
	    margin-top: 15px;
}

.videos-lista .item{
    width: 315px;
    height: 125px;
    display: block;
    border-bottom: 1px solid #ececec;
    padding: 7px 15px;
}

.videos-lista .item .titulo-lugar{
    font-size: 13px;
    font-weight: 300;
    color: #fff;

    padding: 5px;
    background-color: #168042;
    display: inline-block;
    text-align: center;

}
.videos-lista .item .vid{
	position:relative;
	width:130px;
	height:87px;
	float:left;
    background-size: cover;
	background-position: center;
}
.videos-lista h4{
color: #168042;

    font-size: 12.5px;
    float: left;
    font-weight: 500;
    margin-left: 15px;
    width: 125px;
    padding-top: 10px;
}
.videos-lista .verMas .flecha{
    width: 295px;
    height: 45px;
    padding: 0px 0px 10px 40px;
    background-image: url(../images/btn-arrow-noti.png);
    background-repeat: no-repeat;
    color: #168042;
    display: block;
    margin: 20px;
}


#video .news-video{
    width: 260px;
    height: 100px;
    position: relative;
    margin: 5px 0 20px 10px;
}
#video .news-video p {
    color: #177c41;
    float: left;
    margin-right: 25px;
    margin-top: 10px;
    width: 200px;
}
#video .news-video input {
    width: 200px;
    float: left;
    margin-top: 10px;
    margin-right: 10px;
    height: 31px;
    border: none;
    padding: 10px;
    background-color: #ededed;
}
#video .btn-newsletter,
#video .btn-newsletter:active,
#video .btn-newsletter:focus {
    width: 40px;
    height: 45px;
    margin-top: 10px;
    background-image: url(../images/btn-newsletter.png);
    background-repeat: no-repeat;
    background-position: 0px 8px;
    display: block;
    float: left;
}
#video .news-video .sombra-centrada {
    background-image: url(../images/sombra-centrada-mini.png);
    background-repeat: no-repeat;
    width: 290px;
    height: 5px;
     position: absolute;
    bottom: 5px;
    left: 0;




}



















/************EMPRENDIMIENTOS*********************/

#emprendimientos {
    margin: 35px auto 0;
    height: auto;
    position: relative;
}

.emp_desc
{
	height: 76px;
	overflow: hidden;
}

.panel-emprendimiento
{
    padding: 25px;
    background-color: #0c4fa6;
}

.panel-emprendimiento .titulo-panel
{
	color: #fff;
    font-size: 15px;
    margin-bottom: 15px;
    font-weight: 100;
    letter-spacing: 1px;
}

.panel-emprendimiento .listado-zonas .bigSelect
{
	background-color: #2466bd!important;
	margin-right: 9px;
	margin-bottom: 10px;
	font-size: 13px;
    font-weight: 400;
}

.panel-emprendimiento .listado-zonas .bigSelect .select-text {
    padding: 15px 50px 15px 20px;
}

.panel-emprendimiento .listado-zonas .bigSelect .selectlist
{
	background-color: #2466bd!important;
}

#emprendimientos .superior-emprendimientos {
    height: 555px;
    position: relative;
}
#emprendimientos .superior-emprendimientos .image-superior {
    width: 100%;
    height: 555px;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
#emprendimientos .text {
    height: 200px;
    width: 550px;
    position: absolute;
    top: 280px;
    right: 110px;
}
#emprendimientos .superior-emprendimientos .text h1 {
    font-size: 38px;
    line-height: 34px;
    width: 522px;
    font-weight: 200;
}
#emprendimientos .superior-emprendimientos .text p {
    color: #fff;
    font-size: 13px;
    margin-top: 20px;
    text-shadow: 0px 0px 13px rgba(0, 0, 0, 0.50);
}
#emprendimientos h3 {
    font-size: 24px;
    color: #1d944e;
    font-weight: 700;
    text-transform: uppercase;
}
#emprendimientos h3 span {
    font-weight: 200;
}
#emprendimientos .col-1 p {
    font-size: 12.5px;
    line-height: 19px;
    color: #757575;
    font-weight: 300;
}
.superior {
    height: 80px;
    padding: 0 0 0 50px;
}
.superior .titulo {
    float: left;
    width: 500px;
    margin-top: 35px;
}
.superior .filtros {
	position: relative;
    float: right;
    margin-top: 20px;
    border-right: 1px solid #e3e3e3;
}

/*.superior*/ .filtros .filtro {
    position: relative;
    padding: 20px 15px;
    border-left: 1px solid #e3e3e3;
    float: left;
    padding-right: 55px;
    font-size: 11px;
    color: #757575;
    font-weight: 700;
    cursor: pointer;
}
/*.superior */.filtros .filtro span {
    position: absolute;
    background-image: url(../images/dp-arrow.png);
    background-repeat: no-repeat;
    background-position: center;
    top: 18px;
    right: 13px;
    width: 28px;
    height: 16px;
}


/*.superior */.filtros .child
{
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	z-index:9;
	display: none;
}

.superior .sombra-centrada {
    background-image: url(../images/sombra-centrada.png);
    background-repeat: no-repeat;
    margin: 0 auto;
    width: 1315px;
    height: 5px;
    position: absolute;
    top: -2px;
}
#emprendimientos .bread-crumb {
    padding: 8px 10px;
    display: block;
    background-color: rgba(253, 253, 253, 0.11);
    color: #fff;
    top: 80px;
    position: relative;
}
.listado-estilo-2 {
    position: relative;
}
.listado-estilo-2 .fila.destacado {
    position: relative;
    height: 250px;
    background-color: #fff;
    margin: 20px 0;
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.15);
}
.listado-estilo-2 .fila:hover {
    box-shadow: 0 0 10px #4c4c4c;
}
.listado-estilo-2 .fila {
    position: relative;
    height: 250px;
    background-color: #fff;
    margin: 20px 0;
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.15);
}
.listado-estilo-2 .fila .imagen {
    width: 30%;
    height: 250px;
    float: left;
    position: relative;
	z-index: 1;
	    background-size: cover;
    background-position: center;
}

.listado-estilo-2 .fila .imagen .item
{
	height: 100%;
	background-size: cover;
	background-position: center;
}

.listado-estilo-2 .fila .imagen div {
    width: 100%;
    height: 250px;
    display: block;
    position: relative;
}
.listado-estilo-2 .fila .imagen span {
    padding: 7px 10px;
    display: block;
    background-color: #0a4695;
    color: #fff;
    font-size: 12px;
    position: absolute;
    top: 0;
    left: 0;
    font-weight: 200;
}
.listado-estilo-2 .fila .imagen .arrow-left {
    display: block;
    background-color: rgba(22, 128, 66, 0.55);
    width: 30px;
    height: 50px;
    position: absolute;
    top: 100px;
    left: 0;
    background-image: url(../images/arrow-left.png);
    background-repeat: no-repeat;
    background-position: center;
}
.listado-estilo-2 .fila .imagen .arrow-right {
    display: block;
    background-color: rgba(22, 128, 66, 0.55);
    width: 30px;
    height: 50px;
    position: absolute;
    top: 100px;
    right: 0;
    background-image: url(../images/arrow-right.png);
    background-repeat: no-repeat;
    background-position: center;
}
.listado-estilo-2 .fila .contenido {
width: 70%;
    height: 250px;
    position: relative;
    float: left;
}
.listado-estilo-2 .fila .contenido .col-1 {
    width: 70%;
    height: 200px;
    float: left;
    position: relative;
    padding: 0px 0 0px 30px;
    border-right: 1px solid #ccc;
    margin: 25px 0;
}
.listado-estilo-2 .fila .contenido .col-1 h4 {
    font-size: 21px;
    line-height: 19px;
    color: #177c41;
    font-weight: 700;
    padding: 10px 0;
}
.listado-estilo-2 .fila .contenido .col-1 p {
    font-size: 12.5px;
    line-height: 19px;
    color: #757575;
    font-weight: 300;
	    padding-right: 10px;
}
.listado-estilo-2 .fila .contenido .col-1 .subt {
    font-size: 21px;
    line-height: 19px;
    color: #177c41;
    padding: 0px 0px 10px 0;
    font-weight: 200;
}
.listado-estilo-2 .fila.destacado .contenido .col-1 .dec {
    width: auto;
    float: left;
}
.listado-estilo-2 .fila.destacado .contenido .col-1 .dec .iconos {
    width: auto;
    position: absolute;
    bottom: 0;
    left: 20px;
}
.listado-estilo-2 .fila.destacado .contenido .col-1 .dec .iconos .arrow {
    background-image: url(../images/btn-arrow-green-c.png);
    background-repeat: no-repeat;
    width: 120px;
    height: 22px;
    padding: 5px 0 10px 40px;
    background-position: 0px 0px;
    color: #177c41;
    margin-right: 20px;
    font-weight: 700;
    float: left;
}
.listado-estilo-2 .fila.destacado .contenido .col-1 .dec .iconos .arrow:hover {
    color: #4dc735;
}
.listado-estilo-2 .contenido .col-1 .dec .iconos .mail {
    background-image: url(../images/ico-mail-green.png);
    background-repeat: no-repeat;
    width: 120px;
    height: 22px;
    padding: 5px 0 10px 40px;
    background-position: 0px 0px;
    color: #177c41;
    margin-right: 20px;
    font-weight: 700;
    float: left;
}
.listado-estilo-2 .contenido .col-1 .dec .iconos .mail:hover {
    color: #4dc735;
}

.listado-estilo-2 .contenido .col-1 .dec .iconos .emp-videos {
    background-image: url(../images/emp-video.png);
    background-repeat: no-repeat;
    width: 120px;
    height: 24px;
    padding: 9px 0 10px 40px;
	margin-top: -5px;
    background-position: 0px 0px;
    color: #177c41;
    margin-right: 20px;
    font-weight: 700;
    float: left;
}
.listado-estilo-2 .contenido .col-1 .dec .iconos .emp-videos:hover {
    color: #4dc735;
}



.listado-estilo-2 .linea-derecha {
    border-right: 1px solid #ccc;
    height: 160px;
    margin: 25px 15px;
}
.listado-estilo-2 .fila .contenido .col-2 {
    width: 26%;
    height: 250px;
    float: left;
    position: relative;
    margin-left: 20px;
}
.listado-estilo-2 .fila .contenido .col-2 .logo-propiedad {
    width: 250px;
    height: 250px;
    position: relative;
}
.listado-estilo-2 .fila .contenido .col-2 .logo-propiedad a {
    background-position: center;
    background-repeat: no-repeat;
	background-size: 100%;
	display: block;
    width: 250px;
    height: 250px;
    position: relative;
}
.listado-estilo-2 .fila .contenido .col-2 .logo-propiedad .logodoble
{
	overflow: auto;
	zoom: 1;
}
.listado-estilo-2 .fila .contenido .col-2 .logo-propiedad .logodoble  a
{
	float: left;
	margin-top: 70px;
    width: 125px;
    height: 125px;
}

/*********emprendimientox1**************/

#emprendimiento {
    margin-top: 35px;
}
#emprendimiento .superior-emprendimiento {
    height: 190px;
    position: relative;
}
#emprendimiento .superior-emprendimiento .image-superior {
    width: 100%;
    height: 190px;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
#emprendimiento .bread-crumb {
    padding: 8px 10px;
    display: block;
    background-color: rgba(253, 253, 253, 0.11);
    color: #fff;
    top: 80px;
    position: relative;
}
#emprendimiento h3 {
    font-size: 24px;
    color: #1d944e;
    font-weight: 700;
    text-transform: uppercase;
}
#emprendimiento h3 span {
    font-weight: 200;
}
#emprendimiento p {
    font-size: 12px;
    line-height: 19px;
    color: #757575;
}
#emprendimiento .col-1 p {
    font-size: 12.5px;
    line-height: 19px;
    color: #757575;
    font-weight: 300;
}
#emprendimiento .text-desc {
    color: #177c41;
    font-size: 12.5px;
    height: 19px;
    padding: 30px 50px;
    margin-bottom: 40px;
}
/************PREVENTAS Y LANZAMIENTOS*********************/

#preventas-y-lanzamientos {
    margin: 115px auto 0;
    height: auto;
    position: relative;
}
#preventas-y-lanzamientos .superior-contenido {
    height: 400px;
    position: relative;
}
#preventas-y-lanzamientos .superior-contenido .image-superior {
    width: 100%;
    height: 400px;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
#preventas-y-lanzamientos .text {
    height: 200px;
    width: 450px;
    position: absolute;
    top: 100px;
    right: 110px;
}
#preventas-y-lanzamientos .superior-contenido .text h1 {
    font-size: 55px;
    line-height: 48px;
    letter-spacing: 2px;
    font-weight: 200;
    color: #168042;
}
#preventas-y-lanzamientos .superior-contenido .text p {
    color: #5f5f5f;
    font-size: 13px;
    margin-top: 16px;
}
#preventas-y-lanzamientos .bread-crumb {
    text-shadow: 0px 0px 4px #000;
}
#preventas-y-lanzamientos .superior h3 {
    font-size: 28px;
    color: #1d944e;
    font-weight: 700;
    text-transform: uppercase;
}
#preventas-y-lanzamientos .superior h3 span {
    font-weight: 200;
}
#preventas-y-lanzamientos .superior {
    height: 115px;
    padding: 0 0 0 50px;
}
#preventas-y-lanzamientos .superior .titulo {
    float: left;
    width: 620px;
    margin-top: 30px;
}
.newsletter-preventas-y-lanzamientos {
    float: right;
    width: 580px;
    margin-top: 35px;
    position: relative;
}
.newsletter-preventas-y-lanzamientos p {
    color: #177c41;
    float: left;
    margin-right: 25px;
    margin-top: 10px;
    width: 200px;
}
.newsletter-preventas-y-lanzamientos input {
    width: 230px;
    float: left;
    margin-top: 10px;
    margin-right: 10px;
    height: 31px;
    border: none;
    padding: 10px;
    background-color: #ededed;
}
.newsletter-preventas-y-lanzamientos .btn-newsletter,
.newsletter-preventas-y-lanzamientos .btn-newsletter:active,
.newsletter-preventas-y-lanzamientos .btn-newsletter:focus {
    width: 40px;
    height: 45px;
    margin-top: 10px;
    background-image: url(../images/btn-newsletter.png);
    background-repeat: no-repeat;
    background-position: 0px 8px;
    display: block;
    float: left;
}
/************TASACIONES*********************/

#tasaciones{
    margin: 115px auto 0;
    height: auto;
    position: relative;
}
#tasaciones .superior-contenido {
    height: 266px;
    position: relative;
}
#tasaciones .superior-contenido .image-superior {
    width: 100%;
    height: 266px;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
#tasaciones .superior-contenido .text {
    position: absolute;
    top: 40px;
    width: 320px;
    height: 180px;
    right: 0;
}
#tasaciones .superior-contenido .text h1 {
    font-size: 55px;
    line-height: 48px;
    letter-spacing: 2px;
    font-weight: 200;
    color: #168042;
}
#tasaciones .superior-contenido .text p {
    color: #5f5f5f;
    font-size: 13px;
    margin-top: 16px;
}
#tasaciones .bread-crumb {
    text-shadow: 0px 0px 4px #000;
}
#tasaciones .superior h3 {
    font-size: 28px;
    color: #1d944e;
    font-weight: 700;
    text-transform: uppercase;
}
#tasaciones .superior h3 span {
    font-weight: 200;
}
#tasaciones .superior {
    height: 115px;
    padding: 0px;
}
#tasaciones .superior .titulo {
width: 800px;
margin-top: 30px;
}

#dpTZona
{
	margin-right: 3px;
}

#dpCCentral
{
	margin-right: 3px;
}

.formulario-verde{
	background-color:#1d9750;
	padding:30px 0;
}

.formulario-verde p{
	color:#fff;
	font-size:15px;
}

.formulario-verde .bt-azul-Enviar{
	background-color:#0a4695;
    font-size: 17px;
    color: #fff;
    display: block;
    padding: 17px 0px;
    width: 135px;
    height: 55px;
    text-align: center;
    font-weight: 500;
}

.formulario-verde .bigSelect
{
	height: 58px;
    margin-right: 3px;
    width: 260px;
    background-position: 225px center;
}

.formulario-verde .bigSelect .child{
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    display: none;
    z-index: 9;
}

.formulario-verde input {
    border: none;
    margin-bottom: 7px;
    height: 58px;
    background-color: #22b15e;
    padding: 0 25px;
    color: #fff;
	vertical-align: top;
}
.formulario-verde input.chico
{
    width: 220px;
}
.formulario-verde input.grande
{
    width: 260px;
}

.formulario-verde textarea
{
    border: none;
    margin-bottom: 7px;
    height: 58px;
    background-color: #22b15e;
    padding: 20px 25px;
    color: #fff;
	width: 738px;
}

.formulario-verde .bt-azul-Enviar
{
	float: right;
	margin-right: 53px;
}

.formulario-verde .campos
{
	margin-top: 20px;
}

.formulario-verde p{
	font-weight: 200;
	width: 940px;
	max-width: 100%;
}

.formulario-verde ::-webkit-input-placeholder {
    font-size: 13px;
    color: #fff;
}
.formulario-verde ::-moz-placeholder {
    font-size: 13px;
    color: #fff;
}
.formulario-verde :-ms-input-placeholder {
    font-size: 13px;
    color: #fff;
}

.formulario-verde input:focus,
.formulario-verde textarea:focus
{
	color: #209c4e;
	background-color: #fff;
}

.formulario-verde :focus::-webkit-input-placeholder {
    font-size: 13px;
    color: #209c4e;
}
.formulario-verde :focus::-moz-placeholder {
    font-size: 13px;
    color: #209c4e;
}
.formulario-verde :focus:-ms-input-placeholder {
    font-size: 13px;
    color: #209c4e;
}


#tasaciones .desc-izq{
	float:left;
	width:485px;
	padding:30px;
	position:relative;
	margin-right:50px
}

#tasaciones .desc-izq img{
	margin-top: 20px;
}

#tasaciones h4{
font-size:21px;
color:#1d9750;
font-weight:600;
margin-bottom:30px;	
}
#tasaciones h4 span{
font-weight:300;
display:block;	
}

#tasaciones .desc-izq p{
color:#525151;
font-size:12.5px;
line-height:17px;	
}



#tasaciones .desc-izq p span{
color:#1d9750;
font-size:12.5px;
line-height:17px;
font-weight:500;
padding: 20px 0;
display: block;
}

#tasaciones .desc-der{
    float: left;
    width: 465px;
    padding: 30px 30px 0 30px;
    position: relative;
    background-color: #f4f4f4;
    height: 740px;
}



#tasaciones .desc-der p{
color:#525151;
font-size:12.5px;
line-height:17px;	
}



#tasaciones .desc-der p span{
color:#1d9750;
font-size:12.5px;
line-height:17px;
font-weight:500;
padding: 20px 0;
display: block;
}


#tasaciones .tasacion-num{
    width: 380px;
    height: 65px;
    margin-top: 18px;
    padding-left: 80px;
    background-repeat: no-repeat;
    background-position: 0px 0px;
    display: block;
}


#tasaciones .tasacion-1{background-image: url(../images/tasaciones-1.png);}
#tasaciones .tasacion-2{background-image: url(../images/tasaciones-2.png);}
#tasaciones .tasacion-3{background-image: url(../images/tasaciones-3.png);}
#tasaciones .tasacion-4{background-image: url(../images/tasaciones-4.png);}
#tasaciones .tasacion-5{background-image: url(../images/tasaciones-5.png);}


#tasaciones .banner-chico{
width: 465px;
    height: 160px;
    padding-left: 80px;
    display: block;
    background-color: #0c4fa6;
    position: absolute;
    bottom: 0;
    left: 0;
}

#tasaciones .banner-chico h6{
color: #fff;
    font-size: 21px;
    padding: 40px 40px 20px 30px;
}
#tasaciones .banner-chico h6 span{
	font-weight:300;
	display:block;
}

#tasaciones .info-tasacion{
    position: relative;
    padding: 80px 30px;
    background-color: #f4f4f4;

}

#tasaciones .sombra{
    background-image: url(../images/sombra-1.png);
    background-repeat: no-repeat;
	background-position: top center;
    margin: 3px auto 10px auto;
}

#tasaciones .info-tasacion h5{
font-size: 38px;
line-height:33px;
color:#168042;
font-weight: 300;
width:800px;
margin-bottom:60px;
margin-left:30px;
}
#tasaciones .info-tasacion .col{
width:480px;
float:left;
margin-left:30px;
padding-right:50px;
}

#tasaciones .info-tasacion .col p{
color:#168042;
font-size:12.5px;
line-height:17px;
}



#tasaciones .arrow {
    background-image: url(../images/btn-arrow-green-c.png);
    background-repeat: no-repeat;
    height: 22px;
    padding: 5px 0 10px 40px;
    background-position: 0px 0px;
    color: #177c41;
	font-size:11px;
    font-weight: 700;
    margin-top: 30px;
	display: block;
}








/*===================================================================================*/
/*  ACCIONES                                                                         */
/*===================================================================================*/

#acciones {
    margin: 115px auto 0;
    height: auto;
    position: relative;
}
#acciones .superior-contenido {

    height: 390px;
    position: relative;
}



#acciones .superior-contenido .image-superior {
    width: 100%;
    height: 390px;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
#acciones .bread-crumb {
    text-shadow: 0px 0px 4px #000;
}
#acciones .text {
	height: 170px;
    width: 360px;
    position: absolute;
    top: 100px;
    right: 110px;
}
#acciones .superior-contenido .text h1 {
text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.75);
 
    font-size: 55px;
    line-height: 45px;
    width: 522px;
	 letter-spacing: 20px;
	
}
#acciones .superior-contenido .text h1 span {
display:block;
font-weight: 200;
}
#acciones .superior-contenido .text p {
	text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.75);
    color: #fff;
    font-size: 13.5px;
    margin-top: 16px;
}

#acciones .superior {
    height: 80px;
    padding: 0 0 0 10px;
}
#acciones .superior .titulo {
    float: left;
    margin-top: 27px;
	white-space: nowrap;
}


#acciones .superior h3 {
font-size: 23px;
line-height:28px;
font-weight: 300;
color: #1d944e;
}


.newsletter-acciones {
    float: right;
    width: 365px;
    margin-top: 15px;
    position: relative;
}
.newsletter-acciones p {
	color: #1d944e;
    float: left;
    margin-right: 25px;
    margin-top: 15px;
    font-weight: 500;

}
.newsletter-acciones input {
    width: 230px;
    float: left;
    margin-top: 10px;
    margin-right: 10px;
    height: 31px;
    border: none;
    padding: 10px;
    background-color: #ededed;
}
.newsletter-acciones .btn-newsletter,
.newsletter-acciones .btn-newsletter:active,
.newsletter-acciones .btn-newsletter:focus {
    width: 40px;
    height: 45px;
    margin-top: 10px;
    background-image: url(../images/btn-newsletter.png);
    background-repeat: no-repeat;
    background-position: 0px 8px;
    display: block;
    float: left;
}
#acciones .acciones-contenedor {
	background-image: url(../images/fondo-degrade.png);
    background-repeat: repeat-x;
    width: 100%;
    height: auto;
    position: relative;
}
.grilla-acciones{
    padding: 30px 0 30px 30px;
    position: relative;
    float: left;
    width: 730px;
}
#acciones .grilla-acciones .col {
	width:210px;
	margin-right:15px;
	margin-bottom:25px;
	float:left;
    position: relative;
    height: 430px;
	padding: 10px;
}
#acciones .grilla-acciones .col:last-child {

margin-right:0;

}

#acciones .grilla-acciones .col-divisora{
    position: absolute;
    background-image: url(../images/sombra-media2.png);
    background-repeat: no-repeat;
    width: 700px;
    height: 5px;
    bottom: 0;
    left: 0;
  
}
#acciones .grilla-acciones .fila-acciones{
    position: relative;
	overflow: auto;
    zoom: 1;
    margin-bottom: 20px;
}

#acciones .grilla-acciones .col .iconos {
    padding-top: 10px 0 0 0;
    overflow: auto;
    zoom: 1;
}


#acciones .grilla-acciones .foto{
    height: 160px;
    position: relative;
    margin-bottom: 20px;
	background-size: cover;
    background-position: center;
	display: block;
}
#acciones .grilla-acciones .foto:hover
{
	opacity: 0.9;
}
#acciones .grilla-acciones .foto h5{
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    background-color: #4dc735;
    display: inline-block;
    margin-bottom: 10px;
    padding: 3px 8px;
}


#acciones .grilla-acciones .col h4 {
color: #4dc735;
    font-size: 19px;
    line-height: 19px;
    font-weight: 600;
}

#acciones .grilla-acciones .col h4:hover {
	color: #177c41;
}

#acciones .grilla-acciones .col p {
    font-size: 13px;
    line-height: 16px;
    font-weight: 300;
    color: #177c41;
    margin-top: 10px;
    height: 81px;
	overflow: hidden;
}



#acciones .grilla-acciones .col .iconos {
    padding-top: 10px 0 0 0;
	position: absolute;
	bottom: 0;
	left: 10px;
    overflow: auto;
    zoom: 1;
}
#acciones .grilla-acciones .col:hover {
    background-color: #fff;
}
#acciones .grilla-acciones .col .iconos a {
    background-repeat: no-repeat;
    transition: none;
    display: block;
    float: left;
}

#acciones .grilla-acciones .col .iconos .btn-arrow-noti {
    font-size: 13px;
    font-weight: 300;
    color: #177c41;
    width: 105px;
    height: 25px;
    padding: 17px 20px 20px 0px;
    background-image: url(../images/btn-arrow-noti.png);
    background-position: 80px 20px;
}
#acciones .grilla-acciones .col .iconos .noti-facebook {
    width: 25px;
    height: 25px;
    margin: 10px 10px 0 25px;
    background-image: url(../images/noti-facebook.png);
    background-position: center;
}
#acciones .grilla-acciones .col .iconos .noti-twitter {
    width: 25px;
    height: 25px;
    margin: 10px 0px;
    background-image: url(../images/noti-twitter.png);
    background-position: center;
}


#acciones .videos-lista {
    width: 365px;
	height: 1060px;
    float: left;
    background-color: #f4f4f4;
    position: relative;
    padding: 20px;
}
.videos-lista h3{
font-size:24px;
line-height:24px;
color:#1d944e;
font-weight:500;
margin: 20px 0 10px 10px;
}
.videos-lista h3 span{
font-weight:200;
display:block;
}


#acciones .verMas{
    background-image: url(../images/sombra-chica.png);
    background-repeat: no-repeat;
    width: 350px;
    height: 40px;
    position: relative;
    background-position: 1px 35px;
    display: block;
}
#acciones .fila-boton{
	width:700px;
	height:50px;
	position:relative;
	
}
.btnMostrarMas{
    padding: 20px 20px;
    background-color: #177c41;
    margin: 0 auto;
    color: #fff;
    font-size: 14px;
	font-weight: 500;
	display:block;
	width: 240px;
}

a.btnMostrarMas:link,
a.btnMostrarMas:visited,
a.btnMostrarMas:hover,
a.btnMostrarMas:focus,
a.btnMostrarMas:active 
{
    color: #fff;
}

.btnMostrarMas:hover{
    color: #fff!important;
}

.acciones-destacado{
background-color: #fff;
    padding: 20px 15px;
    width: 365px;
    margin-left: -20px;
}
.acciones-destacado .titulo{
    font-size: 33px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 15px;
    padding: 5px 20px 0px 10px;
    line-height: 32px;
    display: inline-block;
}	

.acciones-destacado .titulo b{
    background-color: #1d9750;
	padding: 5px 10px 0 10px;
    line-height: 38px;
}
.acciones-destacado .titulo span{
    font-weight: 200;
    background-color: #1d9750;    
	padding: 5px 10px 0 10px;
    line-height: 38px;
}
	
.acciones-destacado p{
    font-size: 13px;
    color: #1d9750;
    margin-bottom: 20px;
    line-height: 15px;
    margin-left: 25px;
    width: 220px;
}
	
.acciones-destacado .flecha {
    width: 295px;
    height: 45px;
    padding: 0px 0px 10px 40px;
    background-image: url(../images/btn-arrow-noti.png);
    background-repeat: no-repeat;
    color: #168042;
    display: block;
    margin: 20px;
}


.cont-acciones-destacados{
	width:340px;
	position:relative;
	
    overflow: auto;
    zoom: 1;
}

.cont-acciones-destacados .col{
	width:140px;
	position:relative;
	float:left;
	margin-left:15px;
	
}

.cont-acciones-destacados .col h7{
    font-size: 10px;
    font-weight: 400;
    color: #fff;
    padding: 3px;
    background-color: #4dc735;
    display: block;
    width: 100%;
}
.cont-acciones-destacados .col .foto{
	width:140px;
	height:85px;
	position:relative;
	float:left;
	margin-bottom:5px;
	background-size: cover;
	background-position: center;
}
 .cont-acciones-destacados .col h5{
    color: #4dc735;
    font-size: 12px;
    line-height: 14px;
    font-weight: 600;
	padding: 0;
}










/*===================================================================================*/
/*  ACCIONES-NOTA                                                                    */
/*===================================================================================*/
#acciones-nota{
    margin: 115px auto 0;
    height: auto;
    position: relative;
}	
	
#acciones-nota .superior-contenido {

    height: 75px;
    position: relative;
}



#acciones-nota .superior-contenido .image-superior {
    width: 100%;
    height: 75px;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
#acciones-nota .bread-crumb {
    text-shadow: 0px 0px 4px #000;
}


#acciones-nota .superior {
    height: 80px;
    padding: 0 0 0 10px;
}
#acciones-nota .superior .titulo {
    float: left;
    width: auto;
    margin-top: 27px;
}


#acciones-nota .superior h3 {
font-size: 23px;
line-height:28px;
font-weight: 300;
color: #1d944e;
}


#acciones-nota .superior .newsletter-acciones {
    float: right;
    width: 685px;
    margin-top: 15px;
    position: relative;
}


#acciones-nota .acciones-contenedor {
	background-image: url(../images/fondo-degrade.png);
    background-repeat: repeat-x;
    width: 100%;
    height: auto;
    position: relative;
}
#acciones-nota .grilla-acciones{
width:700px;
float:left;
margin:20px 0px 0 30px;
}
#acciones-nota .grilla-acciones h2 {
font-size: 48px;
line-height:43px;
font-weight: 300;
color: #1d944e;
}
#acciones-nota .grilla-acciones h6 {
font-size: 17px;
line-height:22px;
font-weight: 400;
color: #1d944e;
    margin: 15px 0 30px 0;
}
#acciones-nota .grilla-acciones p {
font-size: 14px;
line-height:18px;
font-weight: 400;
color: #117c39;
padding:20px 50px;
}
#acciones-nota .grilla-acciones .imagen {
    width: 675px;
    height: 500px;
    position: relative;
	margin:20px 0;
}	


#accion-slider
{
	width: 670px;
	max-width: 100%;
}
#accion-slider .item {
    width: 100%;
    height: 500px;
    margin: 20px 0;
    background-size: cover;
    background-position: center;
}

#accion-slider  .arrow-left {
    display: block;
    background-color: rgb(22, 128, 66);
    width: 30px;
    height: 50px;
    position: absolute;
    top: 225px;
    left: 0;
    background-image: url(../images/arrow-left.png);
    background-repeat: no-repeat;
    background-position: center;
}
#accion-slider  .arrow-right {
    display: block;
    background-color: rgb(22, 128, 66);
    width: 30px;
    height: 50px;
    position: absolute;
    top: 225px;
    right: 0;
    background-image: url(../images/arrow-right.png);
    background-repeat: no-repeat;
    background-position: center;
}
	

	
.grilla-acciones .imagen .arrow-left {
    display: block;
    background-color: rgb(22, 128, 66);
    width: 30px;
    height: 50px;
    position: absolute;
    top: 225px;
    left: 0;
    background-image: url(../images/arrow-left.png);
    background-repeat: no-repeat;
    background-position: center;
}
.grilla-acciones .imagen .arrow-right {
    display: block;
    background-color: rgb(22, 128, 66);
    width: 30px;
    height: 50px;
    position: absolute;
    top: 225px;
    right: 0;
    background-image: url(../images/arrow-right.png);
    background-repeat: no-repeat;
    background-position: center;
}
	
	
#acciones-nota .videos-lista {
    width: 365px;
	height: 100%;
    float: left;
    background-color: #f4f4f4;
    position: relative;
    padding: 20px 20px 170px 20px;
}	
	
	
	
	
#acciones-nota .verMas {
    background-image: url(../images/sombra-chica.png);
    background-repeat: no-repeat;
    width: 350px;
    height: 40px;
    position: relative;
    background-position: 1px 35px;
    display: block;
}
	
#acciones-nota .iconos-compartir{
    border-top: 2px solid #ececec;
    border-bottom: 2px solid #ececec;
    padding: 15px 0;
    position: relative;
    height: 70px;
    width: 600px;
    margin: 20px 50px;
}


#acciones-nota .iconos-compartir p {
    color: #1d944e;
    float: left;
    font-weight: 600;
	padding: 10px;
	font-size:14px;
}
#acciones-nota .iconos-compartir a {
    background-repeat: no-repeat;
    transition: none;
    display: block;
    float: left;
}


#acciones-nota .iconos-compartir .noti-facebook {
    width: 25px;
    height: 25px;
    margin:5px 15px 0 15px;
    background-image: url(../images/noti-facebook.png);
    background-position: center;
}	

#acciones-nota .iconos-compartir .noti-twitter {
    width: 25px;
    height: 25px;
    margin:5px 10px 0 5px;
    background-image: url(../images/noti-twitter.png);
    background-position: center;
}

#acciones-nota .iconos-compartir{
    border-top: 2px solid #ececec;
    border-bottom: 2px solid #ececec;
    padding: 15px 0;
    position: relative;
    height: 70px;
    width: 600px;
    margin: 20px 50px;
}

#acciones-nota .iconos-redes{
    position: relative;
    height: 30px;
    width: 600px;
    margin: 10px 0;
}

#acciones-nota .iconos-redes p {
    font-size: 13px;
    font-weight: 300;
    color: #fff;
    padding: 5px;
    background-color: #168042;
    display: block;
	float:left;
}
#acciones-nota .iconos-redes a {
    background-repeat: no-repeat;
    transition: none;
    display: block;
    float: left;
}

#acciones-nota .iconos-redes .noti-facebook {
    width: 25px;
    height: 18px;
    margin:5px 15px 0 15px;
    background-image: url(../images/noti-facebook.png);
    background-position: center;
}	

#acciones-nota .iconos-redes .noti-twitter {
    width: 25px;
    height: 18px;
    margin:5px 10px 0 5px;
    background-image: url(../images/noti-twitter.png);
    background-position: center;
}



/*===================================================================================*/
/*  NOTI-VERDE                                                                        */
/*===================================================================================*/


#noti-verde {
    margin: 115px auto 0;
    height: auto;
    position: relative;
}
#noti-verde .superior-contenido {

    height: 390px;
    position: relative;
}



#noti-verde .superior-contenido .image-superior {
    width: 100%;
    height: 390px;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
#noti-verde .bread-crumb {
    text-shadow: 0px 0px 4px #000;
}
#noti-verde .text {
	height: 170px;
    width: 500px;
    position: absolute;
    top: 100px;
    right: 210px;
}
#noti-verde .superior-contenido .text h1 {
text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.75);
 
    font-size: 55px;
    line-height: 45px;
    width: 522px;
	 letter-spacing: 20px;
	
}
#noti-verde .superior-contenido .text h1 span {
display:block;
font-weight: 200;
}
#noti-verde .superior-contenido .text p {
	text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.75);
    color: #fff;
    font-size: 13.5px;
    margin-top: 16px;
}

#noti-verde .superior {
    height: 80px;
    padding: 0 0 0 10px;
}
#noti-verde .superior .titulo {
    float: left;
    margin-top: 27px;
}


#noti-verde .superior h3 {
font-size: 23px;
line-height:28px;
font-weight: 300;
color: #1d944e;
}


.newsletter-noti-verde {
    float: right;
    width: 445px;
    margin-top: 15px;
    position: relative;
}
.newsletter-noti-verde p {
	color: #1d944e;
    float: left;
    margin-right: 25px;
    margin-top: 15px;
    font-weight: 500;

}
.newsletter-noti-verde input {
    width: 230px;
    float: left;
    margin-top: 10px;
    margin-right: 10px;
    height: 31px;
    border: none;
    padding: 10px;
    background-color: #ededed;
}
.newsletter-noti-verde .btn-newsletter,
.newsletter-noti-verde .btn-newsletter:active,
.newsletter-noti-verde .btn-newsletter:focus {
    width: 40px;
    height: 45px;
    margin-top: 10px;
    background-image: url(../images/btn-newsletter.png);
    background-repeat: no-repeat;
    background-position: 0px 8px;
    display: block;
    float: left;
}
.noti-verde-contenedor {
	background-image: url(../images/fondo-degrade.png);
    background-repeat: repeat-x;
    width: 100%;
    height: auto;
    position: relative;
}

#noti-verde .col {
	width: 220px;
    margin-right: 5px;
	margin-bottom: 25px;
	padding: 10px;
    float: left;
	height: 415px;
    position: relative;
}
#noti-verde .grilla-acciones .col:last-child {

margin-right:0;

}

#noti-verde  .col-divisora{
    background-image: url(../images/sombra-media2.png);
    background-repeat: no-repeat;
    width: 760px;
    height: 5px;
    position: absolute;
    bottom: -20px;  
}
#noti-verde .fila{
    position: relative;
    height: 455px;
    margin-bottom: 20px;
	    padding-top: 40px;
}

#noti-verde .col .iconos {
    padding-top: 10px 0 0 0;
    position: absolute;
    bottom: 0;
    left: 10px;
    overflow: auto;
    zoom: 1;
}


#noti-verde  .foto{
    height: 135px;
    position: relative;
    margin-bottom: 20px;
	background-size: cover;
    background-position: center;
	display: block;
}

#noti-verde  .foto:hover {
    opacity: 0.9;
}

#noti-verde .foto h5{
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    background-color: #4dc735;
    display: inline-block;
    padding: 3px 8px;
    position: absolute;
    bottom: 0;
    left: 0;
}


#noti-verde .col h4 {
color: #4dc735;
    font-size: 19px;
    line-height: 19px;
    font-weight: 600;
}
#noti-verde .col h4:hover
{
	color: #177c41;
}

#noti-verde .col p {
    font-size: 13px;
    line-height: 16px;
    font-weight: 300;
    color: #177c41;
    margin-top: 10px;
    height: 128px;
}



#noti-verde .col .iconos {
    padding-top: 10px 0 0 0;
    overflow: auto;
    zoom: 1;
}
#noti-verde .col:hover {
    background-color: #fff;
}
#noti-verde .col .iconos a {
    background-repeat: no-repeat;
    transition: none;
    display: block;
    float: left;
}

#noti-verde .col .iconos .btn-arrow-noti {
    font-size: 13px;
    font-weight: 300;
    color: #177c41;
    width: 105px;
    height: 25px;
    padding: 17px 20px 20px 0px;
    background-image: url(../images/btn-arrow-noti.png);
    background-position: 80px 20px;
}
#noti-verde .col .iconos .noti-facebook {
    width: 25px;
    height: 25px;
    margin: 10px 10px 0 25px;
    background-image: url(../images/noti-facebook.png);
    background-position: center;
}
#noti-verde .col .iconos .noti-twitter {
    width: 25px;
    height: 25px;
    margin: 10px 0px;
    background-image: url(../images/noti-twitter.png);
    background-position: center;
}




#noti-verde .fila-boton{
    display: block;
    margin: 40px 0 20px;
}



/***NOTI-VERDE-NOTA***/




#noti-verde-nota {
    margin: 115px auto 0;
    height: auto;
    position: relative;
}
#noti-verde-nota .superior-contenido {
    height: 190px;
    position: relative;
}

#noti-verde-nota .superior-contenido .image-superior {
    width: 100%;
    height: 190px;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
#noti-verde-nota .bread-crumb {
    text-shadow: 0px 0px 4px #000;
}
#noti-verde-nota .text {
    height: 80px;
    width: 360px;
    position: absolute;
    top: 50px;
    right: 110px;
}
#noti-verde-nota .superior-contenido .text h1 {
text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.75);
    font-size: 35px;
    line-height: 35px;
width: 522px;
letter-spacing: 10px;
	
}
#noti-verde-nota .superior-contenido .text h1 span {
display:block;
font-weight: 200;
}
#noti-verde-nota .superior-contenido .text p {
	text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.75);
    color: #fff;
    font-size: 13.5px;
    margin-top: 16px;
}

#noti-verde-nota .superior {
    height: 80px;
    padding: 0 0 0 10px;
}
#noti-verde-nota .superior .titulo {
    float: left;
    width: 610px;
    margin-top: 27px;
}


#noti-verde-nota .superior h3 {
font-size: 23px;
line-height:28px;
font-weight: 300;
color: #1d944e;
}


#noti-verde-nota .grilla-desc .iconos {
    padding-top: 10px 0 0 0;
    overflow: auto;
    zoom: 1;
}


#noti-verde-nota .grilla-desc .iconos:hover {
    background-color: #fff;
}
#noti-verde-nota .grilla-desc .iconos a {
    background-repeat: no-repeat;
    transition: none;
    display: block;
    float: left;
}


#noti-verde-nota .grilla-desc{
width:700px;
float:left;
margin:20px 0px 0 30px;
}
#noti-verde-nota .grilla-desc h2 {
font-size: 48px;
line-height:43px;
font-weight: 300;
color: #1d944e;
}
#noti-verde-nota .grilla-desc h6 {
font-size: 17px;
line-height:18px;
font-weight: 400;
color: #1d944e;
    margin: 15px 0 30px 0;
}
#noti-verde-nota .grilla-desc p {
font-size: 14px;
line-height:18px;
font-weight: 400;
color: #117c39;
padding:20px 50px;
}
#noti-verde-nota .grilla-desc .imagen {
    width: 675px;
    height: 395px;
    position: relative;
	margin:20px 0;
	max-width: 100%;
    background-size: cover;
	background-position: center;
}	
	
#noti-verde-nota .iconos-compartir {
    border-top: 2px solid #ececec;
    border-bottom: 2px solid #ececec;
    padding: 15px 0;
    position: relative;
    height: 70px;
    width: 600px;
    margin: 20px 50px;
}




#noti-verde-nota .iconos-redes{
    position: relative;
    height: 30px;
    width: 600px;
    margin: 10px 0;
}

#noti-verde-nota .iconos-redes p {
    font-size: 13px;
    font-weight: 300;
    color: #fff;
    padding: 5px;
    background-color: #4dc735;
    display: block;
    float: left;
}
#noti-verde-nota .iconos-redes a {
    background-repeat: no-repeat;
    transition: none;
    display: block;
    float: left;
}

#noti-verde-nota .iconos-redes .noti-facebook {
    width: 25px;
    height: 18px;
    margin:5px 15px 0 15px;
    background-image: url(../images/noti-facebook.png);
    background-position: center;
}	

#noti-verde-nota .iconos-redes .noti-twitter {
    width: 25px;
    height: 18px;
    margin:5px 10px 0 5px;
    background-image: url(../images/noti-twitter.png);
    background-position: center;
}


#noti-verde-nota .iconos-compartir p {
    color: #1d944e;
    float: left;
    font-weight: 600;
	padding: 10px;
	font-size:14px;
}
#noti-verde-nota .iconos-compartir a {
    background-repeat: no-repeat;
    transition: none;
    display: block;
    float: left;
}


#noti-verde-nota .iconos-compartir .noti-facebook {
    width: 25px;
    height: 25px;
    margin:5px 15px 0 15px;
    background-image: url(../images/noti-facebook.png);
    background-position: center;
}	

#noti-verde-nota .iconos-compartir .noti-twitter {
    width: 25px;
    height: 25px;
    margin:5px 10px 0 5px;
    background-image: url(../images/noti-twitter.png);
    background-position: center;
}

#noti-verde-nota .videos-lista {
    width: 365px;
	height: 1060px;
    float: left;
    background-color: #f4f4f4;
    position: relative;
    padding: 20px;
}

/*===================================================================================*/
/*  FAVORITAS                                                                        */
/*===================================================================================*/


.newsletter-favoritas{
    float: right;
    width: 580px;
    margin-top: 35px;
    position: relative;
}
.newsletter-favoritas p {
    color: #177c41;
    float: left;
    margin-right: 5px;
    margin-top: 10px;
    width: 180px;
	font-size:10px;
	font-weight:500;
}
.newsletter-favoritas input {
    width: 230px;
    float: left;
    margin-right: 10px;
	margin-top: 2px;
    height: 31px;
    border: none;
    padding: 10px;
    background-color: #ededed;
}
.newsletter-favoritas .btn-newsletter,
.newsletter-favoritas .btn-newsletter:active,
.newsletter-favoritas .btn-newsletter:focus {
    width: 40px;
    height: 45px;
    margin-top: 2px;
    background-image: url(../images/btn-newsletter.png);
    background-repeat: no-repeat;
    background-position: 0px 8px;
    display: block;
    float: left;
}


/***============================ZONA X ZONA==============================***/

#zona{
    margin: 115px auto 0;
    height: auto;
    position: relative;
}
#zona .superior-contenido {
    height: 120px;
    position: relative;
    background-color: #e5e5e5;
}

#zona .bread-crumb
{
 color:#666;
	background-color: rgba(253,253,253,0.50);
}
#zona .bread-crumb a{
    color:#666;
}
    
.superior-zona{
	position: relative;
	
}
.superior-zona .titulo{
	position: relative;
	float:left;
	margin-top:20px;
}
.superior-zona .titulo h3{
color:#0c4fa6;
font-size:23px;
line-height:24px;
font-weight:700;
padding-left: 30px;
}
.superior-zona .titulo h3 span{
font-weight:300;
display:block;
}

.superior-zona .titulo h4{
color:#0c4fa6;
font-size:32px;
line-height:28px;
font-weight:700;
padding-left: 30px;
margin-top: 10px;
}
.superior-zona .titulo h4 span{
font-weight:300;
}

.newsletter-zona {
    width: 530px;
    height: 66px;
    padding: 30px 0px;
    background-repeat: no-repeat;
    float: right;
}
.newsletter-zona p {
	    font-size: 16px;
    color: #177c41;
    float: left;
    margin-right: 25px;
    margin-top: 10px;
}
.newsletter-zona input {
    width: 230px;
    float: left;
    margin-right: 10px;
    height: 31px;
    border: none;
    padding: 10px;
}
.newsletter-zona .btn-newsletter,
.newsletter-zona .btn-newsletter:active,
.newsletter-zona .btn-newsletter:focus {
    width: 40px;
    height: 45px;
    background-image: url(../images/btn-newsletter.png);
    background-repeat: no-repeat;
    background-position: 0px 8px;
    display: block;
    float: left;
}


.zona-x-zona{
	
	position:relative;
}

#zona .texto-zona
{
	position: relative;
    color: #fff;
    z-index: 9999;
    font-size: 14px;
    padding: 10px;
    display: table-cell;
    vertical-align: middle;
    height: 100%;
    text-align: center;
}

#zona #similares
{
	margin-top: 0;
}


#panel-zona{
	position: absolute;
    top: 0;
    left: 50%;
    margin-left: -550px;
	background-color:rgba(12,79,166,0.85);
	width:310px;
	bottom: 0;
	padding:40px;
}

#panel-zona.panel-horizontal
{
	position: relative;
	left: auto;
	margin-left: auto;
	width: auto;
}

#panel-zona h2{
color:#fff;
font-size:43px;
line-height:38px;
font-weight:600;
margin-bottom: 20px;
}
#panel-zona h2 span{
display:block;
font-weight:200;
}

#panel-zona h7{
color:#fff;
font-size:21px;
line-height:23px;
font-weight:200;
}

#panel-zona p {
font-size: 13px;
    color: #fff;
    margin-top: 30px;
    border-top: 1px solid #628bbf;
    padding: 10px 0;
}
#panel-zona .redes {
    position: relative;
	border-top: 1px solid #628bbf;
    margin-top: 10px;
}

#panel-zona .redes h5{
color:#fff;
font-size:13.5px;
line-height:23px;
font-weight:400;
float: left;
padding-top: 10px;
}


#panel-zona .redes .facebook {
    background-image: url(../images/ico-facebook-w.png);
    background-repeat: no-repeat;
    width: 40px;
    height: 40px;
    background-position: center;
    display: block;
    float: left;
    margin-left: 10px;
}

#panel-zona .redes .twitter {
    background-image: url(../images/ico-twitter-w.png);
    background-repeat: no-repeat;
    width: 40px;
    height: 40px;
    background-position: center;
    display: block;
    float: left;
    margin-left: 10px;
}


#panel-zona .logo{
	    background-image: url(../images/logo-pie.png);
    background-repeat: no-repeat;
    width: 100%;
    height: 80px;
    background-position: center;
    display: block;

}


.zona-x-zona #map_canvas
{
	height: 710px;
}
.zona-x-zona.detalle #map_canvas
{
	height: 560px;
}


#panel-zona-horizontal{
	position: relative;
	background-color:#0c4fa6;
	bottom: 0;
	padding:40px;
}

#panel-zona-horizontal h2{
color:#fff;
font-size:24px;
line-height:23px;
font-weight:600;
margin-bottom: 20px;
    letter-spacing: 1px;
}
#panel-zona-horizontal h2 span{
font-weight:200;
}

#panel-zona-horizontal p {
    font-size: 13px;
    color: #fff;
    margin-top: 0px;
    float: left;
    width: 130px;
	font-weight:200;
	text-transform: uppercase;
}


#panel-zona-horizontal .listado-zonas .bigSelect
{
	margin-left: 5px;
	margin-bottom: 5px;
	background-color: #1e5db0!important;
}

#panel-zona-horizontal .listado-zonas .bigSelect .selectlist {
    background-color: #1e5db0!important;
}


.info-columns .logo-emp {
    width: 100px;
    height: 100px;
    float: left;
    background-size: contain;
	margin-right: 10px;
}

.info-columns
{
	padding: 20px 0px 25px 10px;
	overflow: auto;
	zoom: 1;
}

.info-columns .col
{
    float: left;
	border-right: 1px solid #ccc;
	padding: 5px 20px 20px 20px;
	margin-top: 10px;
	width: 280px;
}

.info-columns .desc
{
    color: #757575;
	font-size: 13px;
}

.info-columns .lista
{
    float: left;
	padding: 20px 0 20px 20px;
	width: 230px;
    color: #757575;
}

.info-columns .col a
{
	color: #0c4fa6;
	font-size: 12px;
}

.info-columns .col a span
{
	width: 22px;
	height: 12px;
	display: inline-block;
	margin-right: 10px;
    vertical-align: top;
    margin-top: 2px;
	background-image: url(../images/bt-arrow-b.png);
}

/*===================================================================================*/
/*  CONTACO                                                                             */
/*===================================================================================*/


#contacto{
    margin: 115px auto 0;
    height: auto;
    position: relative;
}

#contacto .g-recaptcha
{
	float: left;
}

#contacto .superior-contenido {
    height: 280px;
    position: relative;
}
#contacto .superior-contenido .image-superior {
    width: 100%;
    height: 280px;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
#contacto .superior-contenido .text {
    position: absolute;
    top: 40px;
    width: 320px;
    height: 180px;
    right: 0;
}
#contacto .superior-contenido .text h1 {
    font-size: 55px;
    line-height: 48px;
    letter-spacing: 2px;
    font-weight: 200;
    color: #168042;
}
#contacto .superior-contenido .text p {
    color: #5f5f5f;
    font-size: 13px;
    margin-top: 16px;
}
#contacto .bread-crumb {
    text-shadow: 0px 0px 4px #000;
}
#contacto .superior h3 {
    font-size: 28px;
    color: #1d944e;
    font-weight: 700;
    text-transform: uppercase;
}
#contacto .superior h3 span {
    font-weight: 200;
}
#contacto .superior {
    height: auto;
    padding: 0px;
}
#contacto .superior .titulo {
width: 800px;
margin: 25px 0;
}


.datos-contacto{
	background-color:#f3f3f3;
	position: relative;
    padding-bottom: 20px;
}

.datos-contacto .sombra-1-gris
{
	margin-top: 30px;
}

.datos-contacto .titulo{
height:80px;
padding:25px 0;
}
.datos-contacto .titulo h3{
	    font-size: 28px;
    color: #1d944e;
    font-weight: 700;
    text-transform: uppercase;
}

.datos-contacto .titulo h3 span {
    font-weight: 200;
}
.datos-contacto p{
	    font-size: 14px;
    color: #1d944e;
	    margin-bottom: 30px;
}

.datos-contacto .col{
    width: 170px;
	height:150px;
    padding: 7px;
    float: left;
	margin-top:20px;
	position:relative;
}
.datos-contacto .col:hover{
background-color: #fff;
}
.datos-contacto .col h6{
	font-size: 14px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 10px;
    line-height: 18px;
}

.datos-contacto .col h6 span
{
    background-color: #1d9750;
	padding: 3px 5px;
}

.datos-contacto h7{
	font-size: 14px;
    color: #1d944e;
	line-height:20px;
}
   
.datos-contacto .bt-arrow{
background-image: url(../images/bt-arrow.png);
    background-repeat: no-repeat;
    width: 80px;
    height: 24px;
    position: absolute;
    bottom: 0;
    left: 10px;
}
   

/*===================================================================================*/
/*  CENTRALES                                                                             */
/*===================================================================================*/


#centrales{
    margin: 115px auto 0;
    height: auto;
    position: relative;
}
#centrales .superior-contenido {
    position: relative;
}
#centrales .superior-contenido .image-superior {
    width: 100%;
    height: 280px;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
#centrales .superior-contenido .text {
    position: absolute;
    top: 40px;
    width: 320px;
    height: 180px;
    right: 0;
}
#centrales .superior-contenido .text h1 {
    font-size: 55px;
    line-height: 48px;
    letter-spacing: 2px;
    font-weight: 200;
    color: #168042;
}
#centrales .superior-contenido .text p {
    color: #5f5f5f;
    font-size: 13px;
    margin-top: 16px;
}
#centrales .bread-crumb {
	color: #666;
    background-color: #fff;
}

#centrales .bread-crumb a{
	color: #666;
}

#centrales .superior h3 {
    font-size: 21px;
	line-height:24px;
    color: #1d944e;
    font-weight: 300;
}
#centrales .superior {
    height: 130px;
    padding: 0px;
}
#centrales .superior .titulo {
    width: 900px;
    margin-top: 25px;
    padding: 0 30px;
}
.seccion-sombra
{
	position: relative; 
	z-index: 5;
	box-shadow: 0px 5px 14px -5px rgba(0, 0, 0, 0.49);
}

.centrales-contenedor{
	background-color:#f3f3f3;
	position:relative;
	margin-top: 139px;
}

.central-contenedor
{
    background-image: url(../images/fondo-degrade.png);
    background-repeat: repeat-x;
    width: 100%;
    height: auto;
    position: relative;
	padding-bottom: 20px;
}

#central #desplazamiento
{
	margin-top: 10px;
}

.centrales-contenedor #map_canvas
{
	position:fixed!important;
	top:0;
	bottom: 0;
	left: 0;
	right: 655px;
}

.centrales-ubicacion{
	position: relative;
    float: right;
    padding: 0 30px;
}

.centrales-ubicacion .listado{
	position: relative;
	padding-right: 45px;
    box-sizing: content-box;
	width: 550px;
}

.centrales-ubicacion .listado .listado-header
{
	margin: 0px;
}

.centrales-ubicacion .listado .listado-header .sombra-c
{
    margin-left: -40px;
}

.centrales-ubicacion .listado .listado-header h2
{
	font-size: 23px;
    line-height: 28px;
    font-weight: 300;
    color: #1d944e;
	margin: 10px 0;
}
.centrales-ubicacion .listado .listado-header h3
{
	font-size: 14px;
    line-height: 18px;
    color: #1d944e;
    font-weight: 600;
	margin-top: 10px;
}
.centrales-ubicacion .listado .listado-header p
{
	margin-top: 5px;
	color: #888;
    font-size: 14px;
}

.centrales-ubicacion .fila{
background-color:#fff;
box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.15);
height:180px;
position:relative;
margin:30px 0;
}  
	
.centrales-ubicacion .fila:hover,
.centrales-ubicacion .fila.hovered
{
    box-shadow: 0 0 10px #4c4c4c;
}	

	
.centrales-ubicacion .fila .imagen{
float:left;
width:240px;
height:180px;
position:relative;

}  	

.centrales-ubicacion .fila .imagen span {
    padding: 7px 10px;
    display: block;
    background-color: #177c41;
    color: #fff;
    font-size: 12px;
    position: absolute;
    top: 0;
    left: 0;
    font-weight: 200;
}

.centrales-ubicacion .fila .imagen span.foto {
    bottom: 0;
    right: 0;
	background-size: cover;
    background-position: center;
}

.centrales-ubicacion .fila .desc{
float:left;
width:310px;
height:180px;
position:relative;
padding:15px 25px;
} 	


.centrales-ubicacion .fila h5{
    font-size: 18px;
	line-height:18px;
    color: #1d944e;
    font-weight: 600;
	padding-bottom:20px;
} 
.centrales-ubicacion .fila p{
    font-size: 12px;
	line-height:18px;
    color: #757575;
    font-weight: 300;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
} 


.centrales-ubicacion .btn-arrow-gray{
    width: 295px;
    height: 20px;
    padding: 2px 0px 10px 40px;
    background-image: url(../images/arrow-gray.png);
    background-repeat: no-repeat;
    color: #168042;
    position: absolute;
    left: 20px;
    bottom: 10px;
	font-size:12px;
    font-weight: 500;
}

.centrales-ubicacion .btn-arrow-gray:hover {
    color: #4dc735;
}


/*===================================================================================*/
/*  CENTRAL DETALLE													                 */
/*===================================================================================*/

#central{
    margin: 115px auto 0;
    height: auto;
    position: relative;
}

#central .bread-crumb {
    color: #666;
    background-color: #f9f9f9;
}

#central .bread-crumb a {
    color: #666;
}

#central h3 {
    font-size: 24px;
    color: #1d944e;
    font-weight: 700;
    text-transform: uppercase;
}
#central h3 span {
    font-weight: 200;
}

#central .superior .titulo {
    margin-top: 25px;
}

#central #central-slider
{
	float: left;
	width: 550px;
}
#central .central-datos
{
	float: left;
	width: 474px;
	padding: 0 30px;
}

#central .central-datos .iconos a
{
	color: #117c39;
	margin-right: 15px;
	font-weight: 600;
}
#central .central-datos .iconos a:hover
{
	color: #4dc735;
}
#central .central-datos .iconos a img
{
	margin-right: 10px;
	margin-top: -4px;
}

#central .central-datos h2 {
    font-size: 33px;
    font-weight: 600;
    color: #117c39;
	padding: 30px 0 0px 0;
	text-transform: uppercase;
}
#central .central-datos .datos
{
	padding: 15px 0;
	border-bottom: 1px solid #ccc;
}
#central .central-datos .datos .dato
{
	color: #757575;
	margin: 5px 0;
	font-size: 13px;
}
#central .central-datos .datos .dato.dato-grande
{
	font-size: 16px;
}
#central .central-datos p
{
	color: #757575;
	font-size: 13px;
	padding: 15px 0 25px 0;
}

#central .no-foto
{
    width: 100%;
    height: 370px;
    margin: 20px 0;
    background-size: cover;
    background-position: center;
	background-image: url(../images/no-foto-sucursal.jpg);
}

#central #central-slider .item {
    width: 100%;
    height: 370px;
    margin: 20px 0;
    background-size: cover;
    background-position: center;
}

#central #central-slider  .arrow-left {
    display: block;
    background-color: rgb(22, 128, 66);
    width: 30px;
    height: 50px;
    position: absolute;
    top: 50%;
    margin-top: -25px;
    left: 0;
    background-image: url(../images/arrow-left.png);
    background-repeat: no-repeat;
    background-position: center;
}
#central #central-slider  .arrow-right {
    display: block;
    background-color: rgb(22, 128, 66);
    width: 30px;
    height: 50px;
    position: absolute;
    top: 50%;
    margin-top: -25px;
    right: 0;
    background-image: url(../images/arrow-right.png);
    background-repeat: no-repeat;
    background-position: center;
}
	

/*===================================================================================*/
/*  FORM                                                                             */
/*===================================================================================*/

input[type="text"], 
textarea {
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    line-height: normal;
}
textarea {
    width: 100%;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
textarea:focus {} label,
select,
input[type="button"],
input[type="reset"],
input[type="submit"],
input[type="radio"],
input[type="checkbox"] {
    cursor: pointer;
}

/*******************************************/

.construccion h3
{
	font-size: 21px;
	color: #1d944e;
    font-weight: 700;
    text-transform: normal;
}

.construccion h4
{
	font-size: 21px;
	color: #1d944e;
    font-weight: 400;
    text-transform: normal;
}




/************FOOTER********************/

footer {
    position: relative;
    background-color: #f3f3f3;
}
footer .links {
    position: relative;
    padding: 50px 0 80px 50px;
}
footer .links .col {
    position: relative;
    width: 230px;
    float: left;
}
footer .links .col h4 {
    font-size: 14px;
    font-weight: 700;
    color: #177c41;
    margin-bottom: 12px;
}
footer .links .col a {
    font-size: 12px;
    font-weight: 300;
    color: #414141;
    padding-bottom: 12px;
    display: block;
}
footer .links .col a:hover
{
	text-decoration: underline;
}
footer .footer-1 {
    position: relative;
}
footer .footer-1 .pasto {
    background-image: url(../images/pasto.png);
    background-repeat: repeat-x;
    width: 100%;
    height: 24px;
    position: absolute;
    bottom: 0;
    left: 0;
}
footer .redes {
    margin: 0 auto;
    background-color: #1d944e;
}
footer .cont-redes {
    margin: 0 auto;
    position: relative;
    width: 600px;
	height: 100px;
}
footer h7 {
    font-size: 28px;
    font-weight: 200;
    color: #7aeeaa;
    letter-spacing: 15px;
    text-transform: uppercase;
    margin: 0 auto;
    text-align: center;
    width: 630px;
    height: 60px;
    position: relative;
    display: block;
}

footer h7 span {
    color: #fff;
}

footer .redes a {
    background-repeat: no-repeat;
    width: 45px;
    height: 45px;
    background-position: center;
    margin: 20px 20px;
    float: left;
    display: block;
}
footer .redes a:hover
{
	opacity: 0.7;
}
footer .redes .youtobe {
    background-image: url(../images/redes-pie-youtobe.png);
}
footer .redes .pinterest {
    background-image: url(../images/redes-pie-pinterest.png);
}
footer .redes .instagram {
    background-image: url(../images/redes-pie-instagram.png);
}
footer .redes .facebook {
    background-image: url(../images/redes-pie-facebook.png);
}
footer .redes .twitter {
    background-image: url(../images/redes-pie-twitter.png);
}
footer .redes .linkedin {
    background-image: url(../images/redes-pie-linkedin.png);
}
footer .redes .google {
    background-image: url(../images/redes-pie-google.png);
}
footer .pie {
    position: relative;
    background-color: #177c41;
    text-align: center;
	padding-bottom: 50px;
}
footer .menu-pie {
    width: 630px;
    text-align: center;
    margin: 20px auto;
}
footer .logo-pie {
    display: inline-block;
    margin-top: 40px;
    margin-bottom: 40px;
}
footer .menu-pie a {
    height: 15px;
    margin: 5px 12px 5px 0;
    display: inline-block;
    font-size: 12px;
    font-weight: 300;
    color: #fff;
    border-right: 1px solid #fff;
    padding: 2px 12px 2px 0;
}
footer .menu-pie a:hover
{
	text-decoration: underline;
}
footer .menu-pie a:nth-child(6),
footer .menu-pie a:last-child {
    border-right: 0px solid #7c7c7c;
}
footer .copyright {
    background-color: #fff;
    text-align: center;
	padding: 15px 0;
    width: 100%;
}
footer .copyright p {
    color: #7c7c7c;
    font-size: 11px;
	text-align : justify;
}

.scrollToTop
{
	position: absolute;
	display: block;
	bottom: 0;
	left: 50%;
	margin-left: -25px;
	width: 50px;
	height: 44px;
	background-image: url(../images/btn-up.png);
	background-repeat: no-repeat;
}


/***********NOSOTROS*************/


#nosotros,#nosotros-laboral,#nosotros-marketing,#nosotros-emprendimientos  {
    margin: 115px auto 0;
    height: auto;
    position: relative;
}
#superior-contenido-1{

    height: 460px;
    position: relative;
}

#superior-contenido-1 .image-superior  {
    width: 100%;
    height: 460px;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
#superior-contenido-1 .bread-crumb {
    text-shadow: 0px 0px 4px #000;
}
#nosotros .text {
    width: 500px;
    height: auto;
    position: absolute;
    right: 60px;
    top: 130px;
}
#superior-contenido-1 .text h1 {
    text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.75);
    font-size: 96px;
    line-height: 78px;
    font-weight: 200;
	
}
#superior-contenido-1 .text h1 span {
display:block;
font-weight:700;
}
#superior-1{
    height: 80px;
    padding: 0 0 0 10px;
}
#superior-1 .titulo{
    float: left;
    width: auto;
    margin-top: 27px;
}

#superior-1 .titulo h3{
font-size: 23px;
line-height:28px;
font-weight: 300;
color: #1d944e;
}

#newsletter-lineal {
    float: right;
    width: 445px;
    margin-top: 15px;
    position: relative;
}
#newsletter-lineal p {
	color: #1d944e;
    float: left;
    margin-right: 25px;
    margin-top: 15px;
    font-weight: 500;

}


#newsletter-lineal input {
    width: 230px;
    float: left;
    margin-top: 10px;
    margin-right: 10px;
    height: 31px;
    border: none;
    padding: 10px;
    background-color: #ededed;
	color: #21a859;
}
#newsletter-lineal .btn-newsletter,
#newsletter-lineal .btn-newsletter:active,
#newsletter-lineal .btn-newsletter:focus {
    width: 40px;
    height: 45px;
    margin-top: 10px;
    background-image: url(../images/btn-newsletter.png);
    background-repeat: no-repeat;
    background-position: 0px 8px;
    display: block;
    float: left;
}

.degrade-1{
	background-image: url(../images/fondo-degrade.png);
    background-repeat: repeat-x;
    width: 100%;
    height: auto;
    position: relative;
}


.col-nos{
    float: left;
    width: 580px;
    position: relative;
    padding: 50px 10px;
	margin-right: 60px;
	
}
.col-nos p{
color:#5e5e5e;
}

.col-nos h2{
    color: #1d9750;
    font-size: 19px;
    font-weight: 700;
	margin-bottom:30px;
}
#nosotros .col-nos .num-1{
    background-image: url(../images/num-1.png);
    background-repeat: no-repeat;
    padding: 10px 30px 30px 145px;
    margin: 30px 20px;
}
#nosotros .col-nos .num-50{
    background-image: url(../images/num-50.png);
    background-repeat: no-repeat;
    padding: 10px 30px 30px 145px;
    margin: 30px 20px;
}

#accesos-nosotros{
width: 380px;
	float:left;
	position:relative;
}

#accesos-nosotros .fila-verde-1 h2{
margin-bottom:20px;
padding:10px;

}
#accesos-nosotros .fila-verde-1{
    background-image: url(../images/linea3.jpg);
    background-repeat: no-repeat;
    background-position:top;
	background-color:#4dc735;
	padding: 30px;
}

#accesos-nosotros .fila-verde-1 .lista{
    padding: 20px 20px 20px 40px;
    border-top: 1px solid #78e762;
    color: #fff;
    font-size: 19px;
    font-weight: 200;
    background-repeat: no-repeat;
    background-position: center left;
	display: block;
}

#accesos-nosotros .fila-verde-1 .lista:hover
{
	color: #188043;
}

.ico-tuerca{background-image: url(../images/ico-tuerca.png);}
.ico-check{background-image: url(../images/ico-check.png);}
.ico-mkt{background-image: url(../images/ico-mkt.png);}
.ico-lamp{background-image: url(../images/ico-lamp.png);}

.img-mkt{
	width:249px;
	height:114px;
	background-image: url(../images/img-marketing.png);
	margin-top:20px;
}

#accesos-nosotros .fila-verde-1 .lista:last-child{
border-bottom:1px solid #78e762;
}




#accesos-nosotros .fila-verde-2{
	padding: 30px;
	background-color:#1d9750;
	color: #fff;
    font-size: 17px;
    font-weight: 200;
}


#accesos-nosotros .fila-verde-2 .arrow {
    background-image: url(../images/btn-arrow.png);
    background-repeat: no-repeat;
    height: 22px;
    padding: 10px 0 20px 60px;
    background-position: 0px 0px;
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    margin-top: 30px;
    display: block;
}




.sombra-5 {
    background-image: url(../images/sombra-1.png);
    background-repeat: no-repeat;
    background-position: top center;
    margin: 3px auto 10px auto;
}
.info-nosotros {
    position: relative;
    padding: 80px 30px;
    background-color: #f4f4f4;
}
#nosotros h3,
.info-nosotros h3 {
    font-size: 38px;
    line-height: 33px;
    color: #168042;
    font-weight: 300;
    margin-bottom: 20px;
    margin-left: 30px;
}
.info-nosotros .col {
float:left;
width:32%;
padding:30px;
color:#5e5e5e;
}
#nosotros h5,
.info-nosotros h5 {
    font-size: 13px;
    line-height: 19px;
    font-weight: 600;
}


#nosotros .info-laboral {
    margin: -10px auto 0px auto;
	position: relative;
	color:#333;
}

#nosotros .info-laboral .col {
    float: left;
    width: 580px;
    padding: 50px 30px;
    margin-right: 50px;
}

#nosotros .info-laboral h3 {
margin-left: 0px;
}
#nosotros .info-laboral h5 {
text-transform:uppercase;
}


#nosotros .col-laboral{
    float: left;
    position: relative;
    width: 390px;
}
#nosotros .col-laboral .info{
	
	padding: 30px 40px;
	background-color:#1d9750;
	color: #fff;
    font-size: 17px;
    font-weight: 200;
}

#nosotros .col-laboral .info .arrow {
    background-image: url(../images/btn-arrow.png);
    background-repeat: no-repeat;
    height: 22px;
    padding: 10px 0 20px 60px;
    background-position: 0px 0px;
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    margin-top: 30px;
    display: block;
}
#nosotros .foto-laboral {
    background-image: url(../images/foto-laboral.jpg);
    background-repeat: no-repeat;
       height: 230px;
    width: 100%;
}



/***********NOSOTROS-LABORAL*************/

#nosotros-laboral .text,
#nosotros-marketing .text,
#nosotros-emprendimientos .text{
    width: 500px;
    height: auto;
    position: absolute;
    right: 60px;
    top: 100px;
}
#nosotros-laboral .text h1,
#nosotros-marketing .text h1,
#nosotros-emprendimientos .text h1{
    text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.75);
    font-size: 56px;
    line-height: 48px;
    font-weight: 300;
	
}
#nosotros-laboral #nosotros-laboral .text h1 span {
display:block;
font-weight:700;
}
#nosotros-laboral .col-nos {
 
    padding: 40px 10px;
}
.banner-nosotros {
    width: 100%;
    height: 428px;
    display: block;
    background-image: url(../images/banner-home02.jpg);
    background-repeat: no-repeat;
    background-color: #117b39;
	background-size:cover;
	background-position:center;
}

/***********NOSOTROS-MARKETING*************/

.fila-verde-2 .tit{
	font-weight:200;
	color:#fff;
	font-size:31px;
	margin-bottom:30px;
}

.fila-verde-2 .tit span{
	font-weight:400;
}

.info-nosotros .col .foto{
	width:100%;
	height:150px;
	background-repeat:no-repeat;
	background-position:top;
	
}





#gracias
{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-image: url(../images/bg-gracias.jpg);
    background-repeat: repeat-x;
}

#gracias .construccion h3 {
    font-size: 50px;
    color: #858585;
	margin: 30px 0 10px 0;
    font-weight: 400;
    text-transform: normal;
}

#gracias .construccion h4
{
    color: #858585;
    font-weight: 700;
}

#gracias .construccion p
{
    color: #a9a9a9;
    font-weight: 400;
	font-size: 21px;
	margin-bottom: 20px;
}

/***********LANDING*************/
#landing{
	
}

.superior-landing{
	height:670px;
	position:relative;
	border-top:6px solid #1d9750;
}

.alternativa .superior-landing{
	border-top:6px solid #fff;
}
.turquesa .superior-landing{
	border-top:6px solid #fff;
}

.image-landing{
	height:100%;
	position:relative;
	background-size: cover;
	box-shadow: 0 -15px 10px -15px #333 inset;
}

.bt-cerrar-form
{
	display: none;
}

#landing .superior-logos{
	height:300px;
position:relative;
}

.googlecontent
{
	position: absolute;
	top: -10px;
}

#landing .superior-logos .logo-primero{
	position:absolute;
	top:30px;
	left:30px;
	width:223px;
	height:96px;
	background-size: cover;
	background-position: center;
}

#landing .consulta-ya
{
	display: none;
	position: absolute;
    top: 60px;
    right: 20px;
    background-color: #0855a0;
    padding: 10px 13px;
    color: #fff;
}
#landing .consulta-ya img
{
	margin-left: 4px;
}

#landing .superior-logos .fondo-logo{
background-image: url(../landing/fondo-logo.jpg);
position:absolute;
top:-6px;
right:30px;
width:283px;
height:100px;
}

#landing.alternativa .superior-logos .fondo-logo
{
background-image: none;
}
#landing.turquesa .superior-logos .fondo-logo
{
background-image: none;
}


#landing .superior-logos .logo-castex{
	background-image: url(../landing/logo-castex.png);
    padding: 10px;
    width: 169px;
    height: 50px;
    position: relative;
    margin: 30px 0 0 55px;
	display: block;
}


#landing.landing-capital .superior-logos .logo-castex{
	background-image: url(../landing/castex-capital.png);
}


#landing h1 {
    text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.75);
	font-weight:300;
	font-size:70px;
	width: 420px;
}

#landing h1 b{
	font-weight:600;
}

#landing  .fila-1{
position:relative;

}
#landing .banner24{
	background-color:#1d9750;
	width:280px;
	height:175px;
	float:left;
	display: table;
	padding: 20px;
}

#landing.alternativa .banner24
{
background-color:#731c1f;
}
#landing.turquesa .banner24
{
background-color:#2dc7eb;
}

#landing .banner24 .text{
	color:#fff;
	font-size:30px;
	line-height:35px;
	font-weight:100;
	text-align: center;
	display: table-cell;
    vertical-align: middle;
}

#landing  .fila-1 .desc{
width:420px;
height:175px;
float:left;
    padding: 35px 30px;
}

#landing h5 {
	font-weight:200;
	font-size:25px;
	line-height:22px;
	color:#1d9750;
	padding-bottom: 15px;
}
#landing h4{
color: #fff;
    font-weight: 300;
    font-size: 25px;
    line-height: 24px;
    padding-bottom: 15px;
}
#landing h7{
	font-weight:300;
	font-size:20px;
	line-height:22px;
	color:#1d9750;
	
}
#landing h2{
color: #1d9750;
    font-weight: 600;
    font-size: 20px;
    line-height: 20px;
    padding-bottom:5px;
}
#landing h6{
color: #1d9750;
    font-weight: 300;
    font-size: 15px;
    line-height: 15px;
    padding-bottom:10px;
}
#landing p{
color: #4a4a4a;
    font-size: 14px;
    line-height: 16px;
}


#landing.alternativa h5 {
	color:#731c1f;
}
#landing.alternativa h7{
	color:#731c1f;
}
#landing.alternativa h2{
	color: #731c1f;
}
#landing.alternativa h6{
	color: #731c1f;
}


#landing.turquesa h5 {
	color:#07a5ca;
}
#landing.turquesa h7{
	color:#07a5ca;
}
#landing.turquesa h2{
	color: #07a5ca;
}
#landing.turquesa h6{
	color: #07a5ca;
}


#landing .btn
{
	font-size: 15px;
    background-color: #255aa1;
    color: #fff;
    display: inline-block;
    padding: 11px 30px;
    margin: 10px 0;
    text-align: center;
    font-weight: 500;
}

.turquesa .btn, 
.turquesa .btn:active, 
.turquesa .btn:focus
{
	background-color: #41d1f3;
}

.turquesa .btn:hover
{
	background-color: #64dbf7;
}

.alternativa .btn, 
.alternativa .btn:active, 
.alternativa .btn:focus
{
	background-color: #813539;
}

.alternativa .btn:hover
{
	background-color: #924246;
}


 


.form-landing {
	width: 275px;
	position: absolute;
	top: -567px;
	right: 53px;
	background-color: #0a4695;
	padding: 30px;
	height: 343px;
}

.form-landing  input {
    border: none;
    margin-bottom: 3px;
    height: 40px;
    width: 100%;
    background-color: #f3f3f3;
    padding: 0 5px;
    color: #0a4695;
}
.form-landing  textarea {
    border: none;
    margin-bottom: 3px;
    height: 125px;
    width: 100%;
    background-color: #f3f3f3;
    padding: 12px 5px;
    color: #0a4695;
}
.form-landing ::-webkit-input-placeholder {
    font-size: 11px;
    color: #0a4695;
	font-weight:600;
}
.form-landing  ::-moz-placeholder {
    font-size: 11px;
    color: #0a4695;
	font-weight:600;
}
.form-landing :-ms-input-placeholder {
    font-size: 11px;
    color: #0a4695;
	font-weight:600;
}

.form-landing  input:focus,
.form-landing  textarea:focus
{
	color: #f3f3f3;
	background-color: #255aa1;
}

.form-landing :focus::-webkit-input-placeholder {
    font-size: 11px;
    color: #fff;
	font-weight:600;
}
.form-landing :focus::-moz-placeholder {
    font-size: 11px;
    color: #fff;
	font-weight:600;
}
.form-landing :focus:-ms-input-placeholder {
    font-size: 11px;
    color: #fff;
	font-weight:600;
}

.form-landing .datosRequeridos {
    font-size: 10px;
    display: block;
    padding: 5px 0;
    color: #fff;
    font-size: 11px;
}
.form-landing .btEnviar,
.form-landing .btEnviar:active,
.form-landing .btEnviar:focus {
	font-size: 15px;
    background-color: #255aa1;
    color: #fff;
    display: block;
    padding: 21px 0px;
    width: 100%;
    height: 55px;
    text-align: center;
    font-weight: 500;
}
.form-landing .btEnviar:hover {
    color: #fff;
    background-color: #2f6fc5;
}


.btEnviarNews,
.btEnviarNews:active,
.btEnviarNews:focus {
	font-size: 15px;
    background-color: #255aa1;
    color: #fff;
    display: block;
    padding: 23px 0px;
    width: 100%;
    height: 60px;
    text-align: center;
    font-weight: 500;
}
.btEnviarNews:hover {
    color: #fff;
    background-color: #2f6fc5;
}




.alternativa .form-landing
{
background-color: #731c1f;
}

.alternativa .form-landing  input {
    color: #731c1f;
}
.alternativa .form-landing  textarea {
    color: #731c1f;
}
.alternativa .form-landing ::-webkit-input-placeholder {
    color: #731c1f;
}
.alternativa .form-landing  ::-moz-placeholder {
    color: #731c1f;
}
.alternativa .form-landing :-ms-input-placeholder {
    color: #731c1f;
}

.alternativa .form-landing  input:focus,
.alternativa .form-landing  textarea:focus
{
	color: #f3f3f3;
	background-color: #813539;
}

.alternativa .form-landing :focus::-webkit-input-placeholder {
    font-size: 11px;
    color: #fff;
	font-weight:600;
}
.alternativa .form-landing :focus::-moz-placeholder {
    font-size: 11px;
    color: #fff;
	font-weight:600;
}
.alternativa .form-landing :focus:-ms-input-placeholder {
    font-size: 11px;
    color: #fff;
	font-weight:600;
}

.alternativa .form-landing .datosRequeridos {
    font-size: 10px;
    display: block;
    padding: 5px 0;
    color: #fff;
    font-size: 11px;
}
.alternativa .form-landing .btEnviar,
.alternativa .form-landing .btEnviar:active,
.alternativa .form-landing .btEnviar:focus {
	font-size: 15px;
    background-color: #813539;
    color: #fff;
    display: block;
    padding: 21px 0px;
    width: 100%;
    height: 55px;
    text-align: center;
    font-weight: 500;
}
.alternativa .form-landing .btEnviar:hover {
    color: #fff;
    background-color: #924246;
}


.alternativa .btEnviarNews,
.alternativa .btEnviarNews:active,
.alternativa .btEnviarNews:focus {
	font-size: 15px;
    background-color: #813539;
    color: #fff;
    display: block;
	padding: 23px 0px;
    width: 100%;
    height: 60px;	
    text-align: center;
    font-weight: 500;
}
.alternativa .btEnviarNews:hover {
    color: #fff;
    background-color: #924246;
}





.turquesa .form-landing
{
background-color: #2dc7eb;
}

.turquesa .form-landing  input {
    color: #07a5ca;
}
.turquesa .form-landing  textarea {
    color: #07a5ca;
}
.turquesa .form-landing ::-webkit-input-placeholder {
    color: #07a5ca;
}
.turquesa .form-landing  ::-moz-placeholder {
    color: #07a5ca;
}
.turquesa .form-landing :-ms-input-placeholder {
    color: #07a5ca;
}

.turquesa .form-landing  input:focus,
.turquesa .form-landing  textarea:focus
{
	color: #f3f3f3;
	background-color: #41d1f3;
}

.turquesa .form-landing :focus::-webkit-input-placeholder {
    font-size: 11px;
    color: #fff;
	font-weight:600;
}
.turquesa .form-landing :focus::-moz-placeholder {
    font-size: 11px;
    color: #fff;
	font-weight:600;
}
.turquesa .form-landing :focus:-ms-input-placeholder {
    font-size: 11px;
    color: #fff;
	font-weight:600;
}

.turquesa .form-landing .datosRequeridos {
    font-size: 10px;
    display: block;
    padding: 5px 0;
    color: #fff;
    font-size: 11px;
}
.turquesa .form-landing .btEnviar,
.turquesa .form-landing .btEnviar:active,
.turquesa .form-landing .btEnviar:focus {
	font-size: 15px;
    background-color: #41d1f3;
    color: #fff;
    display: block;
    padding: 21px 0px;
    width: 100%;
    height: 55px;
    text-align: center;
    font-weight: 500;
}
.turquesa .form-landing .btEnviar:hover {
    color: #fff;
    background-color: #64dbf7;
}

.turquesa .btEnviarNews,
.turquesa .btEnviarNews:active,
.turquesa .btEnviarNews:focus {
	font-size: 15px;
    background-color: #41d1f3;
    color: #fff;
    display: block;
    padding: 23px 0px;
    width: 100%;
    height: 60px;
    text-align: center;
    font-weight: 500;
}
.turquesa .btEnviarNews:hover {
    color: #fff;
    background-color: #64dbf7;
}





#landing .sombra-g{
	  background-image: url(../landing/sombra-g.png);
    background-repeat: no-repeat;
    height: 5px;
    position: relative;
	background-position:top;
}

#landing .fila-2{
	padding: 30px 50px;
}

.fondo-gris-landing{
	
	background-color:#ececec;
}


#landing .fotos-landing{
    padding: 30px 10px 30px 10px;
    position: relative;
    height: auto;
    overflow: auto;
    zoom: 1;
}
#landing .fotos-landing .col{
	width:33%;
	float:left;
}
#landing .fotos-landing .col .foto{
	width:100%;
	height:220px;
	background-size: cover;
	background-position: center;
}

#landing .fotos-landing .col .foto.sombra-media{

    box-shadow: #333 0px 0px 10px -3px inset;
}


#landing .info{
	background-image: url(../landing/sombra.png);
    background-repeat: no-repeat;
    position: relative;
	background-position:left top;
	padding:30px 40px;
}

.video-landing{
	padding:30px 30px 40px 20px;
	
}
.ubicacion-contenido {
    padding: 30px 30px 30px 20px;
}


.video-landing .video-wrapper{
width:65%;
height: 406px;
box-shadow: #333 0px 0px 10px -3px inset;
float:left;
}
.video-landing .desc{
width:35%;
float:left;
padding:50px 0 0 50px;
}


.newsletter-landing{
	background-color:#0a4695;
	padding:80px 40px;
}

.alternativa .newsletter-landing{
	background-color:#731c1f;
}
.turquesa .newsletter-landing{
	background-color:#2dc7eb;
}

.newsletter-landing .tit{
	color: #fff;
    font-weight: 200;
    font-size: 35px;
    padding-bottom:5px;
	text-align:center;
}
	
.newsletter-landing .subtit{
	color: #fff;
    font-weight: 200;
    font-size: 20px;
    padding-bottom:25px;
	text-align:center;
}

.newsletter-landing .campos{
	width:490px;
	margin:0 auto;
	position:relative;
	  height: auto;
    overflow: auto;
    zoom: 1;
}

.newsletter-landing input {
    border: none;
    margin-bottom: 3px;
    height: 60px;
    width: 70%;
    background-color: #f3f3f3;
    padding: 0 5px;
    color: #7d7d7d;
	float:left;
}



.newsletter-landing ::-webkit-input-placeholder {
    font-size: 22px;
    color: #7d7d7d;
	font-weight:200;
}
.newsletter-landing ::-moz-placeholder {
    font-size: 22px;
    color: #7d7d7d;
	font-weight:200;
}
.newsletter-landing :-ms-input-placeholder {
    font-size: 22px;
    color: #7d7d7d;
	font-weight:200;
}

.newsletter-landing input:focus
{
	color: #f3f3f3;
	background-color: #255aa1;
	font-size: 22px;
}

.newsletter-landing :focus::-webkit-input-placeholder {
    font-size: 22px;
    color: #fff;
}
.newsletter-landing :focus::-moz-placeholder {
  font-size: 22px;
    color: #fff;
}
.newsletter-landing :focus:-ms-input-placeholder {
  font-size: 22px;
    color: #fff;
}

.newsletter-landing .btEnviar,
.newsletter-landing .btEnviar:active,
.newsletter-landing .btEnviar:focus {
	font-size: 22px;
    background-color: #2359a0;
    color: #fff;
    width: 30%;
    height: 60px;
    text-align: center;
    font-weight: 500;
	float:left;
}
.newsletter-landing .btEnviar:hover {
    color: #fff;
    background-color: #2f6fc5;
}


.alternativa .newsletter-landing .btEnviar,
.alternativa .newsletter-landing .btEnviar:active,
.alternativa .newsletter-landing .btEnviar:focus {
    background-color: #813539;
}
.alternativa .newsletter-landing .btEnviar:hover {
    background-color: #924246;
}


.turquesa .newsletter-landing .btEnviar,
.turquesa .newsletter-landing .btEnviar:active,
.turquesa .newsletter-landing .btEnviar:focus {
    background-color: #41d1f3;
}
.turquesa .newsletter-landing .btEnviar:hover {
    background-color: #64dbf7;
}


.landing-footer{
	padding:30px;
}

.landing-footer .inferior-logos{
	width:490px;
	margin:0 auto;
	position:relative;
	  height: 180px;
    overflow: auto;
    zoom: 1;
}
.landing-footer .inferior-logos .logo-pie-emprendimiento{
	background-repeat:no-repeat;
    background-size: 100%;
    background-position: center;
	position:absolute;
	top:30px;
	left:10px;
	width:223px;
	height:96px;
}
.landing-footer .inferior-logos .logo-pie-castex{
	position: absolute;
    top: 30px;
    right: 10px;
    padding-left: 40px;
    color: #1d9750;
	text-align: center;
}

.landing-footer .inferior-logos .logo-pie-castex span
{
	background-image: url(../landing/logo-castex.png);
	display: block;
    background-repeat: no-repeat;
    width: 169px;
    height: 70px;
	margin-top: 10px;
    background-position: top;
	background-size: 100%;
}

.landing-capital .landing-footer .inferior-logos .logo-pie-castex span
{
	background-image: url(../landing/castex-capital.png);
}


#landing .firma{
		width:390px;
	margin:0 auto;
	position:relative;
	  height: auto;
    overflow: auto;
    zoom: 1;
	
}
#landing .firma p{
font-size:11px;
	color:#656565;
	text-align:center;
}



/*********OCULTOS**********/

.noti-v .col .iconos .noti-facebook,
.noti-v .col .iconos .noti-twitter,
.newsletter-home,
#menu-ficha .imprimir,
#acciones-nota .superior .newsletter-acciones,
/*#acciones-nota .iconos-compartir,
#noti-verde .col .iconos .noti-facebook,
#noti-verde .col .iconos .noti-twitter,*/
.newsletter-zona,
.newsletter-noti-verde,
.newsletter-acciones,
.videos-lista h7,
#video .news-video,
.col-video .redes,
#videos .superior .newsletter-videos,
#newsletter-lineal,
.newsletter-favoritas,
.newsletter-preventas-y-lanzamientos
{
	display: none;
}
