html {
    overflow-x: hidden;
}
body {
font-size: 1em;
font-family: 'Arial', sans-serif;
max-width: 1280px;
    margin: auto;
}
.magra {
  font-family: 'Magra', sans-serif;
}
.montserrat {
font-family: 'Montserrat', sans-serif;
}
a {
  text-decoration: none;
}
p{
font-size: 1.1em;
    line-height: 1.5em;
    margin: 2% 5%;
}
.user {
  color: #fff;
  font-size: 1em !important;
    line-height: 1em !important;
    margin: 6px 15px !important ;
    float: right;
}
#slideshow { 
    margin: 5px auto; 
    position: relative; 
    height: 500px; 

}
#slideshow > div { 
    position: absolute; 
    top: 1px; 
    left: 1px; 
    right: 1px; 
    bottom: 1px; 
}
.oferta {
  margin-bottom: 15px;
  margin-top: 5px;
}
.oferta h5{
  background-color: yellow;
  color: #000;
  font-size: 1.1em;
  padding: 5px;
   margin: 0;
}
.oferta p{
 background-color: #000;
    color: #fff;
    font-size: 1.1em;
    height: 50px;
    margin: 0;
    overflow: hidden;
    padding: 5px;
}
.oferta h4{
  background-color: yellow;
  color: #000;
  font-size: 2.5em;
  padding: 15px 5px;
  text-align: center;
  margin: 0;
}
.titu{
    color: white;
    font-size: 1.3em;
    font-weight: bold;
    line-height: 1.5em;
    padding: 2% 5%;
    text-align: center;
    margin-bottom: 3px;
}
.titu a{
    color: white;
    font-weight: bold;
    line-height: 1.5em;
    padding: 2% 5%;
    text-align: center;
    margin-bottom: 3px;
}
.mrgtop{
  margin-top: 7px;
}
.effect {
  padding-top: 70px;
}
.cab{
  height: 140px;
  border-bottom: 1px solid #fff;
  border-top: 1px solid #fff;
}
.cab img{
  padding: 20px;
}

.topbar{
  min-height: 35px;
}
.elmenu{
     border-left: 2px solid #fff;
    color: #fff;
    float: right;
    margin-top: 4px;
    padding-left: 50px;
    padding-right: 50px;
    }
.elmenu:hover{    
    background-color: #3A7895;
     }
     .margintop{ 
      margin-top: 4px;
      }
