@charset "UTF-8";

body {
    padding: 0;
    margin: 0;
    font-family: 'open_sansregular';
    font-size: 15px;
    color: #666;
}

h1,h2,h3,h4,h5,h6,p,ul,li, p{
    padding: 0;
    margin: 0;
    font-weight: normal;
}

ul, li{list-style: none;}

img{border: 0;}


.mbottom20{margin-bottom: 20px;}
.mtop50{margin-top: 50px;}
.mtop30{margin-top: 30px;}
.mleft170{margin-left: 170px;}
.clear{clear: both;}
.last{
	margin-right: 0 !important;
}

.wrapp{
	width: 1020px;
	margin: 0 auto;
}

.ovh{
	overflow: auto;
}

#top{
	width: 100%;
	min-width: 1020px;
	background-color: white;
	background-size: cover;
	height: 450px;
	position: relative;
}
#logo{
	position: absolute;
	left: 50%;
	width: 305px;
    margin-left: -175px;
    top: 45px;
}

#slogan{
	position: absolute;
	left: 50%;
	width: 440px;
	margin-left: -240px;
	border: solid 1px black;
	color: black;
	padding: 25px 20px;
	text-align: center;
	font-size: 30px;
	top: 230px;
	font-family: 'futura_md_btmedium';
	line-height: 1.2;
}

#menu{
	background: #aedce3;
	height: 50px;
	margin-bottom: 40px;
	min-width: 1020px;
}

.menu li{
	float: left;
}

.menu li a{
	display: block;
    padding: 0 30px;
    color: black;
    text-transform: uppercase;
    text-decoration: none;
    line-height: 50px;
    border-left: solid 1px #aedce3;
    background: #aedce3;
}

.menu li:hover a, .menu li.active a{
	/*background: #A4253A;*/
	background: #617d81;
    color: white;
}

.left{
	float: left;
	width: 47%;
}

.right{
	float: right;
	width: 47%;
}

.titulo{
	font-family: 'futura_md_btmedium';
	color: #666666;
	font-size: 15px;
	text-transform: uppercase;
	background: #E6E6E6 url("../images/bg-titulo.png") left top no-repeat;
	border-left: solid 2px #c36e8e;
	padding: 5px 15px;
	margin-bottom: 30px;
}

.titulo span{
	color: #c36e8e;
	font-family: 'futura_md_btbold';
	font-size: 22px;
	display: block;
}

.block-nosotros,.block-servicios{
	overflow: hidden;
}

.block-nosotros img, .block-servicios img{
	float: left;
	width: 200px;
}

.bn-content, .bs-content{
	float: right;
	width: 255px;
	text-align: justify;
}
.block-servicios h3{
	color: #333;
	font-family: 'open_sansbold';
	font-size: 13px;
	padding-bottom: 10px;
}

.readmore{
	font-family: 'open_sanssemibold';
	font-size: 14px;
	display: inline-block;
	padding: 5px 30px 7px 35px;
	border: solid 1px #666;
	border-radius: 3px;
	margin-top: 15px;
	color: #c36e8e;
	text-decoration: none;
	background: url("../images/arrow.png") 10px center no-repeat;
}

.readmore:hover{
	border-color: #c36e8e;
}

.block-servicios .readmore{
	margin-top: 10px;
}

.bv-content{
	float: left;
	width: 300px;
	margin-right: 60px;
	text-align: center;
}

.bv-content span{
	display: inline-block;
	width: 65px;
	height: 40px;
	background-image: url("../images/valores.png");
	background-repeat: no-repeat;
	background-position: center top;
}

.bv-content h4{
	font-family: 'open_sansbold';
	color: #333;
	font-size: 15px;
	padding: 6px 0 10px;
}

span.ic1{ background-position: center top;}
span.ic2{ background-position: center -50px;}
span.ic3{ background-position: center -100px;}
span.ic4{ background-position: center -150px;}
span.ic5{ background-position: center -203px;}


#top2{
	width: 100%;
	min-width: 1020px;
	background-color: white;
	background-size: cover;
	height: 170px;
	position: relative;
}

.logo{
	margin-top: 10px;
    width: 300px;
}

.titulo2{
	font-family: 'futura_md_btmedium';
	color: #666666;
	font-size: 22px;
	border-bottom: solid 1px #999999;
	margin-bottom: 30px;
}

.titulo2 span{
	color: #c36e8e;
	font-family: 'futura_md_btbold';
}

.content p{
	text-align: justify;
}

.mision{
	overflow: hidden;
	width: 680px;
	margin: 0 auto;
	margin-top: 40px;
}

.mision img{
	float: left;
	width: 185px;
}

.content-mision{
	float: right;
	width: 460px;
	text-align: center;
	margin-top: 30px;
}

.mision p, .vision p{
	font-style: italic;
	text-align: center;
	font-size: 14px;
}

.mision h4, .vision h4{
	font-family: 'open_sansbold';
	font-style: italic;
	margin-bottom: 10px;
}

