body {
	background: #FFF;
	margin:0px;
	text-rendering: optimizelegibility;
	font-family:Arial, Helvetica, sans-serif;
}
img {
	margin:none;
	border:0;}

p{
	font-family:Arial, Helvetica, sans-serif;
	line-height:normal;
	
	}
	
.div_carrusel{
	height: 295px;
    width: 645px;
	float:left;
	margin:15px 0 15px 0;
	border: 1px solid #fff;
    background: #000;
	}
	
.box_boton_alerta {
    width: 50%;
    height: 60px;
    float: left;
    text-align: center;
    margin-bottom: 10px;
}
	
.div_ban-sup-der{
	height: 295px;
    width: 960px;
	float:left;
	margin: 15px 0 15px 18px;
	border: 1px solid #fff;
    background: #fff;
	}

.div_ban_top { height:140px; width:960px; bafloat:left;}

.banner_mini_right { float:left;  }

.banner_mini_right_margin {margin-right:7px; }

.margin_banner_top { margin-bottom:15px;}



.wrap_sub_banners {
	height: auto;
    width: 960px;
	float:left;
	}

.box_sub_banner { height:250px; width:250px; float:left; margin-right:10px; }

.box_sub_banner2 { height:250px; width:440px; float:left; }

.box_sub_banner_large { height: 200px; width: 960px; float:left; margin-top: 10px; margin-bottom:20px;}


/*---PRODUCTO HOME--*/
.div_prod-home{
	height: 335px;
    width: 239px;
	float:left;
	margin:0 0 25px 0;
	border-right:1px solid #fff;
	border-bottom:1px solid #fff;
    background: #fff;
	}
.div_desc-home{
	height: 68px;
    width: 209px;
	float:left;
	padding:15px;
	border:none;
    background: #fff;
    text-align: left;
	}
	
/* -- CODIGO ClaroShop TOP -- */

.line_claro { width:100%; height:30px; margin:0 auto; padding-bottom:10px; }

.box_btn_claro { width:960px; height:30px; margin:0 auto; text-align:right;}

.btn_claroshop { line-height:45px;}

.btn_img_claroshop { padding-top:5px;}	

.btn { line-height: 37px;}
	
/* -- CODIGO MENU GRIS TOP -- */
.div-gris{
	background-color:#fff;
	display: block;
}

ul.lstgris,
ul.lstgris ul,
ul.lstgris li,
ul.lstgris a {
    margin: 0;
    padding: 0;
    border: none;
    outline: none;	
	z-index: 100;
}
 
ul.lstgris {
    height: 22px;
    width: 960px;
	margin:0px auto;
    background: #fff;
}
 
ul.lstgris li {
    position: relative;
    list-style: none;
	float:right;
    display: block;
    height: 22px;
	margin-left:0px;
	width:none;
}
ul.lstgris li a {
    display: block;
    padding: 0 12px;
    margin: 0px 0;
    line-height: 22px;
    text-decoration: none;
	font-family:Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #0071bd;
}

.telmexcom{
    font-size: 15px;
    color: #0071ca;
}

