﻿@charset "UTF-8";
/* CSS Document */

/* RESPONSIVE BASED ON BOOTSTRAP */

@media (min-width:1200px) { /*(min-width: @screen-lg-min) {*/
    
    #alignButton1 { visibility:hidden;}
    #alignButton2 { display:none;}
    
    .contenido_pago{
	    width:70%;
	    height: 100%;
	    background:rgba(255,255,255,0.87);
	    border:0px solid #0182C4;
	    webkit-border-radius: 5px;
	    -moz-border-radius: 5px;
	    border-radius: 5px;
	    padding:20px 50px;
	    margin:0 auto;
    }
    
    .contenido3 {
        max-width: 60%;
    }
    
    .contenedor {
	    width: 85%;
	    margin-top: 0px;
	    margin-right: auto;
	    margin-bottom: 0px;
	    margin-left: auto;
    }
    
    /*.icono1 img { src:url(../../images/icons.png) }
    
    .icono2 { display:none; }*/
    
    .iconos_logos{ 
    	width: 600px;
	    margin:20px 
	    auto; 
	    text-align:center; 
	    overflow:hidden;
	    display: block;
    }
    
    .logo_secure {
	    background-image: url(../../images/logo-securepay.png);
	    float: right;
	    height: 62px;
	    width: 223px;
    }
}

@media (min-width:992px) and (max-width:1199px){/*(min-width: @screen-md-min) and (max-width: @screen-md-max) {*/

    #alignButton1 { visibility:hidden;}
    #alignButton2 { display:none;}
    
    .contenido_pago{
	    width:70%;
	    height: 100%;
	    background:#FFFFFF;
	    border:1px solid #0182C4;
	    webkit-border-radius: 5px;
	    -moz-border-radius: 5px;
	    border-radius: 5px;
	    padding:20px 50px;
	    margin:0 auto;
    }
    
    .contenido3 {
        max-width: 60%;
    }
    
    .contenedor {
	    width: 85%;
	    margin-top: 0px;
	    margin-right: auto;
	    margin-bottom: 0px;
	    margin-left: auto;
    }
    
    /*.icono1 { background-image:url(../../images/icons.png) }
    
    .icono2 { display:none; }*/
    
    .iconos_logos{
	    width:66%; margin:20px auto; text-align:center; overflow:hidden;
    }
    
    .logo_secure {
	    background-image: url(../../images/logo-securepay.png);
	    float: right;
	    height: 62px;
	    width: 223px;
    }
}

@media (min-width:768px) and (max-width:991px){/*(min-width: @screen-sm-min) and (max-width: @screen-sm-max) { */

    /*#alignButton1 { visibility:hidden;}#alignButton2 { display:inline; visibility:hidden;}*/
    #alignButton1, #alignButton2 { display:none;}
    
    .contenido_pago{
	    width:100%;
	    height: 100%;
	    background:#FFFFFF;
	    border:1px solid #0182C4;
	    webkit-border-radius: 5px;
	    -moz-border-radius: 5px;
	    border-radius: 5px;
	    padding:15px 40px;
	    margin:0 auto;
    }
    
    .contenido3 {
        max-width: 100%;
    }
    
    .contenedor {
	    width: 85%;
	    margin-top: 0px;
	    margin-right: auto;
	    margin-bottom: 0px;
	    margin-left: auto;
    }
    
    /*.icono1 { background-image:url(../../images/icons.png) }
    
    .icono2 { display:none; }*/
    
    .iconos_logos{
	    width:86%; margin:20px auto; text-align:center; overflow:hidden;
    }
    
    .logo_secure {
	    background-image: url(../../images/logo-securepay.png);
	    float: right;
	    height: 62px;
	    width: 223px;
    }
}