.vision{
	overflow: hidden;
	margin: 0 auto;
	margin-top: 40px;
	width: 535px;
	padding-bottom: 20px;
}

.vision img{
	float: right;
	width: 185px;
}

.content-vision{
	float: left;
	text-align: center;
	width: 310px;
	margin-top: 30px;
}

.wrappservicios{
	overflow: hidden;
	width: 750px;
	margin: 0 auto;
	padding-top: 20px;
}

.menu-tabs{
	float: left;
	width: 350px;
	background: url("../images/flecha.png") right center no-repeat;
}


.content-servicios{
	float: right;
	width: 340px;
	min-height: 350px;
}

.hide{
	display: none;
}

.divservicio h3{
	color: #c36e8e;
	font-family: 'open_sansbold';
	font-size: 20px;
	margin: 13px 0 10px;
}

.divservicio li{
	padding-left: 15px;
	background: url("../images/guion.png") left 10px no-repeat;
	padding-bottom: 7px;
}

.menu-tabs li{
	font-family: 'open_sanssemibold';
	font-size: 14px;
	padding: 7px 0;
	margin-bottom: 20px;
	background-image: url("../images/servicios.png");
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 45px;
}

.menu-tabs li:last-child{margin-bottom: 0;}
.menu-tabs li.preventa{ background-position: left -98px;}
.menu-tabs li.telepromocion{ background-position: left -193px;}
.menu-tabs li.ventas{ background-position: left -285px;}
.menu-tabs li.basedatos{ background-position: left -370px;}
.menu-tabs li.atencion{ background-position: left -460px;}
.menu-tabs li.mercado{ background-position: left -548px;}

.menu-tabs li.cobranzas.active, .menu-tabs li.cobranzas:hover{ background-position: left -46px;}
.menu-tabs li.preventa.active, .menu-tabs li.preventa:hover{ background-position: left -146px;}
.menu-tabs li.telepromocion.active, .menu-tabs li.telepromocion:hover{ background-position: left -240px;}
.menu-tabs li.ventas.active, .menu-tabs li.ventas:hover{ background-position: left -328px;}
.menu-tabs li.basedatos.active, .menu-tabs li.basedatos:hover{ background-position: left -414px;}
.menu-tabs li.atencion.active, .menu-tabs li.atencion:hover{ background-position: left -503px;}
.menu-tabs li.mercado.active, .menu-tabs li.mercado:hover{ background-position: left -596px;}

.menu-tabs li a{
	text-decoration: none;
	color: #666;
}