.telmexcom:hover{ color: #00AEF0;}

ul.lstgris li:first-child a { border-left: none; }
ul.lstgris li:last-child a{ border-right: none;}
 
ul.lstgris li:hover > a {  color:#00AEF0;
background-color:#fff; font-size:12px;
	}
ul.lstgris ul {
    position: absolute;
    top: 22px;
    left: 0;
    opacity: 0;
	background-color:#fff;
	-webkit-transition: opacity .25s ease .1s;
    -moz-transition: opacity .25s ease .1s;
    -o-transition: opacity .25s ease .1s;
    -ms-transition: opacity .25s ease .1s;
    transition: opacity .25s ease .1s;
}
 ul.lstgris li:hover > ul { 
 opacity: 1; 
 border-left: 1px solid #0acdff;
 
	border-right: 1px solid #0acdff;
    border-bottom:1px solid #0acdff;}
 
ul.lstgris ul li {
    height: 0;
    overflow: hidden;
    padding: 0;
	
    -webkit-transition: height .25s ease .1s;
    -moz-transition: height .25s ease .1s;
    -o-transition: height .25s ease .1s;
    -ms-transition: height .25s ease .1s;
    transition: height .25s ease .1s;
}
ul.lstgris li:hover > ul li {
    height: 25px;
    overflow: visible;
    padding: 0;
}
ul.lstgris ul li a {
    width: 130px;
	height:25px;
    padding: 0 10px;
    margin: 0;
    font-size: 12px;
    border-bottom: 1px solid #f5f5f5;
} 
ul.lstgris ul li:last-child a { border: none; }



/* ----- CODIGO ventana modal ----- */

.select_estado {  border: none; width: 120px; background-color:#FFFFFF; text-align: center; color: #0071bd;}

.box_modal_region {
    display:;
    position: fixed; 
    z-index: 9999; 
    padding-top: 200px; 
    left: 0;
    top: 0;
    width: 100%; 
    height: 100%; 
    overflow: auto; 
    background-color: rgb(0,0,0); 
    background-color: rgba(0,0,0,0.4); 
	text-align: center;
}
.contenido {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
}
.cerrar1 {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}
.cerrar1:hover,
.cerrar1:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}


#listNegocios { width:60%; height:35px;   }

.link_white {color:#ffffff;}

.btn_modal_region {  
width:60%; height:40px; margin:0 auto; line-height:38px; 
font-size:15px; font-weight:normal; text-decoration: none;
background-color:#00ADEE; color:#ffffff; 
-webkit-transition: all 0.5s ease-out;
-moz-transition: all 0.5s ease-out;
-o-transition: all 0.5s ease-out;
transition: all 0.5s ease-out; }

.btn_modal_region:hover { 
 background-color:#264f77; 
-webkit-transition: all 0.5s ease-out;
-moz-transition: all 0.5s ease-out;
-o-transition: all 0.5s ease-out;
transition: all 0.5s ease-out;}


.text_modal_region { font-size:15px; color:#5E5E5E; text-align: center; }

.text_modal_title_region { font-size:22px; color:#0085ca;  text-align: center; }


.contenido_noentrega {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 30%; }

.img_modal_ { width: 100%; float: left; text-align: center; margin-bottom:15px; }

.lista_ventana_ { width:100%; height: auto; margin-bottom:15px;  text-align: left; color:#5E5E5E; font-size:15px;  text-decoration: none;}



/* ----- CODIGO MENU USUARIO ----- */
.div-usuario{
    display: block;
	float:right;
	width:auto;
	}

.div-saludo{
	float:right;
	padding-top:25px;
	padding-right:30px;
	width:auto;
}

ul.lst-usuario,
ul.lst-usuario ul,
ul.lst-usuario li,
ul.lst-usuario a {
    margin: 0;
    padding: 0;
    border: none;
    outline: none;
	z-index: 80;
	}
 
ul.lst-usuario {
    height: 30px;
    width: auto;
	margin:20px auto 0 0;
    background: #fff;
}
 
ul.lst-usuario li {
    position: relative;
    list-style: none;
	float:left;
    display: block;
    height: 30px;
    margin-left:0px;
	width:none;
}
ul.lst-usuario li a {
    display: block;
	overflow:hidden;
    padding: 0 12px;
    margin: 0px 0px;
    line-height: 30px;
    text-decoration: none;
	font-family:Arial, Helvetica, sans-serif;
    font-size: 15px;
    color: #0071ca;
}

ul.lst-usuario li:first-child a { border-left: none; }
ul.lst-usuario li:last-child a{ border-right: none;}
 
ul.lst-usuario li:hover > a{ color: #0acdff;
    background-color:#fff;
	font-size:15px; 
    border-left: 1px solid #0acdff;
	border-right: 1px solid #0acdff;
    border-top:1px solid #0acdff;
	
	}

	
ul.lst-usuario ul {
    position: absolute;
    top: 30px;
    left: 0;
    opacity: 0;
	background-color:#fff;
	border-left: 1px solid #0acdff;
	border-right: 1px solid #0acdff;
    border-bottom:1px solid #0acdff;
	
	/*BOX SHADOW*/
	-webkit-box-shadow: 7px 7px 5px 0px rgba(50, 50, 50, 0.13);
    -moz-box-shadow:    7px 7px 5px 0px rgba(50, 50, 50, 0.13);
    box-shadow:         7px 7px 5px 0px rgba(50, 50, 50, 0.13);
}
 ul.lst-usuario li:hover > ul { opacity: 1;}
 
 ul.lst-usuario ul li {
	 width:inherit;
	/*width:240px;***modificar este****/
    height: 0;
    overflow: hidden;
    padding: 0;
  -webkit-transition: height .25s ease .1s;
    -moz-transition: height .25s ease .1s;
    -o-transition: height .25s ease .1s;
    -ms-transition: height .25s ease .1s;
    transition: height .25s ease .1s;
   }
 ul.lst-usuario li:hover  ul li {
   height:inherit;
   overflow: visible;
   border-bottom: 1px solid #f5f5f5;}
 ul.lst-usuario ul li a {
	height:30px;
    margin: none!important;
    font-size: 12px !important;
	border-left: none !important;
	border-right: none !important;
    border-top: none !important;
 } 

ul.lst-usuario ul li:last-child a { border: none;border-right: none; }

/* -- CODiGO LOGO, CARRITO, BUSCADOR -- */
.centrado{
    height: 85px;
    width: 960px;
	margin:0 auto;
	margin-bottom:10px;
	}
.centrado2{
    width: 960px;
	margin:0 auto;
	}
	
.logo{
	display:inline;
	border-left:0px;
	float:left;}
.bansuper{
	display:inline;
	width:325px;
	height:48px;
	margin-top:10px;
	margin-left:150px;
	float:left;}
.div_payback_suscribete {
	float:left;height:auto;background: url('../images/PB_logo.png') no-repeat right center; margin-top:15px;
	height: 30px;
	width: 170px;
	padding-left: 10px;
}





.div_payback_suscribete div {
	margin: 0 0 0 0px;
	padding: 0 !important;
	line-height: normal !important;
	font-size: 13px;
	font-weight: bold;
	color: #0071ca;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	display: inline-block;
	vertical-align: middle;
	position: relative;
    float: left;
    width: 100px;
    top: 25%;
}
.conte-car{
	display:inline;
	margin-top:10px;
	margin-left:20px;
	height:40px;
	width:40px;
	float:right;
	cursor:pointer;
	}
	
.carrito{
	display:inline;
	border-right:0px;
	height:40px;
	width:40px;
	float:right;
	cursor:pointer;
	background-image:url(../images/carrito.gif);}
	
	
.div-cta{
    background-color:#f8f8f8;
	height:auto;
	width:315px;
	display: block;

	}
	
.div-producto{
	display: block;
    background-color:none;
	height:auto;
	width:286px;
	float:left;
	text-align:right;
    margin:15px 15px 15px 15px;
	}
.div-precio{
    background-color:#none;
	display: block;
	float:left;
	width:100px;
	margin:15px 15px 15px 0;
	text-align:right;
	
	}
.div-subtotal{
	display: block;
    background-color:#fff;
	height:auto;
	width:285px;
	float:left;
    margin:15px 15px 15px 0px;
	text-align:right;
	border-top: 1px solid #efefef;
	}

.div-btn-cta{
	display: block;
	height:auto;
	width:285px;
	float:left;
    margin:0 15px 0px 0px;
	text-align:right;
	}
span.amarillo {
    background: #f8f649;
    border-radius: 0.8em;
    -moz-border-radius: 0.8em;
    -webkit-border-radius: 0.8em;
    color: #000;
    display: inline-block;
    font-weight: bold;
    font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
    line-height: 1.8em;
    margin-right: 15px;
    text-align: center;
    width: 1.6em;
   }

/* Buscador */

#searchform 
{ 
	display:inline;
	position: relative;
	margin: 0;
	width: 333px;
	height:30px;
	float:right;
	z-index: 70;
	margin-top:8px;
	
}

.buscador {
height:30px;
width:285px;
background-color:#fff;
border:1px solid #E8EEEC;
padding-left:10px;
-webkit-border-top-left-radius: 3px;
-webkit-border-bottom-left-radius: 3px;
-moz-border-radius-topleft: 3px;
-moz-border-radius-bottomleft: 3px;
border-top-left-radius: 3px;
border-bottom-left-radius: 3px;
color:#999;
font-size:12px;
float:left;
}

.btn_buscador {
background-color:#264F77; height:33px; 
width:30px; 
border:0px; padding-bottom:10px;  
background-image:url(../images/bg_btn_buscador.jpg);
border:1px solid #264F77;
-webkit-border-top-right-radius: 3px;
-webkit-border-bottom-right-radius: 3px;
-moz-border-radius-topright: 3px;
-moz-border-radius-bottomright: 3px;
border-top-right-radius: 3px;
border-bottom-right-radius: 3px;
float:left;
cursor:pointer;
 }

#simpleQueryForm { /*El buscador-form*/
height:22px;
width:150px;
padding:4px;
text-align:center;
/* border radius */
	-webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
	/* box shadow */
    -webkit-box-shadow: inset 0px 2px 6px #f2f2f2;
	-moz-box-shadow: inset 0px 2px 6px rgba(0,0,0,.2);
	box-shadow: inset 0px 2px 6px rgba(0,0,0,.2);
	/* transition */
	-webkit-transition: width .7s;
	-moz-transition: width .7s;
	transition: width .7s;
    font: 12px/14px 'Arial',helvetica, sans-serif;
	color:#9c9a9a;
	border:none;
background:#fff;
}

#simpleQueryForm #textInputSearch{ /*Texto*/
width:105px;
height:15px;
border:none;
padding:5px 5px;
font-weight:normal;
color:#b0b0b0;
float:left;

}

#simpleQueryForm #botonbuscar1{ /*Botón buscar*/
background:url(../images/lupa.gif) no-repeat left top;
width:20px;
height:22px;
margin-left:10px;
float:right;
border:none;
cursor:pointer;
}

/* -- CODIGO PARA MENU PRINCIPAL -- */
  .div-basemenu{
	clear:both;
    background-color:#00AEF0;
	display: block;
	height:40px;
	
}
.div-menu{
    display: block;
	width:970px;
	float:left;
	clear:both;
}

ul.menu,
ul.menu ul,
ul.menu li,
ul.menu a {
    margin: 0;
    padding: 0;
    border: none;
    outline: none;
}
 
ul.menu {
    height: 40px;
    width: 970px;
	margin:0 auto;
    background-color:#00AEF0;

}
 
ul.menu li {
    position: relative;
    list-style: none;
    float: left;
    display: block;
    height: 42px;
    z-index: 2;
	/*width:120px;/* IE8 e inferiores */
	width:auto;
}
ul.menu li a {
    display: block;
    padding: 2px 11px;
    margin: 0px 0;    
    height : 35px;
    text-decoration: none;
    font-family: Arial,Helvetica, sans-serif;
	text-align:left;
    font-size: 14px;
    color: #ffffff;
    text-shadow: 0px 0px 1px rgba(0,0,0,.2);
 -webkit-transition: all 0.5s ease-out;
-moz-transition: all 0.5s ease-out;
-o-transition: all 0.5s ease-out;
transition: all 0.5s ease-out;}

 
ul.menu li:first-child a { border-left: none;}
ul.menu li:last-child a{border-right: none;}
 
ul.menu li:hover > a { 
    color: #ffffff;
    background-color:#264f77;
	font-size:14px;
-webkit-transition: all 0.5s ease-out;
-moz-transition: all 0.5s ease-out;
-o-transition: all 0.5s ease-out;
transition: all 0.5s ease-out;
 -webkit-box-shadow: 4px 4px 5px 0px rgba(50, 50, 50, 0.18);
    -moz-box-shadow:    4px 4px 5px 0px rgba(50, 50, 50, 0.18);
     box-shadow:         4px 4px 5px 0px rgba(50, 50, 50, 0.18);
}


.red_hotsale {background-color: #ff1a2b; line-height:40px; }

.red_hotsale:hover {background-color:#660000; }

/*sub boton*/
ul.menu ul {
    position: absolute;
    top: 40px;
	border-bottom: 1px solid #e4e4e4;
    opacity: 0;
	background-image:url(../images/img_btn.png);
    -webkit-transition: opacity .25s ease .1s;
    -moz-transition: opacity .25s ease .1s;
    -o-transition: opacity .25s ease .1s;
    -ms-transition: opacity .25s ease .1s;
    transition: opacity .25s ease .1s;
	
	/* box shadow */
	-webkit-box-shadow: 4px 4px 5px 0px rgba(50, 50, 50, 0.18);
    -moz-box-shadow:    4px 4px 5px 0px rgba(50, 50, 50, 0.18);
    box-shadow:         4px 4px 5px 0px rgba(50, 50, 50, 0.18);
}
 ul.menu li:hover > ul { opacity: 1; }
 
ul.menu ul li {
    height: 0;
    overflow: hidden;
	width:210px;
    padding: 0;
    -webkit-transition: height .25s ease .1s;
    -moz-transition: height .25s ease .1s;
    -o-transition: height .25s ease .1s;
    -ms-transition: height .25s ease .1s;
    transition: height .25s ease .1s;
	
}
ul.menu li:hover > ul li {
    height: 36px;
    overflow: visible;
    padding: 0;

}
ul.menu ul li a {
    width: auto;
    padding: 0 20px;
    margin: 0;
    font-size: 14px;
	border: none;
    border-bottom: 1px solid #e8eeec;
} 
ul.menu ul li:last-child a { border: none;}

/* -- FIN DE CODIGO PARA MENU PRINCIPAL -- */

/********Menu seleccionado*******/
.Activo{ 
    margin: 4px 0;
    line-height: 36px;
    color: #0071bd;
    border: 1px solid #f5f5f5;
	
	background-image:url(../images/back_activo.gif);
}

.ActivoPB{ 
    margin: 4px 0;
    line-height: 36px;
    color: #0071bd;
    border: 1px solid #f5f5f5;
}

/*-----ESTILO DE TEXTOS-----*/

/*Texto generico*/
.txt_general,.txt_saludo,.txt_producto, .txt_preciocta, .txt_subtotal,.txt_mercado,.txt_grismedio,.txt_nombreprod,.txt_descprod,.txt_desde_azul,.txt_precio_azul,.txt_prectachado,.txt_prec-amarillo,.txt_notasgris,.txt_nota-azul,.txt_blanc_med,.txt_blanc_gde,.tit_azul_gde,.txt_precioficha,.tit_descprod,.lnk_azul,a,.lnk_notagris,tit_azul_home{background-color: inherit;text-decoration: none; font-family:Arial, Helvetica, sans-serif; margin: 0;}
.txt_saludo{color:#0071ca; font-size:15px;width: 960px;}
.txt_mercado{color:#0071ca; font-size:15px; padding-right:25px;font-weight: bold;}
.txt_producto{color:#414042; font-size:12px; padding-bottom:10px; text-align:left!important;}
.txt_preciocta {color:#0071ca; font-size:12px; padding-bottom:10px; text-align:right!important;}
.txt_precioficha {color:#0acdff; font-size:28px;}
.txt_subtotal {color:#0071ca; font-size:13px; padding-bottom:10px; padding-top:10px; font-weight: bold;}
.txt_nombreprod {color:#414042; font-size:17px;font-weight: bold;}
.txt_nombreprod a {color:#414042;}
.txt_nombreprod a:hover {color:#0071ca;}
/*.txt_nombreprod a:visited {color:#8e8e90;}*/

.producto_disponible {margin-top: 12px; margin-bottom: 14px; color: #109A00; font-size:18px; float: left; width:99%;  }

.txt_descprod {color:#666666; font-size:13px; }
.txt_desde_azul {color:#0071ca; font-size:13px;text-decoration: none;}
.txt_precio_azul {color:#0071ca; font-size:16px; font-weight: bold; }
.txt_prectachado {color:#414042; font-size:13px; text-decoration:line-through; }
/*
.txt_prec-amarillo {color:#0071ca; font-size:16px; background:#FAFA48; padding:2px 4px; font-weight: bold;}
*/
.txt_prec-amarillo {color:#0071ca; font-size:16px;  padding:2px 4px; font-weight: bold;}
.txt_resalte-amarillo {color:#414042; font-size:12px; background:#FAFA48; padding:2px 4px;}
.txt_resalte-azul {color:#0ACDFF; font-size:13px;font-weight: bold;}
.txt_red_rfc { color: darkred; font-size:13px; }

.txt_blanc_med {color:#fff; font-size:13px;font-weight: bold; }
.txt_blanc_gde {color:#fff; font-size:16px; }
.txt_nota{color:#414042; font-size:12px;}
.txt_notasgris{color:#414042; font-size:11px;}
.txt_nota-azul{color:#0071bd; font-size:11px;}
.txt_error{font-size:10px;color: #FF0000;}


.txt_grismedio{color:#414042; font-size:12px;}
.lnk_notagris{background-color:inherit;color: #414042; text-decoration:none;}
a.lnk_notagris:hover{background-color:inherit;color:#414042;}

.lnk_bred{background-color:inherit;color: #414042; text-decoration:none!important;font-size:12px;}
a.lnk_bred:hover{background-color:inherit;color:#0071ca;text-decoration:none!important;}

.lnk_azulmedio{background-color:inherit;color: #0090d1; text-decoration:underline!important;}
a.lnk_azulmedio:hover{background-color:inherit;color:#0090d1 !important;text-decoration:underline!important;}
/*Titulos*/
.tit_azul_gde{font-size: 17px;color: #0071ca;font-weight: bold;}
.tit_descprod {color:#414042; font-size:12px; font-weight: bold;}
.subtit_descprod {color:#0071bd; font-size:14px; font-weight: bold;}
.tit_descprod a {color:#414042;}
.tit_descprod a:hover {color:#0071ca;}
/*.tit_descprod a:visited{color:#8e8e90;}*/

.tit_azul_home{font-size: 22px;color: #0071ca;font-weight: bold;background:#FFF; padding:0px 8px;}

h1{font-family:Arial, Helvetica, sans-serif;margin: 0;font-size: 22px;color:#0071ca;}
h2{font-size: 17px;color: #0071bd; font-family:Arial, Helvetica, sans-serif;}
h3{font-size: 14px;color: #0071bd; font-family:Arial, Helvetica, sans-serif;}
h4{font-size: 32px;color: #393939; font-family:Arial, Helvetica, sans-serif;}


/*---BOTONES----*/

.frm_bot_azclaro{ background-color:#0acdff; font-family:Arial, Helvetica, sans-serif;
text-align:center;
font-size: 12px;color: #fff;font-weight:bold;text-decoration:none;vertical-align:top;
cursor: pointer; border:0; padding:8px 25px 8px 25px;   
    -webkit-border-radius: 0 0 8px 8px;
    -moz-border-radius: 2px 2px 2px 2px;
    border-radius: 2px 2px 2px 2px;}
	
.frm_bot_gris{ background-color:#999; font-family:Arial, Helvetica, sans-serif;
text-align:center;
font-size: 12px;color: #fff;font-weight:bold;text-decoration:none;vertical-align:top;
cursor: pointer; border:0; padding:8px 25px 8px 25px;   
    -webkit-border-radius: 0 0 8px 8px;
    -moz-border-radius: 2px 2px 2px 2px;
    border-radius: 2px 2px 2px 2px;}


.frm_bot_azoscuro{ background-color:#0085ca; font-family:Arial, Helvetica, sans-serif;
text-align:center;
font-size: 15px;color: #fff;font-weight:bold;text-decoration:none;vertical-align:top;
cursor: pointer; border:0; padding:10px 65px 10px 65px;   
-webkit-border-radius: 0 0 8px 8px;
-moz-border-radius: 3px 3px 3px 3px;
border-radius: 3px 3px 3px 3px;
-webkit-transition: all 0.5s ease-out;
-moz-transition: all 0.5s ease-out;
-o-transition: all 0.5s ease-out;
transition: all 0.5s ease-out;

}

.frm_bot_azoscuro:hover{ background-color:#005087; 
-webkit-transition: all 0.5s ease-out;
-moz-transition: all 0.5s ease-out;
-o-transition: all 0.5s ease-out;
transition: all 0.5s ease-out;
}

.frm_bot_red{ background-color:#e80c30; font-family:Arial, Helvetica, sans-serif;
text-align:center;
font-size: 15px;color: #fff;font-weight:bold;text-decoration:none;vertical-align:top;
cursor: pointer; border:0; padding:10px 35px 10px 35px;   
    -webkit-border-radius: 0 0 8px 8px;
    -moz-border-radius: 3px 3px 3px 3px;
    border-radius: 3px 3px 3px 3px;
 }

.frm_bot_carrito, .frm_bot_carrito_canalizaVta{ vertical-align:top; height:20px; width:73px;
cursor: pointer; margin-bottom:10px; margin-right:12px; margin-left:12px; border:none; background-image:url(../images/bot_comprar.png); float:right; background-color:#FFF;}
 a.frm_bot_carrito:hover, a.frm_bot_carrito_existencia:hover{ vertical-align:top; height:20px; width:73px;
cursor: pointer; margin-bottom:10px; margin-right:12px; margin-left:12px; border:none; background-image:url(../images/bot_comprar_.png); float:right; background-color:#FFF;}
.frm_bot_otra_tarj_payback{ vertical-align:top; height:16px; width:15px; 
cursor:pointer; margin-bottom:2px; margin-right:2px; margin-left:2px; border:none; background-image:url(../images/img_btn_close.png); float:right; background-color:#FFF;}
 a.frm_bot_otra_tarj_payback:hover{ vertical-align:top; height:16px; width:15px; 
cursor:pointer; margin-bottom:2px; margin-right:2px; margin-left:2px; border:none; background-image:url(../images/bot_comprar_.png); float:right; background-color:#FFF;}

/*---- CUADRO DE ACCESO ---*/

.div-hogar-negocio{
	display: block;
    background-color:#f4f4f4;
	padding-top:15px;
	height:270px;
	width:260px;
    margin:0;
	text-align:center; 
	}

.input-acceso{ 
    position: relative;
	margin: 10px 0 0  0;
    font: 12px/14px 'Arial',helvetica, sans-serif;
    width:180px;
    height:20px;
    color:#666;
    padding-left:.3em;
    border: 1px solid #0acdff;
	}

.input-acceso-factElect{ 
    position: relative;
	margin: 10px 0 0  0;
    font: 12px/14px 'Arial',helvetica, sans-serif;
    width:280px;
    height:20px;
    color:#666;
    padding-left:.3em;
    border: 1px solid #0acdff;
	}

/*----lista carrito---*/

ul.lst-carrito,
ul.lst-carrito ul,
ul.lst-carrito li,
ul.lst-carrito a {
    margin: 0;
    padding: 0;
    border: none;
    outline: none;
	z-index: 80;
	}
 
ul.lst-carrito {
    background: #fff;
}
 
ul.lst-carrito li {
	position: relative;
	list-style: none;
	float:left;
	display: block;
	margin-left:0px;
	width:inherit;
}
ul.lst-carrito li a {
    display: block;
	overflow:hidden;
    margin: 0px 0px;
    text-decoration: none;
	font-family:Arial, Helvetica, sans-serif;
    color: #0071ca;
}

ul.lst-carrito li:first-child a { border-left: none; }
ul.lst-carrito li:last-child a{ border-right: none;}
 
ul.lst-carrito li:hover > a{ color: #0acdff;
    background-color:#fff; 
    border-left: 1px solid #0acdff;
	border-right: 1px solid #0acdff;
    border-top:1px solid #0acdff;
	}

	
ul.lst-carrito ul {
	position: absolute;
	/*left: 0;*/
	right:0;
	opacity: 0;
	background-color:#fff;
	border-left: 1px solid #0acdff;
	border-right: 1px solid #0acdff;
	border-bottom:1px solid #0acdff;


	/*BOX SHADOW*/
	-webkit-box-shadow: 7px 7px 5px 0px rgba(50, 50, 50, 0.13);
	-moz-box-shadow:    7px 7px 5px 0px rgba(50, 50, 50, 0.13);
	box-shadow:         7px 7px 5px 0px rgba(50, 50, 50, 0.13);
}
 ul.lst-carrito li:hover > ul { opacity: 1;}
 
 ul.lst-carrito ul li {
    height: 0;
    overflow: hidden;
    padding: 0;
    -webkit-transition: height .25s ease .1s;
    -moz-transition: height .25s ease .1s;
    -o-transition: height .25s ease .1s;
    -ms-transition: height .25s ease .1s;
    transition: height .25s ease .1s;
   }
 ul.lst-carrito li:hover  ul li {
   height:inherit;
   overflow: visible;
   border-bottom: 1px solid #f5f5f5;}
 ul.lst-carrito ul li a {
    margin: none!important;
	border-left: none !important;
	border-right: none !important;
    border-top: none !important;
 } 

ul.lst-carrito ul li:last-child a { border: none;border-right: none; }

/*****footer******/
.div-footer{
    height: auto;
    width: 960px;
	margin:0 auto;
	margin-bottom:40px;
	margin-top:40px;
	text-align:center;
	line-height:1.5;
	}
.line-gris{
	width: 60%;
	height:1px;
	background:#efefef;
	margin:15px auto 10px auto;	
}

/***Estilos Internas***/

.div_esp-tec{
	height: 480px;
    width: 306px;
	float:left;
	display:block;
	margin:20px 20px 25px 0;
	border:none;
    background: #fff;
	}

.div_central{
	height: 500px;
    width: 500px;
	float:left;
	display:block;
	margin:20px 20px 25px 0;
	border:none;
    background:#ffffff;
	}
.div_pago{
	height: auto;
    width: 430px;
	float:right;
	display:block;
	margin:20px 0 25px 0;
	border:none;
    background:#ffffff;
	}
	
.div_tucredito{
	
	height: 25px;
    width: 292px;
	float:left;
	display:block;
	margin:0 0 10px 0;
	padding-left:15px;
	padding-top:6px;
	border:none;
    background:#0acdff;
	}


.div_tabs_caract { width:100%; height: auto; float: left; background-color:; margin:10px 0px 10px 0px;}


/* Style the tab */
.tab {
  overflow: hidden;
  border: 1px solid #fffff;
  background-color: #ffffff;
}

/* Style the buttons inside the tab */
.tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
  font-size: 17px;
}

/* Change background color of buttons on hover */
.tab button:hover {
  color: #0085ca;
border-bottom: 2px solid #0085ca;
}

/* Create an active/current tablink class */
.tab button.active {
color: #3E7EC7;
border-bottom: 2px solid #3E7EC7;
}

/* Style the tab content */
.tabcontent {
  display: none;
  padding: 6px 12px;
  border: 1px solid #ffffff;
  border-top: none;
}

.fot-interna{
	height:400px;
    width:400px;
	float:left;
	background:#ffffff;
	display:block;
    margin:0 27px 15px 28px;
	border:none;
    /*background: #fff;*/
	background-image:url(/images/img_nodisponible.jpg);
	position: relative;
}

.text_agotado {font-size:15px; color:#FF0004; }

.promocion{
	height: auto;
    width: 90%;
	float:left;
	display:block;
	/*background:#ffbb06;*/
	background:#ffffff;
	margin-top:15px;
    margin-left: 10px;
	margin: 10px 15px 30px 0px;
	border: solid 1px #FF0004; 
	border-radius: 10px;
}

.txt_title_promo {font-size:15px; color:#FF0004; }

.txt_genpromo{
	padding:5px 15px 15px 15px;
	font-family:Arial, Helvetica, sans-serif;
	color:#414042; font-size:13px;/*font-weight: bold;*/
}

.nota-promo{
	height: auto;
    width: 277px;
	float:left;
	padding:0px 15px 0px 15px;
	background:#ffe482;
	font-family:Arial, Helvetica, sans-serif;
	color:#414042; font-size:11px;
}
	
box_fot_mini {
	height: auto;
    width: 307px;
	float:left;
	display:block;
	margin-top:15px;
	margin-bottom:25px; 
}
	
.fot_mini {
	width:auto;
	height:auto; 
	float:left;
	display:block;
	margin-right:10px;
	margin-left:15px;
}

.fot_mini_select {
    border-bottom: solid 2px #009ad9;
}
		
.tit-caract{
	height: auto;
    width: 100%;
	float:left;
	margin:none;
	/*padding:0 10px 0 15px;*/
	background:#fff;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 13px;color:#0071ca;font-weight:bold;
}

.desc-ficha{
	height:auto;
    width: 100%;
	float:left;
	margin:none;
	padding:10px 0 20px 0;
	background:#fff;
	border-bottom:1px solid #ededed;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 13px;
	color:#414042;
}
	
.info-relevante{
	height:auto;
    width: 306px;
	float:left;
	margin:none;
	padding:5px 0 20px 0;
	background:#fff;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;color:#414042;
}
	
.div_opc-pago{
	height: auto;
    width: 90%;
	float:left;
	display:block;
	margin:0 0 15px 20px;
	padding-top:6px;
	padding-bottom:10px;
	border:none;
	border-bottom:1px solid #ededed;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 13px;color:#414042;
	text-align:left;
	line-height:1.8;
}

.precio-ficha{
	height: auto;
    width: 90%;
	float:left;
	display:block;
	margin:0 0 15px 20px;
	padding-bottom:20px;
	border:none;
	border-bottom:1px solid #ededed;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 13px;color:#414042;
	text-align:left;
	line-height:1.5;
}

.iconos{
	height: auto;
    width: 75px;
	float:left;
	display:block;
	margin:0 0 15px 20px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10px;color:#414042;
	/*text-align:left;*/
	text-align:center;
	line-height:1.2;
}

.kitru { width:30px;
	height: auto;
	float: left;
	padding-top:30px;	
}


.kitru_text{ width:180px;
	height: auto;
	float: left;
	font-size:13px;
	padding-top:30px;	
}
	
	/** Carrusel**/
	* { margin: 0; outline: none; }
		.c { clear: both; }
		#wrapper { margin: 0; padding:0px;width: 960px;}
		
		#apDiv1 {
	position:absolute;
	left:0px;
	top:250px;
	width:645px;
	height:45px;
	z-index:1;
}
#apDiv2 {
	/*position:absolute;
	left:3px;*/
	top:270px;
	width:320px;
	height:50px;
	z-index:1;
	margin:0 auto;
}
#apDiv3 {
	position:relative;
	/*left:68%;
	height:200;
	top:420px;*/
	width:645;
	height:15px;
	z-index:1;
}

/***Paginas especiales***/
.ban_especiales{
	height: 145px;
    width: 960px;
	float:left;
	margin:6px 0 20px 0;
	border: 0;
    background: #fff;
	}
.ban_especial_categoria{
	height: 145px;
    width: 960px;
	float:left;
	margin:6px 0 8px 0;
	border: 0;
    background: #fff;
	}
.div_prod-espec{
	height: 350px;
    width: 191px;
	float:left;
	margin:0 0 25px 0;
	border-right:1px solid #efefef;
	border-bottom:1px solid #efefef;
    background: #fff;
	}
	.div_desc-espec{
	height: 172px;
    width: 167px;
	float:left;
	padding:12px;
	border:none;
	line-height:1.2!important;
    background: #fff;
	}
	.img_prod { border:0; margin-left:0px; }
	.titulos_esp{
	height: 30x;
    width: 960px;
	float:left;
	margin:none;
	background:#fff;
	border-bottom:1px solid #ededed;
	margin-bottom:20px;
	}
	
	.titulos_esp_PYME{
	height: 30x;
    width: 960px;
	float:left;
	margin:none;
	background:#fff;
	border-bottom:0px solid #ededed;
	margin-bottom:20px;
	}
	
	.lst_bullet{font-size: 11px;color:#414042;list-style:none;margin: 0;padding: 0; margin-top:5px; margin-bottom:8px; font-family:Arial, Helvetica, sans-serif;}
    .lst_bullet li{background: url(../images/bullet.gif) 0px 0px;background-repeat: no-repeat;      
	 background-position: 0 6px;padding: 0 0 0 8px;margin:0;line-height:15px;text-align:left; }
	 
	 
	 
/* -- Rechazo de pago -- */	 
	 
.wrap_box { width:600px; height:400px; margin:0 auto;   }

.title_box { width:100%; height:auto; float:left; margin-top:20px; margin-bottom:20px;  border-bottom:1px solid #CCC; border-top:1px solid #CCC; padding-bottom:10px; padding-top:10px; }

.box_data1 { width:45%; height:auto; float:left; text-align:right; padding-right:10px; color:#414042; font-size:14px;}

.list_box { list-style:none;}

.box_data2 { width:50%; height:auto; float:left; text-align:left; color:#0071ca; font-size:14px;  }

.box_data3 { width:100%; height:auto; float:left; text-align:center; margin-top:15px; border-bottom:1px solid #CCC;  }

.logo_banco { width:100%; height:auto; float:left; text-align:center; margin-top:10px;}

.text_declined { width:100%; height:auto; float:left; font-size:14px; color:#F00; padding-bottom:10px; }


.box_btn { width:100%; height:auto; float:left;}

.wrap_btn { width:90px; height:15px; margin:0 auto;}

.btn_close { width:90px; height:35px; float:left;
background-color:#0071bd; font-family:Arial, Helvetica, sans-serif;
text-align:center; font-size:15px; color:#fff; text-decoration:none; line-height:35px;
cursor: pointer; border:0;   
-webkit-border-radius: 0 0 8px 8px;
-moz-border-radius: 3px 3px 3px 3px;
border-radius: 3px 3px 3px 3px;
margin-top:15px;

}

.btn_close:hover { 
 background-color:#264f77; 
-webkit-transition: all 0.5s ease-out;
-moz-transition: all 0.5s ease-out;
-o-transition: all 0.5s ease-out;
transition: all 0.5s ease-out;}


	 
	 
	 

/****Subfamilia****/

  .pleca_gris{
	height: 35px;
    width: 960px;
	float:left;
	margin:5px 0 5px 0;
	/*border: 0;*/
    background:#f5f5f5;
	text-align:left;
	/*text-align:right;*/
	border:59px;
	  }
  
  .titulos_subfam{
	height: 30px;
    width: 960px;
	float:left;
	margin:none;
	background:#fff;
	border-bottom:1px solid #ededed;
	margin-top:15px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 24px;color:#0071ca;}
	
	.encontrados{
		text-align:left;
		font-family:Arial, Helvetica, sans-serif;
		font-size: 13px;color:#0071ca;
		margin-left:15px;
		margin-right:50px;
	}
	
	.ordenar{ 
    position: relative;
	margin: 8px 10px 0 15px;
    font: 12px/14px 'Arial',helvetica, sans-serif;
    width:120px;
    height:20px;
    color:#666;
    padding-left:.3em;
    border: 1px solid #0acdff;
	}
	
 .pagination{
	 text-align:right;
	 width:960px;
     float:left;
	/* margin-bottom:30px;
	 border-bottom:1px solid #ededed;*/
	 
	 }
	.pagination ul {
   display: inline;
   padding: 0em 1em 0em 0.5em;
   margin: 0px;
}

.pagination li {
   display: inline;
   padding: 0em 0em 0em 0.5em;
}

.pagination .previous, .pagination .noPrevious {
   white-space: nowrap;
}

.pagination .next, .pagination .noNext {
   white-space: nowrap;
}

/****Bredcrumb***/
  .bredcrumb{
	height: 20px;
    width: 960px;
	float:left;
	background:#fff;
	margin-top:12px;
	text-align:left;}
	
.notas-credito{
	height:auto;
    width: 100%;
	float:left;
	margin:0 0 15px 20px;
	padding-bottom:10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;color:#0071bd;}

.position-pleca-over{
	position: relative;
	width: 149px;
	height: 111px;
	display: overflow: hidden;
	margin: auto;}

.pleca-over{
	position:absolute;
	top:0px;
	right:0px;}

.suma_bonos1{
	width:98px;
	height:55px;
	float:left;text-align:right;margin:5px 0 10px 0px;
		}
.suma_bonos2{
	width:20px;
	height:55px;
	float:left;text-align:right;margin:5px 0 10px 0px;
		}
.suma_bonos3{
	width:60px;
	height:55px;
	float:left;text-align:right;margin:5px 0 10px 0px;
		}
.div_prod-monedero{
	height: 365px;
    width: 191px;
	float:left;
	margin:0 0 25px 0;
	border-right:1px solid #efefef;
	border-bottom:1px solid #efefef;
    background: #fff;
	}
.div_desc-monedero{
	height: 115px;
    width: 167px;
	float:left;
	padding:12px;
	border:none;
	line-height:1.2!important;
    background: #fff;
	}
	
	.mensaje{
    height: auto;
    width: 960px;
	margin:0 auto;
	margin-bottom:90px;
	margin-top:0px;
	text-align:center;
	line-height:1.5;
	}
.div_desc-monedero-prod {
	float:left;height:auto;background: url('../images/PB_logo_2.png') no-repeat left center; margin-top:15px;
}
.div_desc-monedero-prod-det {
	float:left;height:auto;background: url('../images/PB_logo.png') no-repeat left center; margin-top:15px;
}
	
.div_desc-monedero-prod div{
	margin: 0 0 0 35px;
	padding: 0 !important;
	line-height: normal !important;
	font-size: 12px;
	color: #0071ca;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	vertical-align: middle;
	display: inline-block;
	position: relative;
}
.div_desc-monedero-prod-det div {
	margin: 0 0 0 80px;
	padding: 0 !important;
	line-height: normal !important;
	font-size: 13px;
	color: #0071ca;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	display: inline-block;
	vertical-align: middle;
	position: relative;
    top: 50%;
    transform: translateY(-50%);
}
	
	/* mensajes modal*/
.div_modal{
    width: 560px;
	margin:10px;
	border:none;
    background: #fff;
	font-family:Arial, Helvetica, sans-serif;
	}
	
.div_modal_alerta{
	display:none;
    width:400px; 
	height:auto; 
	background-color:#fff; 
	padding:20px; 
	color:#07CDFF!important; 
	font-size:15px!important;  
	font-family:Arial, Helvetica, sans-serif!important; 
	text-align:center;
	}
	
.div_modal_btn{
	width:90px; 
	height:30px; 
	float:left;
	background-color:#0071bd; font-family:Arial, Helvetica, sans-serif;
	text-align:center; font-size:15px; color:#fff; text-decoration:none; line-height:30px; cursor: pointer; border:0;
	-webkit-border-radius: 0 0 8px 8px;
	-moz-border-radius: 3px 3px 3px 3px;
	border-radius: 3px 3px 3px 3px;
	margin-top:15px;
}

.div_modal_center_btn{
	width:90px; 
	height:auto; 
	margin:0 auto;
}
	
select {
	font-family:Arial, Helvetica, sans-serif; font-size: 12px; color: #414042; background-color:#fff;
	border:1px solid #0ACDFF; height:26px; width:200px;}
	
	.genericas{
    height: 200px;
    width: 940px;
	margin:0 auto;
	margin-bottom:90px;
	margin-top:0px;
	text-align:left;
	font-family:Arial, Helvetica, sans-serif; font-size: 12px; color: #414042;
	}
	
	.gen_centrado {
		text-align:center;	
		
		}
	
	.politicas{
    height: 5440px;
    width: 940px;
	margin:0 auto;
	margin-bottom:90px;
	margin-top:0px;
	text-align:left;
	font-family:Arial, Helvetica, sans-serif; font-size: 12px; color: #414042;
	}
	
	.boxAlertExpress{
    height: 260px;
    width: 940px;
	margin:0 auto;
	margin-bottom:90px;
	margin-top:0px;
	text-align:left;
	font-family:Arial, Helvetica, sans-serif; font-size: 12px; color: #414042;
	}
	
	.iframeCAT{
    height: 800px;
    width: 940px;
	margin:0 auto;
	margin-bottom:90px;
	margin-top:0px;
	text-align:left;
	font-family:Arial, Helvetica, sans-serif; font-size: 12px; color: #414042;
	}
	
	.tit_gene{
	height: 30x;
    width: 960px;
	float:left;
	margin:none;
	background:#fff;
	border-bottom:1px solid #ededed;
	margin-bottom:30px;
	margin-top:30px;}
.lnks_monedero{
	height: auto;
    width: 960px;
	float:left;
	margin:none;
	background:#fff;
	margin:0 0 0 0;
	text-align:right;
	/*text-align:center;*/
	font-family:Arial, Helvetica, sans-serif; font-size: 12px; color: #414042;}
	
.frm_renglon{clear:both;width:100%;display:block;padding-top:2px;}
.frm_col1{float:left;width:45%;text-align:left;vertical-align:middle;display:block;}
.frm_col2{float:right;width:55%;text-align:left;vertical-align:middle;display:block;}
.frm_col1 label{padding-right:10px;}

.inputButton {
  background-color: #226ABE;
  color: #FFFFFF;
  text-decoration: none;
  font-weight: bold;
  font-size: 10px;
  border: 1px solid #000;}


.inputButtonBgColour {
  background-color: #dfecf4;
  color: #FFFFFF;
  text-decoration: none;
  font-weight: bold;
  font-size: 10px;
}

.inputButtonHref {
  background-color: #226ABE;
  color: #FFFFFF;
  text-decoration: none;
  font-weight: bold;
  font-size: 10px;
  border: 1px solid #000;
  padding: 1px 3px 1px 3px;
  
}

.inputButtonRight {
  background-color: #226ABE;
  color: #FFFFFF;
  text-decoration: none;
  font-weight: bold;
  font-size: 10px;
  border: 1px solid #000;
  text-align: center;
  horizontal-align: top;   
}
.titulo_home{
	height: 30px;
    width: 960px;
	float:left;
	text-align:center;
	margin-bottom:15px;
	margin-top:0px;
    background-image:url(../images/back_tit.gif);
	}
	
.notas-cliente-inf{
	height:auto;
    width: 250px;
	float:left;
	margin:5px 0 5px 0px;
	padding:10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;color:#0071bd;
	background-color:#eaeaea;}


	
a.tooltip {outline:none;color:#0071ca;/*font-weight:bold;*/ text-decoration:underline; }

/*a.tooltip strong {line-height:30px;}*/
a.tooltip:hover {text-decoration:none;color:#01aef0;} 
a.tooltip span {
    z-index:10;display:none; padding:10px 15px;
    margin-top:30px;  margin-left:-120px;
    width:260px;line-height:22px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;color:#0071bd;
}
a.tooltip:hover span{
    display:inline; position:absolute; 
    border:2px solid #FFF; color:#EEE;
    background:#000;
	opacity:0.85;
}
.callout {z-index:20;position:absolute;border:0;top:-14px;left:50px;}
    
/*CSS3 extras*/
a.tooltip span
{
    border-radius:8px;        
   /* box-shadow: 0px 0px 8px 4px #666;
    /*opacity: 0.8;*/
}







a.tooltip_drive {outline:none;color:#0071ca;/*font-weight:bold;*/ text-decoration:underline; }
/*a.tooltip strong {line-height:30px;}*/
a.tooltip_drive:hover {text-decoration:none;color:#01aef0;} 
a.tooltip_drive span {
    z-index:10;display:none; padding:10px 15px;
    margin-top:40px;  margin-left:-120px;
    width:260px;line-height:22px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;color:#0071bd;
}
a.tooltip_drive:hover span{
    display:inline; position:absolute; 
    border:2px solid #FFF; color:#EEE;
    background:#000;
	opacity:0.85;
}
.callout_drive {z-index:20;position:absolute;border:0;top:-14px;left:60px;}
    
/*CSS3 extras*/
a.tooltip_drive span
{
    border-radius:8px;        
   /* box-shadow: 0px 0px 8px 4px #666;
    /*opacity: 0.8;*/
}







.cat{
	 text-align:left;
	 width:960px;
     float:left;
	 font-family:Arial, Helvetica, sans-serif;
	 font-size: 10px;color:#9c9c9c;
	 padding:0px 0 20px 0;}

.payBackLegales{
	 text-align:left;
	 width:880px;
     float:left;
	 font-family:Arial, Helvetica, sans-serif;
	 font-size: 10px;color:#9c9c9c;
	 padding:0px 0 20px 0;}

.ventanaCarrito{
	display:none;
	font-family:Arial, Helvetica, sans-serif;
	color:#808080;
	line-height:28px;
	font-size:15px;
	text-align:justify;
}

.txt_mensaje {
font-size: 12px;
color: #0071BD;
font-weight:bold;
text-align:left;
padding: 0 30px 0 30px;
}

.title_soporte{
	height:30px;
	width:100%;
	float:left;
	text-align:left;
	border-bottom:1px solid #ccc;
	margin-bottom:20px;
	font-size:1.2em;
	color:#0071ca;
}	

.subtitle_soporte { font-size:1.5em;}

/* -- CAT -- */	 

.wrap_cat{
	height: auto;
    width: 960px;
	float:left;
	text-align:center;
	margin-bottom:15px;
	margin-top:0px;
}

/* -- Asistencia y Soporte -- */	 	
	
.wrap_soporte{
	height: 480px;
    width: 920px;
	background-image:url(../images/bg_soporte.jpg);
	float:left;
	text-align:center;
	padding:40px 20px 20px 20px;
	color:#000;
	margin-bottom:20px;
}

.box_soporte{
	height:auto;
	width:24%;
	float:left;
	font-size:1em;
}

.text_link_soporte { font-weight:bold; color:#000; }

.text_link_soporte:hover {  color:#009ad9; text-decoration:underline;}

.iframeCAT{
	height: 800px;
	width: 940px;
	margin:0 auto;
	margin-bottom:90px;
	margin-top:0px;
	text-align:left;
	font-family:Arial, Helvetica, sans-serif; font-size: 12px; color: #414042;
}

.box_landing_title {
	
	height: 20px;
    width: 960px;
	float:left;
	background:#fff;
	margin-top:12px;
	margin-bottom:20px;
	}

	.box_vermas_landing {
		
	height: 20px;
    width: 50%;
	float:right;
	background:#fff;
	text-align:right;	
	
	}
	
	.btn_vermas_landing {
		
	color:#0071ca;
	font-size:.9em;
	}
	
	
	.btn_vermas_landing:hover {
		
	color:#0acdff;
	}
	
	
	.titulos_esp_landing{
	height: 30x;
    width: 50%;
	float:left;
	margin:none;
	background:#fff;
	border-bottom:0px solid #ededed;
	
	}
	
	.div_prod-landing{
	height: 330px;
    width: 191px;
	float:left;
	margin:0 0 5px 0;
	border-right:1px solid #efefef;
	border-bottom:1px solid #efefef;
    background: #fff;
	}
	
	.img_product_landing {
	height: 111x;
    width: 149px;
	float:left;	
		
		}
		
.bold_subrayada {
    font-weight: bold;
    text-decoration: underline;
}

.apartado {
    font-style: italic;
} 

.textblock-container {
	position: relative;
}

.divPoliticas {
	position: absolute;
    left: 0px;
    top: 0px;
    visibility: hidden;
}

.modal{
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background-color:rgba(0,0,0,.7);
    display:none;
}

.ventana{
    width:400px;
    position:absolute;
    top:15%;
    left:50%;
    margin-left:-200px;
}

.ventana span{
    color:#fff;
    background-color:#000;
    padding:.2em .5em .3em .5em;
    font-family:Arial;
    font-weight:bold;
    border:2px solid #fff;
    border-radius:50%;
    position:absolute;
    top:-15px;
    right:-20px;
    cursor:pointer;
}


/* ------------------------------------------------------ */

/* The Modal (background) */
.modal {
    display:block; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 999; /* Sit on top */
    padding-top: 300px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.7); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
    background-color: rgba(255, 255, 255, 0.7);
	margin: auto;
    padding: 20px 20px 5px 20px ;
    border: 1px solid #888;
    width: 400px;
	height: 300px;
	text-align: center;
	color:#fff;
	font-size: 18px;
	text-shadow: 1px 1px 2px rgba(140, 140, 140, 1);
	font-family: "Helvetica Neue", Helvetica, Arial, "sans-serif";
}




.modal-content_ {
    background-color:white;
	margin: auto;
    padding: 20px 20px 5px 20px ;
    border: 1px solid #888;
    width: 400px;
	height: 250px;
	text-align: center;
	color:#fff;
	font-size: 18px;
	font-family: "Helvetica Neue", Helvetica, Arial, "sans-serif";
}


.text_modal_1 { font-size:13px; color:#5E5E5E; text-align: center; }

.text_modal_title_ { font-size:17px; color:#0085ca;  text-align: center; }



.frm_pop_azoscuro_{ 
background-color:#fdb32b; font-family:Arial, Helvetica, sans-serif;
text-align:center;
font-size: 15px;
color: #000;
margin-top: 10px;
font-weight:bold;
text-decoration:none;
vertical-align:top;
cursor: pointer; border:0; padding:10px 35px 10px 35px;   
-webkit-border-radius: 0 0 8px 8px;
-moz-border-radius: 3px 3px 3px 3px;
border-radius: 3px 3px 3px 3px;
-webkit-transition: all 0.5s ease-out;
-moz-transition: all 0.5s ease-out;
-o-transition: all 0.5s ease-out;
transition: all 0.5s ease-out;
	
}
	
	
	
.frm_pop_azoscuro_:hover 
	{
background-color:#ca6e01;		
-webkit-transition: all 0.5s ease-out;
-moz-transition: all 0.5s ease-out;
-o-transition: all 0.5s ease-out;
transition: all 0.5s ease-out;
}	

.btn_red_{ 
background-color:#dc3126; font-family:Arial, Helvetica, sans-serif;
text-align:center;
font-size: 15px;
color: #fff;
margin-top: 10px;
font-weight:bold;
text-decoration:none;
vertical-align:top;
cursor: pointer; border:0; padding:10px 35px 10px 35px;   
-webkit-border-radius: 0 0 8px 8px;
-moz-border-radius: 3px 3px 3px 3px;
border-radius: 3px 3px 3px 3px;
-webkit-transition: all 0.5s ease-out;
-moz-transition: all 0.5s ease-out;
-o-transition: all 0.5s ease-out;
transition: all 0.5s ease-out;
}

.btn_red_:hover
{ 
background-color:#7D0700; 
-webkit-transition: all 0.5s ease-out;
-moz-transition: all 0.5s ease-out;
-o-transition: all 0.5s ease-out;
transition: all 0.5s ease-out;
	
}

.box_alerttttt { width:100%; height: 500px; margin: 0 auto; float: left; text-align: center; margin-top:50px; font-family: arial;  }
.box_alert { width:600px; height:800px; margin: 0 auto;  text-align: center; margin-top:50px; font-family: arial;    }

.text_box_alert { font-size:25px; color:#00AEF0;  }
.text_box_alert1 {font-size:14px; color:#262626;}
.text_box_alert2 {font-size:12px; color:#1C7DFB; }
	
.frm_pop_azoscuro_:hover 
	{
background-color:#ca6e01;		
-webkit-transition: all 0.5s ease-out;
-moz-transition: all 0.5s ease-out;
-o-transition: all 0.5s ease-out;
transition: all 0.5s ease-out;
}	
.frm_pop_azoscuro{ 
background-color:#fdb32b; font-family:Arial, Helvetica, sans-serif;
text-align:center;
font-size: 15px;
color: #000;
margin-top: 30px;
font-weight:bold;
text-decoration:none;
vertical-align:top;
cursor: pointer; border:0; padding:10px 35px 10px 35px;   
-webkit-border-radius: 0 0 8px 8px;
-moz-border-radius: 3px 3px 3px 3px;
border-radius: 3px 3px 3px 3px;
-webkit-transition: all 0.5s ease-out;
-moz-transition: all 0.5s ease-out;
-o-transition: all 0.5s ease-out;
transition: all 0.5s ease-out;
	
}
	
.frm_pop_azoscuro:hover 
	{
background-color:#ca6e01;		
-webkit-transition: all 0.5s ease-out;
-moz-transition: all 0.5s ease-out;
-o-transition: all 0.5s ease-out;
transition: all 0.5s ease-out;

}	

.text_modal_ {font-size: 13px; line-height: 40px; color:#fff; text-shadow:none;}

.btn_red_outline:hover {
    background-color: #dc3126;
    color: #ffffff;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.btn_red_outline { 
background-color:#ffffff; font-family:Arial, Helvetica, sans-serif;
border: 1px solid #dc3126;
width: 170px;
margin: 0 auto; 
text-align:center;
font-size: 15px;
color: #dc3126;
margin-top: 10px;
font-weight:bold;
text-decoration:none;
vertical-align:top;
cursor: pointer; padding:10px 35px 10px 35px;   
-webkit-border-radius: 0 0 8px 8px;
-moz-border-radius: 3px 3px 3px 3px;
border-radius: 3px 3px 3px 3px;
-webkit-transition: all 0.5s ease-out;
-moz-transition: all 0.5s ease-out;
-o-transition: all 0.5s ease-out;
transition: all 0.5s ease-out;	
}

.mascara {
    display: none; 
    position: fixed; 
    z-index: 999; 
    padding-top: 200px; 
    left: 0;
    top: 0;
    width: 100%; 
    height: 100%; 
    overflow: auto; 
    background-color: rgb(0,0,0); 
    background-color: rgba(0,0,0,0.4); 
}
.contenido {
    background-color: #fefefe;
     border: 1px solid #888;
     padding: 20px;
     width: 40%;
	font-size: 13px; 
	color:#323232;
	margin: auto;
	
   
  
}
.cerrar {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}
.cerrar:hover,
.cerrar:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}
