@charset "utf-8";
*{outline:none !important}
html{height:100%;}
body{
	font-family:Arial, sans-serif;
	font-size:16px;	
	color:#777777;
	margin:auto;
	background:#fff;
	line-height:19px;
}

body p{font-family:inherit;font-size:inherit;color:inherit; line-height:normal}
.container{max-width:1010px !important; width:100%; margin:auto; line-height:23px; text-align:justify; position:relative; color:#757575}
.container:before,
.befclear:before{display:block; content:""; clear:both;}
.animar{transition: all 0.3s ease-in-out 0s;-moz-transition: all 0.3s ease-in-out 0s;-webkit-transition: all 0.3s ease-in-out 0s;}

#header{color:#434343; margin:auto; padding-top:16px; position:relative; z-index:5}
#header .container{position:relative; z-index:1;}

#logo{display:block; position:absolute; transition: all 0.3s ease-in-out 0s;-moz-transition: all 0.3s ease-in-out 0s;-webkit-transition: all 0.3s ease-in-out 0s; width:auto; top:-16px}
#logo a{display:inline-block}
#logo img{display:block;transition: all 0.3s ease-in-out 0s;-moz-transition: all 0.3s ease-in-out 0s;-webkit-transition: all 0.3s ease-in-out 0s;}
#logo:hover img{opacity:0.85}

#datTop{position:relative;  background:#005c99; height:32px; text-align:center}
#datTop .container{text-align:center;}
#datTop span{display:inline-block; margin:0 40px;font-size:13px; color:#ffffff; font-family:Arial, sans-serif; line-height:32px}
#datTop span .fa{font-size:135%; position:relative; top:3px; margin-right:5px}

/*Redes*/
#redes{position:absolute; top:5px; right:15px;}
#redes a{background:#FFF; display:inline-block;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
height:21px;
width:21px;
color:#005c99;
}
#redes a:hover{
	-webkit-box-shadow: 0px 0px 5px 0px rgba(255,255,255,1);
-moz-box-shadow: 0px 0px 5px 0px rgba(255,255,255,1);
box-shadow: 0px 0px 5px 0px rgba(255,255,255,1);
}
#redes a.fb:hover,
.redes a.fb:hover{
	color:#FFF;
	background:#204385;
}
#redes a.tw:hover,
.redes a.tw:hover{
	color:#FFF;
	background:#2aa9e0;
}
#redes a.in:hover,
.redes a.in:hover{
	color:#FFF;
	background:#764338;
}

/*Menu*/
.menu{display:block; text-align:right; position:relative; padding:23px 0; height:94px}
.menu ul{display:inline-block; max-width:794px;}
.nav li{display:block; padding:0; text-align:center; float:left; width:156px}
.nav > li > a,
.nav > li > a:focus,
.nav > li > a:hover{padding:0;font-family:Arial, sans-serif; color:#FFF; display:block; line-height:46px; background:#005c99;
transition: all 0.2s ease-in-out 0s;-moz-transition: all 0.2s ease-in-out 0s;-webkit-transition: all 0.2s ease-in-out 0s; height:48px; margin-left:2px;
text-transform:uppercase;
font-family:"Century Gothic", sans-serif; font-size:13px;
}
.menu li:hover a,
.menu li.active a{
	background:#66c2e3;
}
.nav > li > a span{display:block; text-align:center; line-height:16px; padding:8px 0}

/*@media (min-width:768px) {
body.fixed #mainHeader{padding-top:0;position:absolute; width:100%; z-index:20; top:0; background-position:center bottom;
-webkit-box-shadow: 0px 4px 4px 0px rgba(0,0,0,0.5);
-moz-box-shadow: 0px 4px 4px 0px rgba(0,0,0,0.5);
box-shadow: 0px 4px 4px 0px rgba(0,0,0,0.5);
}
}*/


#icoWa{
	background: url(../images/icoWa.png) 0 0 no-repeat;
	width: 231px;
	height: 53px;
	position: fixed;
	bottom: 46px;
	right: 15px;
	z-index: 15
}


/*==================   RD Mobile Menu    =====================*/
.rd-mobilemenu {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 9999999;
  text-align: left;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease; }
  .rd-mobilemenu.active {
    right: 0; }