.menu-tabs li.active a, .menu-tabs li:hover a{color: #c36e8e;}

.menu-lista{
	padding: 40px 0;
	overflow: hidden;
}

.menu-lista li{
	width: 43.5%;
	background: #E8E6E1;
	margin-bottom: 10px;
	height: 35px;
	padding: 20px 3% 0 2%;
	font-size: 14px;
	font-style: italic;
	line-height: 1.2;
	position: relative;
	clear: both;
}

.menu-lista li:first-child{
	padding-top: 10px;
	height: 45px;
}

.menu-lista li span {
	position: absolute;
    right: 0;
    top: 0;
    height: 44px;
    width: 36px;
    background: #E52E4B;
    color: white;
    font-family: 'futura_md_btbold';
    font-size: 40px;
    border-radius: 50%;
    padding-left: 10px;
    padding-top: 3px;
    margin-right: -28px;
    border: solid 4px #E8E6E1;
	font-style: normal;
}

.menu-lista li.izquierda{
	float: left;
}


.menu-lista li.derecha{
	float: right;
	margin-right: 28px;
}

.form-wrapp, .contact-wrapp{
	position: relative;
	border-top: solid 1px #999999;
	margin-bottom: 50px;
}

.left-form{
	float: left;
	left: 0;
	top: -1px;
	background: url("../images/bg-form.png") right top no-repeat;
	width: 350px;
	color: white;
	padding: 40px 100px 0 30px;
	height: 355px;
}

.contact-wrapp .left-form{
	position: absolute;
	z-index: 2;
	height: 470px;
	width: 395px;
}

.titulo-form{
	font-size: 22px;
	font-family: 'futura_md_btmedium';
	margin-bottom: 15px;
}

.titulo-form span{
	font-family: 'futura_md_btbold';
}

.left-form p{
	padding-bottom: 15px;
}

.left-form .img{
	margin: 30px 0 50px;
}

.img img{
	margin-left: 100px;
}

.form{
	text-align: right;
	margin-top: 50px;
	width: 535px;
	float: right;
}

.form div{
	position: relative;
}

.form label{
	display: inline-block;
	vertical-align: top;
}

input[type="text"]{
	padding: 6px;
	background: #fff;
	border: solid 1px #999999;
	display: inline-block;
	margin-bottom: 20px;
	font-family: 'open_sansregular';
	font-size: 14px;
	color: #666;
	width: 335px;
}

.form2 input[type="text"], .form2 textarea{
	background: #aedce3;
	border:solid 1px #617d81;
	width: 250px;
	padding: 5px;
	margin-bottom: 10px;
	color: white;
}

textarea{
	height: 60px;
	font-family: 'open_sansregular';
	font-size: 14px;
}

label.error{
	color: red;
    font-size: 12px;
    display: block;
    text-align: left;
    margin-left: 190px;
    margin-top: -20px;
    padding-bottom: 5px;
}

.form2 label.error{
	color: #ffc4c4;
	margin-left: 0;
	width: 220px;
	margin-top: -10px;
}

.uploader label.error{
	margin-left: 0;
}

.direccion, .telefono,.email{
	font-size: 13px;
	padding-left:25px;
	padding-bottom: 10px !important;
	background-image: url("../images/contact-icons.png");
	background-position: left top;
	background-repeat: no-repeat;
}

.telefono{ background-position: left -59px;}
.email{ background-position: left -105px;}

.contact-wrapp h5{
	font-family: 'open_sansbold';
	font-size: 15px;
	padding: 5px 0px 10px;
}

.lista li{
	padding-bottom: 10px;
	list-style: disc;
	padding-left: 10px;
	text-align: justify;
	margin-left: 40px;
}
/**** uniform ***/
/******************************** Uniform ****************/
.selector, .radio, .checker, .uploader, .selector *, .radio *, .checker *, .uploader *{ margin: 0; padding: 0; cursor: pointer; }
div.uploader{
  width: 335px;
  position: relative;
  margin: 0;
  vertical-align: middle;
  color: #666;
  display: inline-block;
  zoom: 1; *display: inline;
  font-size: 15px;
  height: 20px;
  line-height: 20px;
  margin-bottom: 20px;
  padding: 6px 6px;
  vertical-align: middle;
  border: solid 1px #999999;
  background: #fff;
  -webkit-transition: border linear .2s,box-shadow linear .2s;
  -moz-transition: border linear .2s,box-shadow linear .2s;
  -o-transition: border linear .2s,box-shadow linear .2s;
  transition: border linear .2s,box-shadow linear .2s;
}

div.uploader span.action{
  width: 22px; 
  background: #fff url(../images/addFiles.png) no-repeat 0 0; 
  height: 22px; 
  float: right; 
  text-indent: -9999px; 
  display: inline; 
  overflow: hidden; 
  cursor: pointer;
  margin-top: -1px;
  margin-right: 0px;
  text-align: initial;
}

div.uploader label.error{
  position: absolute;
  bottom: -25px;
}

div.uploader span.filename{ 
    color: #666; 
    max-width: 80%; 
    float: left;
    display: block;
    overflow: hidden; 
    text-overflow: ellipsis; 
    white-space: nowrap; 
    cursor: default;
 }

div.uploader input{ 
  width: 100%;
  opacity: 0;
  filter: alpha(opacity:0);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  float: right;
  height: 34px; 
  border: none; 
  cursor: pointer;
}

::-webkit-input-placeholder {
   color: #ffffff;
}

:-moz-placeholder { /* Firefox 18- */
   color: #ffffff;  
}

::-moz-placeholder {  /* Firefox 19+ */
   color: #ffffff;  
}

:-ms-input-placeholder {  
   color: #ffffff;  
}

.txtleft{
	text-align: left !important;
}

.txtSmall{
	width: 347px;
	display: inline-block;
	text-align: left;
	font-size: 11px;
}

.wrapp-boton{
	width: 347px;
	float: right;
}

.separador{clear: both;}

.boton{
	background: #1F1F1F;
	border: solid 1px #000;
	color: white;
	padding: 5px 30px;
	font-family: 'open_sansregular';
	cursor: pointer;
	font-size: 15px;
}

.boton:hover{
  	background: #333;
}

/*** google map ***/

.map-wrapper {
	width: 100%;
	margin: 0;
}

.map {
	width: 100%;
	height: 507px;
	position:relative;
	display:block;
}

.gmap {
	padding:0px;
	height:507px;
	background:#fff;
	border:none;
}

.gmap div {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}  

.gmap img {
	max-width: none !important;
	vertical-align: baseline !important;
} 

.msg-error{
	background: #ffbfbf;
    border-top: solid 2px #f97676;
    border-bottom: solid 2px #f97676;
	color: #333;
	text-align: center;
	margin-bottom: 20px;
	padding: 10px 0;
}

.msg-ok{
	background: #dbffc6;
    border-top: solid 2px #9be884;
    border-bottom: solid 2px #9be884;
	color: #333;
	text-align: center;
	margin-bottom: 20px;
	padding: 10px 0;
}

#footer{
	background: #333333;
	border-top: solid 2px #c36e8e;
	color: #ccc;
	padding: 20px 0;
	margin-top: 30px;
	text-align: center;
	font-size: 13px;
	min-width: 1020px;
}