@media (max-width:767px){/*(max-width: @screen-xs-max)  {*/
    
    #alignButton1, #alignButton2 { display:none;}
    
    .contenido_pago{
	    width:100%;
	    height: 100%;
	    background:#FFFFFF;
	    border:1px solid #0182C4;
	    webkit-border-radius: 5px;
	    -moz-border-radius: 5px;
	    border-radius: 5px;
	    padding:10px 20px;
	    margin:0 auto;
    }
    
    .contenido3 {
        max-width: 100%;
    }
    
    .contenedor {
	    width: 95%;
	    margin-top: 0px;
	    margin-right: auto;
	    margin-bottom: 0px;
	    margin-left: auto;
    }
    
    /*.icono1 { background-image:url(../../images/icons1.png) }
    
    .icono2 { background-image:url(../../images/icons2.png); display:block; }*/
    
    .iconos_logos{
	    width:57%; margin:20px auto; text-align:center; overflow:hidden;
    }
    
    .logo_secure {
	    background-image: url(../../images/logo-securepay.png);
	    float: right;
	    height: 62px;
	    width: 223px;
    }
}

@media (max-width:525px){/* Dispositivos con resolucion extra-pequeña 479px*/
    
    #alignButton1 { display:none; }
    #alignButton2 { display:none; }
    
    body{ background: none !important; }
    
    .col-xss { width:100%; }
    
    .contenido_pago{
	    width:100%;
	    height: 100%;
	    background:#FFFFFF;
	    border:1px solid #0182C4;
	    webkit-border-radius: 5px;
	    -moz-border-radius: 5px;
	    border-radius: 5px;
	    padding:10px 20px;
	    margin:0 auto;
    }
    
    .contenido3 {
        max-width: 100%;
    }
    
    .contenedor {
	    width: 95%;
	    margin-top: 0px;
	    margin-right: auto;
	    margin-bottom: 0px;
	    margin-left: auto;
    }
    
    /*.icono1 { background-image:url(../../images/icons1.png) }
    
    .icono2 { background-image:url(../../images/icons2.png); display:block; }*/
    
    .iconos_logos{
	    width:100%; margin:20px auto; text-align:center; overflow:hidden;
    }
    
    .logo_secure { display:none; }
}

/*tag base*/
body{
	background:url(../../images/bg.jpg) no-repeat;
	background-position: center center;
	background-attachment: fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	font-family: 'Open Sans';
}