.rd-mobilemenu_ul {
	font-family:Verdana, Geneva, sans-serif;
  position: fixed;
  top: -56px;
  left: 0;
  bottom: -56px;
  width: 240px;
  padding: 132px 0 76px;
  color: #fff;
  background:#336699;
  font-size: 14px;
  line-height: 20px;
  padding-left:0 !important;
  overflow: auto;
  -webkit-box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
  -moz-transform: translateX(-240px);
  -ms-transform: translateX(-240px);
  -o-transform: translateX(-240px);
  -webkit-transform: translateX(-240px);
  transform: translateX(-240px);
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  -moz-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  -o-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  -webkit-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1); }
  .rd-mobilemenu.active .rd-mobilemenu_ul {
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  .rd-mobilemenu_ul a {  display: block; padding: 14px 25px 16px; color:#fff; font-weight:bold }
  .rd-mobilemenu_ul ul a{padding: 8px 25px 8px;}
    .rd-mobilemenu_ul li.active a{background: #133557; color:#fff; }
    .rd-mobilemenu_ul a:hover { background: #133557; color:#fff;}
    .rd-mobilemenu_ul a .rd-submenu-toggle {
      position: absolute;
      top: 50%;
      right: 11px;
      margin-top: -17.5px;
      width: 32px;
      height: 32px;
      font: 400 10px "FontAwesome";
      line-height: 32px;
      text-align: center;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%;
      -moz-transition: 0.5s all ease;
      -o-transition: 0.5s all ease;
      -webkit-transition: 0.5s all ease;
      transition: 0.5s all ease;
      z-index: 1;
      background: rgba(0, 0, 0, 0.1); }
      .rd-mobilemenu_ul a .rd-submenu-toggle:after {
        content: '\f078'; }
      .rd-mobilemenu_ul a .rd-submenu-toggle:hover {
        background: #FFF;
        color: #666; }
    .rd-mobilemenu_ul a.rd-with-ul {
      position: relative; }
      .rd-mobilemenu_ul a.rd-with-ul.active .rd-submenu-toggle {
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg); }
  .rd-mobilemenu_ul ul a {
    padding-left: 40px; }
  .rd-mobilemenu_ul ul ul a {
    padding-left: 60px; }
  .rd-mobilemenu_ul:after {
    content: '';
    display: block;
    height: 20px; }

.rd-mobilepanel {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 56px;
  background: #fff;
  color: #000;
  -webkit-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  z-index: 99999991;
   }

.rd-mobilepanel_title {
  position: absolute;
  padding-top:0;
  margin-top:0;
  text-align:center;
  left: 56px;
  right: 0;
  color: #000;
  font-size: 24px;
  text-overflow: ellipsis;
  white-space: nowrap; }

.rd-mobilepanel_toggle {
  position: absolute;
  border:none;
  background:#336699;
  top: 4px;
  left: 8px;
  width: 48px;
  height: 48px;
  border-radius:5px;
  -moz-border-radius:5px;
  -ms-border-radius:5px;
  -o-border-radius:5px;
  -webkit-border-radius:5px;
}
.rd-mobilepanel_toggle span {
  position: relative;
  display: block;
  margin: auto;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.rd-mobilepanel_toggle span:after, .rd-mobilepanel_toggle span:before {
  content: "";
  position: absolute;
  left: 0;
  top: -8px;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.rd-mobilepanel_toggle span:after {
  top: 8px;
}
.rd-mobilepanel_toggle span:after, .rd-mobilepanel_toggle span:before, .rd-mobilepanel_toggle span {
  width: 24px;
  height: 4px;
  background-color: #fff;
  backface-visibility: hidden;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.rd-mobilepanel_toggle span:before, .rd-mobilepanel_toggle span:after {
  -webkit-transition-duration: 0.3s, 0.3s;
  transition-duration: 0.3s, 0.3s;
  -webkit-transition-delay: 0.3s, 0s;
  transition-delay: 0.3s, 0s;
  -webkit-transition-property: top, -webkit-transform;
  transition-property: top, transform;
}
.rd-mobilepanel_toggle.active span {
  transition: background .3s 0s ease;
  background: transparent;
}
.rd-mobilepanel_toggle.active span:before, .rd-mobilepanel_toggle.active span:after {
  top: 0;
  -webkit-transition-delay: 0s, 0.3s;
  transition-delay: 0s, 0.3s;
}
.rd-mobilepanel_toggle.active span:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.rd-mobilepanel_toggle.active span:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/*@media (max-width: 767px) {
  body {padding-top: 56px; }
  .rd-mobilemenu, .rd-mobilepanel {display: block; }
}*/

.rd-mobilepanel #logo{top:0; margin:auto; padding:4px 0 0; left:auto; position:relative; width:255px; height:auto}
.rd-mobilepanel #logo img{width:100%; height:auto}


/*Footer*/
#footer{
	text-align:center;
	font-size:11px;
	color:#FFF;
	line-height:16px;
	background:#008ecb url(../images/bgFooter.png);
}
#footer .container{color:#fff;}
#footer .tfooter{	
	font-size:11px;
	line-height:42px;
	font-family:Arial, Helvetica, sans-serif;
	text-align:left;
	float:left;
}
#footer #powered {
	color:inherit;  
    font-size: 11px;
    line-height: 42px;
    margin: 0 auto 0;
    width: auto;
	font-family:Arial, Helvetica, sans-serif;
	text-align:left;
	float:right;
}
#footer #powered a{background: url(../images/iconGlobal.png) no-repeat center left;padding:3px 0 3px 20px}
#footer a:hover{
	text-decoration:underline;
}
#footer #powered a{color:inherit;}

#datFooter{font-family:Arial, sans-serif; font-size:14px; color:#616161;}
#datFooter > div{border-top:solid 1px #9f9f9f; padding:8px 0; text-align:center}
#datFooter > div .fa{color:#4775a3}
/*Footer*/

/*==================     ToTop     ======================*/
a.toTop {
  width: 40px;
  height: 40px;
  font-size: 20px;
  line-height: 37px;
  color: #fff;
  border-radius: 50%;
  position: fixed;
  background:#045B8C;
  border:solid 1px #045B8C;
  left: 40px;
  bottom: 50px;
  display: none;
  overflow: hidden;
  text-align: center;
  text-decoration: none;
  cursor:pointer;
  z-index: 20; opacity:.75 }
a.toTop:hover,
a.toTop:active {color: #045B8C;
    text-decoration: none; opacity:1; background:#fff}
a#toTop
a#toTop .fa{color:#FFF !important;}
/*a.toTop:after{
	position:absolute; display:block; content:"";width: 40px;  height: 40px; z-index:-1;background: #f00;
	position: fixed;
  right: 40px;
  bottom: 50px;
  border-radius: 50%;
  transition: all 0.3s ease-in-out 0s;-moz-transition: all 0.3s ease-in-out 0s;-webkit-transition: all 0.3s ease-in-out 0s;
}*/

a.toTop:hover:after{
	-webkit-transform:scale(1.3);
	-moz-transform:scale(1.3);
	-ms-transform:scale(1.3);
	transform:scale(1.3);
	opacity:0;
}
.mobile .toTop,
.tablet .toTop {display: none !important; }


#main{padding-top:7px; overflow:hidden;}
.h1{color:#4b4949; font-size:28px; text-align:center; padding-top:5px; margin:0}
h1, h2, h3, h4, h5, h6{display:block; margin:0; padding:0;
font-weight:bold; 
text-rendering: optimizelegibility;
color:#777777; text-align:center; 
font-family:inherit; 
font-size:20px;
line-height:inherit;
}
.sep1{background:#f5cfcf; height:1px; margin:25px auto;}
.sep2{margin:30px auto 29px; height:1px; border-top:dashed 1px #000}
.hg{font-family:"Century Gothic", sans-serif; font-size:28px; background:#4971d7 url(../images/h1.png); color:#FFF; text-align:center; height:45px; line-height:44px; margin-top:28px; font-weight:normal;}
.sombrah1{height:30px}
.sombrah1 img{min-height:20px; width:100%; height:auto}
figure img{display:block;}
figure.responsive img{width:100%; height:auto}
.h1General{background:#66c2e3; height:58px; line-height:58px; color:#FFF; text-align:center; font-size:24px; font-weight:normal; font-family:"Century Gothic", sans-serif; text-transform:uppercase}
.h1{font-family:Arial, sans-serif; font-size:30px; color:#18adc8; line-height:75px; padding-top:20px}

/*Alerta*/
#overlay{cursor:wait;opacity:.5;background:#FFF; position:fixed; left:0; top:0; width:100%; height:100%; z-index:8011;display:none}
#cnt-alert{position:fixed; top:50%; margin-top:-70px; width:100%; height:1px; text-align:center; z-index:8012}
.alert {
	display:inline-block;
	padding: 19px 15px;
	color: #fefefe;
	position: relative;
	font: 14px/20px Museo300Regular, Helvetica, Arial, sans-serif;
	margin-bottom:10px
}
.alert .msg { padding: 0 20px 0 40px;}
.alert p { margin: 0;}
.alert .toggle-alert {
	position: absolute;
	top: 7px;
	right: 10px;
	display: block;
	text-indent: -10000px;
	width: 20px;
	height: 20px;
	border-radius: 10px;
	-webkit-box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.1), 1px 1px 1px rgba(255, 255, 255, 0.1);
	-moz-box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.1), 1px 1px 1px rgba(255, 255, 255, 0.1);
	box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.1), 1px 1px 1px rgba(255, 255, 255, 0.1);
	background: rgba(0, 0, 0, 0.08) url(../images/alert.png) no-repeat 6px 6px;
}
.info-box {		background: #2fa9f6 url(../images/info.png) no-repeat 14px 14px;}
.success-box {	background: #7EB62E url(../images/success.png) no-repeat 14px 14px;}
.error-box {
	background: #f64b2f url(../images/error.png) no-repeat 14px 14px;	
}
.alert{
	-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}
.notice-box {	background: #f6ca2f url(../images/notice.png) no-repeat 14px 14px;}
.download-box {	background: #a555ca url(../images/download.png) no-repeat 14px 14px;}

p.error input,
p.error textarea{border:solid 1px #FF4C4F !important}

#sliderTop{overflow:hidden; border-top:solid 2px #66c2e3; background:#005c99}
.sombraSliderTop img{display:block; width:100%; height:auto; margin:auto; max-width:1100px;}

#cntCasas{margin:25px auto 0; max-width:1138px}
#cntCasas:before{display:block; content:""; clear:both;}
#slider2 .item-casa{width:269px; font-family:Arial, Helvetica, sans-serif; color:#545454; font-size:13px;}
.item-casa .thumbnail{overflow:hidden; position:relative; display:block; margin:0; padding:0; border:solid 1px #01384f;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
}
.item-casa .thumbnail img{width:100%; height:auto; display:block;}
.item-casa .precio,
.item-casa .naranja{display:block;background:rgba(1,56,79,0.5); height:27px; line-height:27px; text-align:center; color:#FFF; font-size:13px; text-transform:capitalize; font-variant:small-caps;font-family: 'Open Sans', sans-serif; padding:0 10px; position:absolute; width:100%; bottom:38px; z-index:1; left:0}
.item-casa .padding{display:block; padding:5px 8px 0; border:solid 1px #c9c9c9; border-top:none; height:145px; box-sizing:border-box;background:#FFF; font-family:Verdana, Geneva, sans-serif; position:relative}
.item-casa .nombre{display:block; text-align:center; color:#fff;  font-family:Arial, sans-serif; font-size:13px; background:#01384f; height:38px; line-height:38px; text-transform:uppercase}
.item-casa .nombre{height:38px; line-height:38px}
.item-casa .fila{padding:0; color:#01384f; font-size:13px; font-family:Arial, sans-serif;}
.item-casa .fila em{float:right; font-style:normal; color:#616161}
.item-casa .verMas{display:block; background:#809ba7; width:155px; height:34px; margin:0; line-height:34px; font-weight:bold; font-size:11px; text-align:center; color:#FFF; position:absolute; bottom:-1px; left:-1px; width:100%; border:solid 1px #809ba7; box-sizing:content-box}
.item-casa .fb,
.item-casa .email{background:#34393d; float:left; margin:14px 0 0 4px; display:block; width:33px; height:34px; text-indent:-99999%}
.item-casa .fb span{display:block; background:url(../images/iconFB.png) center no-repeat;width:33px; height:34px;}
.item-casa .email span{display:block; background:url(../images/iconMail.png) center no-repeat;width:33px; height:34px;}
.item-casa a{-moz-transition: all 0.3s ease-in-out 0s;-webkit-transition: all 0.3s ease-in-out 0s;-ms-transition: all 0.3s ease-in-out 0s;-o-transition: all 0.3s ease-in-out 0s; font-family:Arial, Helvetica, sans-serif;text-decoration:none !important; }
.item-casa a:hover{opacity:.7}


/*Inicio*/
#bgTopIni{background:#01384f; padding-bottom:35px}
#bgTopIni h1{text-align:justify; font-weight:normal; font-size:16px; color:#FFF;}
#bgTopIni figure{border:solid 2px #008ecb}
.mainIni article{background:#ebebeb; height:118px; margin-bottom:10px}
.mainIni article .row{margin:0; height:inherit}
.mainIni article .iconIni{width:144px; display:table-cell; vertical-align:middle; height:inherit; text-align:center; border-right:solid 1px #FFF;}
.mainIni article .iconIni img{display:block; margin:auto}
.mainIni .derIni{display:table-cell; vertical-align:middle; height:inherit; text-align:left}
.mainIni .derIni strong{display:block; font-family:Arial, sans-serif; font-size:18px; color:#616161; padding:0 25px 10px}
.mainIni .derIni p{padding:0 25px; color:#616161; font-size:16px;}
.topSliderIni{background:#01384f; color:#FFF; text-align:center; font-family:"Century Gothic", sans-serif; font-size:15px; line-height:normal; padding:10px}


/*Propiedades*/
#bgTopG{background:#005c99; border-top:solid 1px #66c2e3; border-bottom:solid 1px #66c2e3; min-height:47px;}
#cntH1G{margin-left:188px; background:#2976a9; padding:0 15%}
#cntH1G h1{padding:7px 0; background:#5491ba; color:#FFF; font-family:"Century Gothic", sans-serif; font-size:24px; text-transform:uppercase; line-height:normal;}

.barraTop{background:#FFF; height:56px; border:solid 1px #5491ba; text-align:center; color:#3d3d3d; margin:35px auto 25px;font-size:14px;font-family:"Century Gothic", sans-serif; padding:0;
-webkit-box-shadow: 5px 5px 5px 0px rgba(204,204,204,1);
-moz-box-shadow: 5px 5px 5px 0px rgba(204,204,204,1);
box-shadow: 5px 5px 5px 0px rgba(204,204,204,1);
}
.barraTop ul{display:inline-block; position: relative; top: 0; height: inherit}
.barraTop span{display:inline-block}
.barraTop li{display:block; float: left; padding:0 20px; line-height:25px; height: inherit; position: relative; top: 0;}
@media (min-width:1000px) {
	.barraTop ul{margin-left:15px}
	.barraTop li{padding:0 22px;}
}
.barraTop li:last-child:before{display:none}
.barraTop li:before{display:block; content:""; position:absolute; height:25px; width:1px; background:#d2d2d2; right:-4px; top:15px;}
.barraTop a{line-height:54px; display:block;color:#616161;}
.barraTop span{color:#005c99; top: -24px; position: relative}
.barraTop a:hover,
.barraTop a.active{color:#005c99}
.barraTop .liIntRep{padding-top: 12px; box-sizing: border-box; height: auto;}
.barraTop .liIntRep a{line-height: 16px;}

.sombraP{background:url(../images/sombraP.png) no-repeat center bottom; padding-bottom: 6px;}
#cntPropiedades{margin-top:15px}
#cntPropiedades .item-casa{margin-bottom:23px; line-height:19px}
#cntPropiedades .item-casa .padding{height:125px}
#masGal{
	font-family:Verdana, Geneva, sans-serif;
	padding:0;
	height:30px; line-height:30px;
	display:block; text-align:center; font-size:12px; cursor:pointer;
	color:#fff;
	background: #262e33;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
background: #66c2e3 ;
display:none;
}
.nombrePropiedad{text-align:center; background:#428fc2; font-family:"Century Gothic", sans-serif; font-size:24px; color:#FFF; line-height:normal; padding:13px 15px; text-transform:uppercase;}
.nombrePropiedad span{display:inline-block; padding:0 35px 0 55px; position:relative; margin-left:55px}
.nombrePropiedad span:before{display:block; content:""; background:#FFF; width:1px; height:48px; position:absolute; left:0; top:-8px}
.lugarPropiedad{background:#eeeeee; color:#005c99; font-family:"Century Gothic", sans-serif; font-size:18px; font-weight:normal; line-height:normal; padding:5px 15px}

#cntPropiedad{padding:0 !important}
#sliderProp {
    margin-top: 10px;	
}
#sliderProp-1{height:auto !important;}
/*div[class*="amazingslider-nav"]{border:solid 1px #000}*/
.cntThumbSlider{position:relative !important; top:auto !important; margin-top:0 !important; padding:9px 0 17px !important; border:solid 1px #dedede}

div[class*="amazingslider-bullet-image"]{background:url(../images/skins/zoom.png) center no-repeat rgba(255,255,255,0.35) !important;
overflow:hidden;
	-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
}
div[class*="amazingslider-bullet-wrapper"] img{display:block !important; margin:0 !important; transition: all 0.3s ease-in-out 0s;-moz-transition: all 0.3s ease-in-out 0s;-webkit-transition: all 0.3s ease-in-out 0s;}
div[class*="amazingslider-bullet-wrapper"] img:hover{opacity:0.5 !important}
div[class*="amazingslider-car-left-arrow"],
div[class*="amazingslider-car-right-arrow"]{margin-top:35px !important}

.datDer{padding-top:10px;padding-left:40px}
.datDer strong{display:block; background:#235170; text-align:center; color:#FFF; font-family:Arial, sans-serif; font-size:20px; text-transform:uppercase; height:42px; line-height:42px}
.datDer .bloq1{padding-bottom:20px}
.datDer .bloq1 form{display:block;background:#fff; border:solid 1px #d6d6d6; padding-bottom:5px}
.datDer .bloq1 p{width:240px; margin:10px auto;}
.datDer .bloq1 form input[type=text],
.datDer .bloq1 form input[type=email],
.datDer .bloq1 form input[type=tel],
.datDer .bloq1 form textarea{
	border:solid 1px #ccc;	
	height:38px;
	line-height:auto;
	box-sizing: border-box;
    width: 100%;
	padding: 4px 6px;
	font-size:12px;
	color: #595959;
}
.datDer .bloq1 form textarea{height:98px}
.datDer .bloq1 form input[type=submit]{background:#2d6b94; text-align:center; width:170px; font-size:13px; color:#FFF; height:27px; line-height:26px; margin:auto; display:block}
.datDer .bloq1 form input[type=submit]:hover{background:#414040;}

.datDer a{display:block; text-align:center;  background:#fff; border:solid 1px #d6d6d6; height:53px; line-height:52px; margin-top:5px;transition: all 0.3s ease-in-out 0s;-moz-transition: all 0.3s ease-in-out 0s;-webkit-transition: all 0.3s ease-in-out 0s;
-webkit-box-shadow: 2px 2px 3px 0px rgba(158,158,158,1);
-moz-box-shadow: 2px 2px 3px 0px rgba(158,158,158,1);
box-shadow: 2px 2px 3px 0px rgba(158,158,158,1);
}
.datDer a span{display:inline-block; padding:0 0 0 32px; height:24px; line-height:24px;font-family:Arial, Helvetica, sans-serif; font-size:14px; color:#9d9d9d;transition: all 0.3s ease-in-out 0s;-moz-transition: all 0.3s ease-in-out 0s;-webkit-transition: all 0.3s ease-in-out 0s;}
.datDer a.download span{background:url(../images/pdf.png) center left no-repeat;}
.datDer a.email span{background:url(../images/email.png) center left no-repeat;}
.datDer a.fb span{background:url(../images/fb.png) center left no-repeat;}
.datDer a:hover{background:#235170;border:solid 1px #235170}
.datDer a:hover span{color:#FFF !important;}
.cntDescripcion{padding-top:15px; font-family:"Century Gothic", sans-serif; font-size:16px; color:#616161; line-height:25px}
.cntDescripcion strong{font-family:Verdana, sans-serif; font-size:24px; color:#5e97be; display:block; font-weight:normal; padding:0 0 10px}
.cntDescripcion .sep{height:1px; background:#d2d2d2; margin:25px 0}
.datGeneral{padding-bottom:25px}
.cntDescripcion b{color:#005c99; font-weight:normal;}
.cntDescripcion .datG div{padding:8px 0}


/*CompraVenta*/
.noStrong{font-weight:normal}
.cntCompraVenta h2{font-weight:normal; font-family:"Century Gothic", sans-serif; font-size:16px; color:#616161; padding:5px 0 0}
.cntCompraVenta form{padding:15px 0}
.cntCompraVenta fieldset{border:dashed 1px #489ed6; margin-top:10px}
.cntCompraVenta fieldset legend{padding:0 15px; line-height:normal; text-align:center; font-family:"Century Gothic", sans-serif; font-size:20px; color:#005c99; font-weight:600;top:-2px; width:auto}
.row.nmargin{margin:0; padding:18px 10px 5px}
.cntCompraVenta .form-group{margin-bottom:23px}
.cntCompraVenta .form-control{font-family:"Century Gothic", sans-serif; background:#f3f3f3; color:#8f8f8f; font-size:14px}
.chkAviso{font-weight:400; padding-left:25px; font-family:Verdana, sans-serif; font-size:11px; color:#616161; padding-top:35px}
.chkAviso a{color:#005c99}
.cntCompraVenta input[type=submit]{background:#489ed6; color:#FFF; font-family:Arial, sans-serif; font-size:20px; font-weight:600; width:260px; height:44px; text-align:center; line-height:44px; margin-top:26px}
.cntCompraVenta input[type=submit]:hover{
	background:#22638d;
}
.cntCompraVenta .lbl{display:inline-block}
.cntCompraVenta label{font-weight:normal}

/*Contacto*/
.col-4{width:33.3333%; float:left; padding:0 15px}
.col-9{width:73%; float:left; padding:0 15px}
.col-3{width:25%; float:left; padding:0 15px}
.col-8{width:66.6666%; float:left; padding:0 15px}
.titC{text-align:center; font-family:Arial, sans-serif; font-size:13px; padding:0 0 20px; color:#5e5e5e}
#frmContacto .row{margin:0 -4px 15px}
#frmContacto .row div[class*="col"]{margin:0 0 4px; padding:0 2px}
#frmContacto .form-control1 input, 
#frmContacto .form-control1 textarea, 
#frmContacto .form-control1 .labelRadio,
#frmContacto .radios label {
	font-family:Verdana, sans-serif;
	font-size: 11px;
	color:#959595;
	font-weight:normal
}
#frmContacto .form-control1 { position: relative; margin: 0 0 8px; float:left; padding:0 3px; box-sizing:border-box}
#frmContacto .form-control1 input, 
#frmContacto .form-control1 textarea,
#frmContacto .form-control2{
	border:solid 1px #d6d6d6;
	width: 100%;
	height:37px;
	padding: 0 0 0 15px;
	-webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
#frmContacto .form-control1.textarea{
	margin-left:0;
}
#frmContacto .form-control1.textarea textarea{height:88px; margin-bottom:3px; font-size:13px}

#frmContacto .form-control2{height:77px;}
#frmContacto .form-control1 .labelRadio{padding-top:5px; padding-bottom:3px}
#frmContacto .radios{text-align:center; line-height:16px; padding-right:15px}
#frmContacto .radios label{width:64px;}
#frmContacto .radios input[type=radio]{display:inline-block; height:auto;}
#frmContacto .form-control2 textarea{padding:0 15px 0 0; border:none; height:75px; padding-top:6px; line-height:16px}
.hiddenSize:before{display:block; content:""; position:absolute; width:18px; height:18px; right:4px; bottom:6px; z-index:2; background:#fff}


#frmContacto input[type=submit],
#frmContacto input[type=reset]{display:inline-block; height:42px; width:82px; margin:5px 0 0; background:#005c99; color:#FFF; text-transform:uppercase; font-family:Arial, Helvetica, sans-serif; font-size:11px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
#frmContacto input[type=submit]:hover,
#frmContacto input[type=reset]:hover{opacity:.8}
#frmContacto .error input,
#frmContacto .error textarea{border:solid 1px #000; background:rgba(255,216,217,1.00); color:#000}
.frmContacto input::-webkit-input-placeholder {color:#949494; opacity:  1;}
.frmContacto input:-moz-placeholder {color:#949494; opacity:  1;}
.frmContacto input::-moz-placeholder {color:#949494; opacity:  1;}
.frmContacto input:-ms-input-placeholder {color:#949494; opacity:  1;}
.frmContacto textarea::-webkit-input-placeholder {color:#949494; opacity:  1;}
.frmContacto textarea:-moz-placeholder {color:#949494; opacity:  1;}
.frmContacto textarea::-moz-placeholder {color:#949494; opacity:  1;}
.frmContacto textarea:-ms-input-placeholder {color:#949494; opacity:  1;}
.frmContacto input:focus::-webkit-input-placeholder {opacity:0.5}
.frmContacto input:focus:-moz-placeholder{opacity:0.5}
.frmContacto input:focus::-moz-placeholder{opacity:0.5}
.frmContacto input:focus:-ms-input-placeholder{opacity:0.5}
.frmContacto textarea:focus::-webkit-input-placeholder{opacity:0.5}
.frmContacto textarea:focus:-moz-placeholder{opacity:0.5}
.frmContacto textarea:focus::-moz-placeholder{opacity:0.5}
.frmContacto textarea:focus:-ms-input-placeholder{opacity:0.5}

#frmContacto .has-error .form-control-feedback{line-height:36px; height:100%; }
#frmContacto .has-error input{
	border-color: #a94442;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
}
.cntChkbox{font-family:Verdana, sans-serif; color:#5e5e5e; font-size:12px; padding-top:17px !important; text-align:center; line-height:18px}
.cntChkbox label{font-family:Verdana, sans-serif; font-size:11px; color:#5e5e5e; font-weight:normal; position:relative; top:1px}
.cntChkbox .lbl{float:left; width:55%; line-height:21px; text-align:right}
.cntChkbox .chks{float:left; width:45%; padding-left:25px; line-height:18px}
#cntMapa:before,
#cntMapa:after{display:block; content:""; clear:both;}
#cntMapa{padding-bottom:40px;}
#mapa{float:left; width:50%; padding-right:25px; padding-left:50px;}
#mapa iframe{display:block; width:100%; height:340px; border:solid 1px #6fc6e5}
#datContacto{float:right; width:50%; font-size:16px; color:#909091; padding-left:15px; line-height:18px; margin-bottom:35px}
#datContacto strong,#mapa strong{display:block; color:#005c99; font-weight:normal; position:relative; margin:13px 0 10px;line-height:18px;}
#datContacto strong:before,#mapa strong:before{display:block; content:"•"; position:absolute; top:0; left:-10px; font-size:22px}
.redes a{display:inline-block; width:25px; height:25px; text-align:center; cursor:pointer; line-height:24px}
.redes a.tw{
	color:#FFF;
	background:#00afe9;
}
.redes a.fb{
	color:#FFF;
	background:#003d8f;
}
.redes a.yt{
	color:#FFF;
	background:#ff1920;
}
.redes a.gp{
	color:#FFF;
	background:#fb4631;
}
.redes a.in{
	color:#FFF;
	background:#764338;
}
.redes a.tw:hover{
	color:#00afe9;
	background:#fff;
}
.redes a.fb:hover{
	color:#003d8f;
	background:#fff;
}
.redes a.yt:hover{
	color:#ff1920;
	background:#fff;
}
.redes a.gp:hover{
	color:#fb4631;
	background:#fff;
}
.redes a.in:hover{
	color:#764338;
	background:#fff;
}

/*Johan*/
.menu-movil,.toggle-bar,.redes-fm{display: none;}
.barraTop{
  padding-left: 80px;
  position: relative;
}
.barraTop{
  height: auto;
}
.barraTop span{
    position: absolute;
    left: 20px;
    top: 12px;
 }
 .barraTop ul:nth-child(2){
  border-bottom: solid 1px #d2d2d2;
 }
 .barraTop ul{
  height: auto;
  text-align: left;
  position: relative;
 }
 .barraTop ul li{
    display: inline-block;
    float: none;
    vertical-align: top;
    text-align: center;
    width: 140px;
    padding:0 20px !important;
 }
 .barraTop ul li:first-child{
  width: 80px;
 }
 .barraTop  a{
  line-height: 50px !important;
 }
.barraTop li::before{
  top: 12px !important;
}
.sombra-s{width: 100%;display: block;}

.sel-tipo{
  float: right;
  margin-bottom: 10px;
  position: relative;
  -webkit-box-shadow: 5px 5px 5px 0px rgba(204,204,204,1);
  box-shadow: 5px 5px 5px 0px rgba(204,204,204,1);
}
.sel-tipo:before{
  content: "";
  display: block;
  position: absolute;
right: 1px;
z-index: 2;
top: 1px;
pointer-events: none;
  height: 28px;width: 20px;
  background: #fff;
}
.sel-tipo:after{
  content: "";
  display: block;
  position: absolute;
  height: 0;
  width: 0;
  top: 12px;
  right: 5px;
  z-index: 3;
  border-top: 6px solid #5491ba;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
}
.sel-tipo select option{cursor: pointer}
.sel-tipo select{
    line-height: 30px;
    height: 30px;
    font-family: "Century Gothic",sans-serif;
    color: #616161;
    border:solid 1px #5491ba;
    font-size: 14px;
    cursor: pointer;
}
/*@media (max-width:990px) {
	#logo img{max-width:350px}
	#header .container:after{left:-56%;}
	.mainServ .bgGris ul{padding-top:20px}
}
@media (max-width:900px) {
	#logo img{max-width:300px}
	#header .container:after{left:-60%;}
	#datTop{top:5px}
	.imgNos img{height:100%; width:auto}
	.imgServ1 img{height:100%; width:auto}
	.bgGris figure.responsive{overflow:hidden}
	.bgGris figure.responsive img{height:100%; width:auto}
}

@media (max-width:880px) {
	#datTop{color:#336699; top:14px}
	#datTop div{display:block;}
	#datTop div#mailTop{margin-left:0}
	#header .container{padding-bottom:50px}
	#header .container:after{left:-5%; height:80px; width:150%;}
	#menu{width:100%; text-align:center; bottom:8px; right:0;}
	#menu ul{display:block; text-align:center}
}
@media (min-width:768px) {
	#footer .br{display:none;}
	#footer .tfooter em{font-style:normal;}
}
@media (max-width:767px) {
	#header{background:#FFF;}
	#header .container{padding-top:0; padding-bottom:10px;}
	#header .container:after{display:none}
	#datTop{text-align:center; position:static; padding-top:10px;}
	#datTop div{display:inline-block; width:100%;}
	#header #logo,
	#header .nav{display:none}
	#footer{padding-top:10px; padding-bottom:10px}
	#footer .tfooter,
	#footer #powered{float:none; text-align:center; line-height:22px}
	#footer .tfooter{line-height:16px}
	#footer .tfooter em{display:block; height:1px; overflow:hidden; opacity:0; visibility:hidden}
	.mainIni .col-md-6{width:100%; float:none}
	.imgIni{margin-top:20px; margin-bottom:10px}
	.imgIni img,
	.imgNos img,
	.imgServ img{height:auto; width:100%}
	.mainNos .col-md-6,
	.mainServ .col-md-6{width:100%; float:none}
	.mainServ .col-md-6:last-child{margin-top:25px}
	.bgGris figure.responsive img{width:100%; height:auto}
	.mainServ .bgGris ul{padding:0 0 15px 15px}
	#main{margin-top:0 !important}
	.h2General{font-size:23px}
}
@media (max-width:600px) {
	.item-gal{width:50%}
}
@media (max-width:480px) {
	#frmContacto  .form-control1{width:100%; float:none}
}*/

.btn-link-nuevo{
  display: block;
  max-width: 320px;
  background: #fff;
  color: #01222F;
  text-align: center;
  border-radius: 5px;
  padding: 5px 0;
  margin: 20px auto 0;
  font-weight: 600;
  -webkit-transition: ease all .3s;
  -o-transition: ease all .3s;
  transition: ease all .3s;
  text-decoration: none;
}
.btn-link-nuevo:hover{
  text-decoration: none;
  background: #0680B5;
  color: #fff;
}


.areaVendedores article{padding:35px 0 25px; font-size: 16px; font-family: "Arial", serif;}
.headVendedores{background: #004573; height: 48px;color: #FFF;}
.headVendedores .row{padding: 0; margin: 0}
.areaVendedores .izq{background: #005c99; float: left; position: relative; width: 70%; height: 48px; text-align: left; padding-left: 110px; line-height: 48px }
.areaVendedores figure{position: absolute; top: -38px; left: 4px}
.areaVendedores .der{float: right; width: 30%; text-align: center; line-height: 48px;}
.bodyVendedor{border: dashed 1px #005c99; border-top: none; height: 46px; text-align: center; color: #616161; font-size: 17px; }
.bodyVendedor div{display: inline-block; vertical-align: middle; height: 46px; line-height: 44px}

.cntVideo a{font-size: 16px; padding-left: 25px; padding-right: 25px}

@media (max-width:991px) and (min-width:768px){
	.headVendedores{height: 96px}
	.areaVendedores .izq,
	.areaVendedores .der{float: none; width: 100%; text-align: center}
	.areaVendedores .izq{padding: 0 0 0 25px;}
}
@media (max-width:480px) {
	.headVendedores{height: 96px}
	.areaVendedores .izq,
	.areaVendedores .der{float: none; width: 100%; text-align: center}
	.areaVendedores .izq{padding: 0 0 0 25px;}
}
@media (max-width:380px) {
	.headVendedores{height: auto;}
	.areaVendedores .der{line-height: 30px}
	.headVendedores,
	.bodyVendedor{font-size: 14px}
}