.fondoazula {
background: rgba(0,67,100,1);
background: -moz-linear-gradient(left, rgba(0,67,100,1) 0%, rgba(74,114,149,1) 51%, rgba(4,38,71,1) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(0,67,100,1)), color-stop(51%, rgba(74,114,149,1)), color-stop(100%, rgba(4,38,71,1)));
background: -webkit-linear-gradient(left, rgba(0,67,100,1) 0%, rgba(74,114,149,1) 51%, rgba(4,38,71,1) 100%);
background: -o-linear-gradient(left, rgba(0,67,100,1) 0%, rgba(74,114,149,1) 51%, rgba(4,38,71,1) 100%);
background: -ms-linear-gradient(left, rgba(0,67,100,1) 0%, rgba(74,114,149,1) 51%, rgba(4,38,71,1) 100%);
background: linear-gradient(to right, rgba(0,67,100,1) 0%, rgba(74,114,149,1) 51%, rgba(4,38,71,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#004364', endColorstr='#042647', GradientType=1 );
}

.orImg { width: 100%; height:100%; display:block; background-image: url('images/or-blanco.jpg');background-repeat: no-repeat; background-size: 100% 100%; } 
.orImg:hover { background-image: url('images/or-azul.jpg'); }

.serImg { z-index: 9999; width: 100%; height:100%; display:block; background-image: url('images/4.jpg'); background-repeat: no-repeat; background-size: 100% 100%; } 
.serImg:hover { background-image: url('images/ser-azul.jpg'); }

.empImg { z-index: 9999; width: 100%; height:100%; display:block; background-image: url('images/emp-blanco.jpg'); background-repeat: no-repeat; background-size: 100% 100%; } 
.empImg:hover { background-image: url('images/emp-azul.jpg'); }

.conImg { z-index: 9999; width: 100%; height:100%; display:block; background-image: url('images/con-blanco.jpg'); background-repeat: no-repeat; background-size: 100% 100%; } 
.conImg:hover { background-image: url('images/con-azul.jpg'); }

.imglogo:hover  {
    opacity: 0.4;
    filter: alpha(opacity=40); /* For IE8 and earlier */
}

.imglogo{
    opacity: 1.0;
    filter: alpha(opacity=100); /* For IE8 and earlier */
}
.overlay {
background:none repeat scroll 0 0 #9cd1ea;
opacity:0.5;
height:100%;
left:0;
position:fixed;
top:0;
width:100%;
z-index:1000;
}
form{
font-size: 1em;
    line-height: 1em;
    margin: 2% 5%;
}
form label{
font-size: 1em;
    line-height: 1em;
    float: left;
}
input[type="text"] {
width: 100%;
height: 30px;
margin-bottom: 15px;
border: solid 1px #BDBFC1;
background-color: #FEFEFE;
}
input[type="password"] {
width: 100%;
height: 30px;
margin-bottom: 15px;
border: solid 1px #BDBFC1;
background-color: #FEFEFE;
}
textarea {
width: 100%;
height: 300px;
margin-bottom: 15px;
background-color: #FEFEFE;
border: solid 1px #BDBFC1;


}
input[type="submit"] {
float: right;
    margin-right: 25px;
    padding: 5px 2px;
    width: 200px;
    color: #FFFFFF;
    font-size: 1.1em;
}
input[type="submit"]:hover  {
    opacity: 0.4;
    filter: alpha(opacity=40); /* For IE8 and earlier */
}
.labeled {
  font-size: 0.8em;
}
.labeled:hover {
  color: #000;
}
.scroll {
  overflow: auto;
}
.btsel{
  color: #658DC8 !important;
}
.btsel:hover{
  color: #FFFFFF !important;
}

    
li{
font-size: 1em;
    list-style-type: none;
    margin-left: 5%;
    padding-bottom: 10px;
    padding-top: 10px;
}
/*  SECTIONS  */
.section {
	clear: both;
	padding: 0px;
	margin: -6px;
    height: auto;
    max-width: 1280px;
    margin: auto;
        background-color: #EBEBEB;
}

/*  COLUMN SETUP  */
.col {
	display: block;
	float:left;

}
.col:first-child { margin-left: 0; }


/*  GROUPING  */
.group:before,
.group:after { content:""; display:table; }
.group:after { clear:both;}
.group { zoom:1; /* For IE 6/7 */ }
/*  GRID OF FOUR  */
.span_4_of_4 {
	width: 100%;
}
.span_3_of_4 {
	width: 75%;
}
.span_2_of_4 {
	width: 50%;
}
.span_1_of_4 {
	width: 25%;
}
.borde {
    border-left: 1px solid #A9ABAE;
    border-top: 1px solid #A9ABAE;

}
.bri {
    border-right: 1px solid #A9ABAE;
}
.imgfull {
    width: 100%;
margin: 0 0 -5px;
}
.publi img{
    width: 100%;
}
.ico{
     margin: 20px;
}
.gris {
background: #E6E8F1;
}
.negro{
background: #000;
}
.bco{
background: #fff;
}
.derecha {
float: right;
}
.azul{
background: #658DC8;
color: #FFFFFF;

}
.azul p{
font-size: 1.5em;
    line-height: 1.5em;
    margin: 5%;
}
.blanco p{
font-size: 1.5em;
    line-height: 1.5em;
    margin: 5%;
    text-align: center;
}
.listamarcas{
float: left;
    line-height: 100px;
    margin: 0;
    text-align: center;
    vertical-align: middle;
}
.listamarcas img{
 margin: auto;
    padding: 10px;
    text-align: center;
    vertical-align: middle;
}
.pie img{
  padding: 10px;
}
.pie {
  color: #FFF;
  vertical-align: text-top;
}
.pie p{
font-size: 1em;
    line-height: 1em;
    text-align: left;
    vertical-align: top;
}

.fb{ 
     margin: 30px;
    text-align: center;
    
}
.tirapie{ 
    width: 100%;
    height: 10px;
    display: block;
    background: #658DC8;
    margin-bottom: 30px;    
}
.margen{ margin-left: 30% !important;  }
.comillas p:before { content:url('images/a.png'); }
.comillas p:after  { content:url('images/c.png'); }
.comillasn p:before { content:url('images/an.png'); }
.comillasn p:after  { content:url('images/cn.png'); }
.logo15 {
margin-top: 50%;
}

/*  GO FULL WIDTH BELOW 600 PIXELS */
@media only screen and (max-width: 680px) {
	.col {  margin: 1% 0 1% 0%; }
	.span_1_of_4, .span_2_of_4, .span_3_of_4, .span_4_of_4 { width: 100%; }
}




/* Remove margins and padding from the list, and add a black background color */
ul.topnav {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #000;
    float: right;
}

/* Float the list items side by side */
ul.topnav li {float: left;
 margin-left: 0%;
    padding-bottom: 0px;
    padding-top: 0px;
}

/* Style the links inside the list items */
ul.topnav li a {
    display: inline-block;
    color: #f2f2f2;
    text-align: center;
  /*  padding: 14px 16px;*/
    text-decoration: none;
    transition: 0.3s;
    font-size: 17px;
}

/* Change background color of links on hover */
ul.topnav li a:hover {background-color: #3A7895;}

/* Hide the list item that contains the link that should open and close the topnav on small screens */
ul.topnav li.icon {display: none;}

.textopie {width:25%; vertical-align: top;}


/* When the screen is less than 680 pixels wide, hide all list items, except for the first one ("Home"). Show the list item that contains the link to open and close the topnav (li.icon) */
@media screen and (max-width:680px) {
    
  .pos_unset   { position: unset;}
  .comprar_l  { width: unset;}
    ul.topnav { float: unset;}
  .finan {font-size: 0.5em;}  
  .textopie {width:45%; vertical-align: top;}  
    
  ul.topnav li {display: none;}
  ul.topnav li.icon {
    float: right;
    display: inline-block;
  }
  .elmenu {float: unset; border-left: 0 solid #fff;   padding-left: 5px;
    padding-right: 5px;}
 
    .cab img {
    padding: 20px;
    width: 80%;
}
.logopie {display: none;}
#accordian { display: none; }

  ul.topnav.responsive {position: relative;}
  ul.topnav.responsive li.icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  ul.topnav.responsive li {
    float: none;
    display: inline;
  }
  ul.topnav.responsive li a {
    display: block;
    text-align: left;
  }
}













.btn {
    display: table;
    width: 100%;
  font-family: Arial;
  color: #000000;
  font-size: 20px;
  padding-top: 6px;
  padding-bottom: 6px;
  background: #EFEFEF;
  text-decoration: none;
  text-align: center;
}

.btn:hover {
  background: #658DC8;
  text-decoration: none;
  color: #FFFFFF;
}
.sel {
  background: #658DC8 !important;
  text-decoration: none;
  color: #FFFFFF;
}