input{
	width:100%;
	height:30px;
	border:1px solid #CBCBCB;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

label{
 	font-size:15px;
	color:#003151;
	display:block;
	margin-bottom:4px;
}

a{
	color:#7BAAD7;
	text-decoration:none;
}
	

/*maquetación*/
/*.contenedor {
	width: 85%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}*/

.copyright{
  color:#fff;
  font-size:14px;
  text-align:center;
}

.wraper{
	width:100%;
	float:left;
}
.logo_brand {
	background-image: url(../../images/logo-olimpia.png);
	float: left;
	height: 62px;
	width: 223px;
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: 0 9px;
}
/*.logo_secure {
	background-image: url(../../images/logo_secure%20pay.png);
	float: right;
	height: 57px;
	width: 226px;
}*/
.menu_header {
	font-size: 18px;
	color: #FFFFFF;
	background-color: #1aad4b;
	float: left;
	width: 100%;
	margin:5px 0;
	padding:10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.text_head {
	float: left;
	width: 100%;
	color:#fff;
	margin:10px 0;
}

.contenido{
	width:70%;
	height: 530px;
	background:#FFFFFF;
	border:1px solid #0182C4;
	webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding:20px 50px;
	margin:0 auto;
}

.contenido2 h2{
	font-size:18px;
	color: #0182C4;
	border-bottom:1px solid #0182C4;
	font-weight:normal;
	padding-bottom:4px;
	margin-bottom:35px;
	width:100%;
	/*float:left;*/
}

.linea{
	margin-top:20px;
	margin-bottom:15px;
	border-bottom:1px solid #0182C4;
	width:100%;
}

.contenido h3{
	font-size:14px;
	color: #0182C4;
	font-weight:normal;
	padding-bottom:4px;
	margin-bottom:35px;
	float:left;
	width:100%;
}

.contenido2{
	/*width:70%;*/
	max-width:964px;
	min-height: 430px;
	background:#FFFFFF;
	border:1px solid #0182C4;
	webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding:20px 50px;
	margin:0 auto;
}

/*.contenido3{
	width:85%;
	padding:20px 50px;
	margin:0 auto;
	background:#FFFFFF;
	width:70%;
	background:#FFFFFF;
	border:1px solid #0182C4;
	webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding:20px 50px;
	margin:0 auto;
}*/

.contenido3 {
    background: none repeat scroll 0 0 #ffffff;
    border: 1px solid #0182C4;
    border-radius: 5px;
    margin: 0 auto;
    padding: 0 20px 60px;
    /*max-width: 60%;*/
}

.contenido3 h4{
	font-size:14px;
	color: #005DB7;
	font-weight:bold;
	margin-bottom:25px;
	width:100%;
	float:left;
}

/*.contenido_pago{
	width:70%;
	height: 100%;
	background:#FFFFFF;
	border:1px solid #0182C4;
	webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding:20px 50px;
	margin:0 auto;
}*/

h2.titulo_contenido{
	font-size:20px;
	color: #0182C4;
	border-bottom:1px solid #0182C4;
	font-weight:normal;
	padding-bottom:4px;
	margin-bottom:35px;
	width:100%;
	float:left;
}

.input_form{
	/* float:left;
	width:45%; */
	padding:10px 10px;
}

.input_form1{
	float:left;
	width:100%;
	padding:0 20px;
	margin-top:30px;
	margin-bottom:30px;
}

.icono1, .icono2 { float:left; }

/*.iconos_logos{
	width:50%; margin:20px auto; text-align:center; overflow:hidden;
}*/

/*botones*/
.boton_pagar{
	/*background:url(../../images/bg_btnpagar.png) no-repeat;*/
	background:#1aad4b;
	border:none;
	color:#FFF;
	font-size:12px;
	width: 100%;
	min-width: 100px;
	height:38px;
	float:right;
	font-weight:bold;
	border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
	/*margin-right:10px;*/
}

.boton_pagar:hover{
	/*background:url(../../images/bg_btnpagar.png) no-repeat;*/
	background:#18c954;
}

.boton_cancelar{
	/*background:url(../../images/bg_btncancelar.png) no-repeat;*/
	background:#0182C4;
	border:none;
	color:#fff;
	font-size:12px;
	min-width: 103px;
	width: 100%;
	height:38px;
	float:right;
	font-weight:bold;
	border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

.boton_imprimir{
	/*background:url(../../images/bg_btncancelar.png) no-repeat;*/
	background:#DA1984;
	border:none;
	color:#fff;
	font-size:12px;
	width: 168px;
	height:38px;
	float:right;
	font-weight:bold;
	margin-top:3%;
	margin-left:3%;
	border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

.boton_imprimir:hover{
	/*background:url(../images/bg_btncancelar.png) no-repeat;*/
	background:#E22094;
	border:none;
	color:#fff;
	font-size:12px;
	width: 168px;
	height:38px;
	float:right;
	font-weight:bold;
	margin-top:3%;
	margin-left:3%;
	cursor: pointer;
	border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

.boton_verde{
	/*background:url(../../images/bg_btnpagar.png) no-repeat;*/
	background:#0182C4;
	border:none;
	color:#FFF;
	font-size:12px;
	width: 100%;
	height:49px;
	float:right;
	border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

@media (min-width: 800px) {
	.boton_verde{
	/*background:url(../../images/bg_btnpagar.png) no-repeat;*/
	background:#0182C4;
	border:none;
	color:#FFF;
	font-size:14px;
	width: 42%;
	height:49px;
	float:right;
	border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

}

.boton_verde:hover{
	/*background:url(../../images/bg_btnpagar.png) no-repeat;*/
	background:#058CC1;
	cursor: pointer;
}

/*.boton_cancelar:hover{
	background:url(../../images/bg_btncancelar.png) no-repeat;
	background:#E22094;
	color:#fff;
	font-size:14px;
	font-weight:bold;
	cursor: pointer;
	border:none;
	width: 42%;
	height:38px;
	float:right;
}*/

.boton_cancelar:hover{
	/*background:url(../../images/bg_btncancelar.png) no-repeat;*/
	background:#00a9ff;
	cursor: pointer;
}
	
.boton_regresar{
	/*background:url(../../images/bg_regresar.png) no-repeat;*/
	border:none;
	width: 203px;
	height:49px;
	float:right;
}

.boton_siguiente{
	/*background:url(../images/bg_btncancelar.png) no-repeat;*/
	background:#0182C4;
	border:none;
	color:#fff;
	font-size:14px;
	/*width: 168px;*/
	max-width: 168px;
	height:38px;
	float:right;
	font-weight:bold;
	margin-top:3%;
	margin-left:3%;
	border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

/*.boton_siguiente:hover{
	background:url(../images/bg_btncancelar.png) no-repeat;
	background:#058CC1;
	border:none;
	color:#fff;
	font-size:14px;
	width: 168px;
	height:38px;
	float:right;
	font-weight:bold;
	margin-top:3%;
	cursor: pointer;
	border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}*/

.boton_siguiente:hover{
	/*background:url(../images/bg_btncancelar.png) no-repeat;*/
	background:#599405;
	cursor: pointer;
}

/*table*/
.title_tabla{
	font-weight:bold;
	font-size:14px;
	color:#003151;
}

.title_tabla4 {
    color: #005db7;
    font-size: 18px;
    font-weight: normal;
}

.center_table{
	/*width:90%;*/
	max-width:510px;
	margin:0 auto;
}

.center_table h3{
	color:#3B81F7;
	font-size:12px;
	font-weight:normal;
	max-width:510px;
	margin:0 auto;
}

.grilla{
	border:1px solid #EBEBEB;
	max-width:510px;
	margin:0 auto;
}

.grilla1{
	border:1px solid #EBEBEB;
	max-width:510px;
	margin:0 auto;
	background:#F5F5F5;
}

.tr1{
	height:40px;
	background:#F9F9F9;	
	font-size:14px;
	color:#003151;
}

.td1{
	border-bottom:1px solid #003151;
	text-align:left;
	padding-left:5px;
}

.td1a{
	text-align:left;
	padding-left:5px;
}

.td1_boldul{
	border-bottom:1px solid #003151;
	text-align:left;
	padding-left:5px;
	font-weight:bold;
}

.td1_bold{
	text-align:left;
	padding-left:5px;
	font-weight:bold;
}

.tr2{
	height:40px;
	/*background:#EBEBEB;*/
	background:#F5F5F5;
	font-size:14px;
	color:#003151;
}

.td2{
	border-bottom:1px solid #003151;
	text-align:right;
	padding-right:5px;
	width:60%;
}

.td2a{
	text-align:right;
	padding-right:5px;
	width:60%;
	
}

.td2_boldul{
	border-bottom:1px solid #003151;
	text-align:right;
	padding-right:5px;
	font-weight:bold;
	width:60%;
}

.td2_bold{
	text-align:right;
	padding-right:5px;
	font-weight:bold;
	width:60%;
}

.td3{
	border-bottom:1px solid #003151;
	text-align:right;
	padding-right:5px;
	width:60%;
}

.td_contacto{
	font-size:15px;
	color:#003151;
	text-align:left;
	padding-left:5px;
	padding-top:2%;
	width:100%;
	float:left;
}

.sub_title{
	color:#003151;
	font-size:12px;
	font-weight:400;
	height:35px;
}
/* Mensajes de Ayuda*/

input[type="text"]~.field-help,input[type="number"]~.field-help,input[type="email"]~.field-help,input[type="url"]~.field-help,input[type="tel"]~.field-help,input[type="password"]~.field-help,textarea~.field-help,.dijitSelect~.field-help{
	-webkit-transition:all .25s ease-in-out 0;
	-ms-transition:all .25s ease-in-out 0;
	transition:all .25s ease-in-out 0;
	display:block;opacity:0;max-height:0;
	top:-1.1538461538461537em;
	overflow:hidden;
	font-size:12px;
	z-index: 10000;
}
input[type="text"]~.field-help.always-show,input[type="number"]~.field-help.always-show,input[type="email"]~.field-help.always-show,input[type="url"]~.field-help.always-show,input[type="tel"]~.field-help.always-show,input[type="password"]~.field-help.always-show,textarea~.field-help.always-show,.dijitSelect~.field-help.always-show{
	opacity:1;
	max-height:200px;
	-webkit-transition:none;
	-ms-transition:none;transition:none;
}
input[type="text"]:focus~.field-help,input[type="number"]:focus~.field-help,input[type="email"]:focus~.field-help,input[type="url"]:focus~.field-help,input[type="tel"]:focus~.field-help,input[type="password"]:focus~.field-help,textarea:focus~.field-help,.dijitSelect:focus~.field-help,input[type="text"]:active~.field-help,input[type="number"]:active~.field-help,input[type="email"]:active~.field-help,input[type="url"]:active~.field-help,input[type="tel"]:active~.field-help,input[type="password"]:active~.field-help,textarea:active~.field-help,.dijitSelect:active~.field-help{
	opacity:1;
	max-height:200px
}
.invalid-error{
	top:-1.1538461538461537em;
	max-height:200px
}
.field-tip{
	position:absolute
}
.field-tip.block{
	display:block;
	margin:-0.9230769230769231em 0 0 0;
	position:static
}

.field-help{
	font-size:8px;
}

/*select*/

.select_blue select{
	height:39px;
	border: 0 !important;  /*Removes border*/
	background: url(../../images/bg_select.png) no-repeat #327DC5;
	margin:10px 0;
	padding:5px;
	color:#fff;
	font-size:14px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
	text-indent: 0.01px; /* Removes default arrow from firefox*/
    text-overflow: "";  /*Removes default arrow from firefox*/
    box-sizing: border-box;
	overflow: hidden;
	position: relative;     
}
.styled-select {
  border: 0 !important;  /*Removes border*/
  box-sizing: border-box;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  float:right;
  font-size:14px;
  overflow: hidden;
  position: relative;
  margin:10px 0;
}
.styled-select, .styled-select select { width: 100%;}
select:focus { outline: none; }
.styled-select select {
  height: 34px;
  padding: 5px 0 5px 5px;
  /*background: url(../../images/bg_select.png) no-repeat #327DC5;*/
  background: url(../../images/bg_select.png) no-repeat;
  background-position:center right;
  /*border: none;*/
  border: 1px solid #005EB8;
  /*color:#fff;*/
  color:#254761;
  /*hide default down arrow in webkit */
  -webkit-appearance: none; 
}

td h3{
	font-size:14px;
	color: #0182C4;
	font-weight:normal;
	padding-bottom:4px;
	margin-bottom:35px;
	float:left;
	width:100%;
}

@-moz-document url-prefix(){
  .styled-select select { width: 100%; }
}
.top-logos {
  margin-top: 20px;
}

.transparencia {
    opacity: 0.6;
    filter: alpha(opacity=60);
}

#primary-menu ul li .mega-menu-content ul:not(.megamenu-dropdown) {
	display: block !important;
	opacity: 1 !important;
	top: 0;
	left: 0;
}

#top-account .dropdown-menu { padding: 10px 0; }

#top-account .dropdown-menu li a {
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	text-align: left;
	line-height: 22px;
}

#top-account .dropdown-menu li a .badge {
	display: block;
	float: right;
	margin: 2px 0 0 0;
}

#top-account .dropdown-menu li a i:last-child {
	position: relative;
	top: 1px;
	margin-left: 5px;
}

 select::-ms-expand { display: none; } /* hide default down arrow in IE10*/

/* hack to fall back in opera */
_:-o-prefocus, .selector {
  .styled-select { background: none; }
}
/* Estilos para responsive*/

.col-padding {
    padding: 3px 5px; 
    min-height:80px;
}

.col-padding-btn {
    padding: 3px 5px;
}

.ventana_flotante {
    background: none repeat scroll rgba(255,255,220,0.8);
    border-radius: 6px 6px 6px 6px;
    bottom: 50px;
    left: auto;
    padding: 20px;
    text-align: justify;
    margin-bottom: 20px;
    width: auto;
    z-index: 15;
}