html, body {
	min-height: 100%;
	background-color: #ffffff;
	font-family: 'PT Sans', serif;
	font-weight: 400;
	font-style: normal;
}

a {
    color: #342252;
}
    a:hover {
        color: #342252;
        text-decoration: underline;
    }

h1 {
    font-size:30px;
}
hr{
	color: #CCCCCC;
	width: 100%;
}

.bg{
	background-image: url(../img/bg-gral.gif);
	background-repeat: repeat-x;
}

.fancybox-wrap {
  position: absolute;
  top: 60px !important;
  margin-bottom: 60px !important;
}

.indicaciones{
	color:darkgray;
	font-size:10px;
}

.titulofiltros {
    Color: #3F2565;
    font-weight: bold;
    font-size: 12px;
}

/* VENTANA */

#ventana_mascara{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color:rgba(102,53,146,0.73);
	z-index: 90000000000;
}

#ventana{
	background-color: #ffffff;
	border-radius: 9px;
	margin: auto;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	padding: 10px;
}

#fancybox-buttons a{
	text-indent:0;
}

#cerrar_ventana{
	position: absolute;
	top: -50px;
	width: 90px;
	height: 40px;
	border-radius: 9px;
	font-family: arial,serif;
	color: #666666;
	font-size: 12px;
	right: 0;
	background: url(../img/cerrar_naranja.png) #ffffff no-repeat 55px center;
	cursor: pointer;
	text-decoration: none;
}

#cerrar_ventana span,#anterior_ventana span,#siguiente_ventana span{
	padding: 13px 0px 0px 10px;
	display: block;
	text-decoration: none;
}

#anterior_ventana span{
	padding: 13px 0px 0px 35px;
}

#anterior_ventana, #siguiente_ventana{
	position: absolute;
	top: -50px;
	width: 100px;
	height: 40px;
	border-radius: 9px;
	font-family: arial,serif;
	color: #666666;
	font-size: 12px;
	right: 210px;
	background: url(../img/atras_naranja.png) #ffffff no-repeat 5px center;
	cursor: pointer;
	text-decoration: none;
}

#siguiente_ventana{
	background: url(../img/adelante_naranja.png) #ffffff no-repeat 70px center;
	right: 100px;
}


/*PORTADA */

/*header{
	width: 100%;
	min-height: 80px;
	position: relative;
	background-color: #ffffff;
}*/
 

.busqueda{
	width: 100%;
	height: 80px;
	background:  -webkit-gradient(linear,left top,left bottom,color-stop(0, #5C3083),color-stop(1, #774C9F));
	background:  -o-linear-gradient(bottom,  #5C3083 0%, #774C9F 100%);
	background:  -moz-linear-gradient(bottom, #5C3083 0%, #774C9F 100%);
	background:  -webkit-linear-gradient(bottom, #5C3083 0%, #774C9F 100%);
	background:  -ms-linear-gradient(bottom, #5C3083 0%, #774C9F 100%);
	background:  linear-gradient(to bottom, #5C3083 0%, #774C9F 100%);

}




 section{
	width: 100%;
	height: auto;
	margin: 12px 0px;

}



.menu{
	/*min-width: 226px;*/
	
	/*background-color: #F4F5F9;*/
	

}

.menuCategorias {
    /*min-width: 226px;*/
    background-color: #F4F5F9;
    padding:10px;
}

.menu h2{

	color: #3F2565;
	font-size: 14px;

	font-weight: bold;
    text-align:left;
    padding-top:10px;
    padding-left:0px;

}

.menu .menu_articulos{
	list-style: none;
	padding: 0;
	margin: 15px 0px 0px 10px;
}

.menu .menu_articulos li{
	margin-bottom: 1px;
}

.menu .menu_articulos li a{

	color: #666666;
	font-size: 15px;
	text-decoration: none;
    font-weight:normal;
}

.menu .menu_articulos a:hover{
	text-decoration: underline;
}

.menu .btn_ver_catalogo, footer .subscripcion .btn_suscribir{
	border-radius: 9px;
	height: 37px;
	width: 139px;
	background:  -webkit-gradient(linear,left top,left bottom,color-stop(0, #FFAF38),color-stop(1, #C87801));
	background:  -o-linear-gradient(bottom, #FFAF38 0%, #C87801 100%);
	background:  -moz-linear-gradient(bottom, #FFAF38 0%, #C87801 100%);
	background:  -webkit-linear-gradient(bottom, #FFAF38 0%, #C87801 100%);
	background:  -ms-linear-gradient(bottom, #FFAF38 0%, #C87801 100%);
	background:  linear-gradient(to bottom, #FFAF38 0%, #C87801 100%);
	margin: 15px auto;
	letter-spacing: 1px;
	cursor: pointer;
}

.menu .btn_ver_catalogo:hover, footer .subscripcion .btn_suscribir:hover{
	background:  -webkit-gradient(linear,left top,left bottom,color-stop(0, #855FA8),color-stop(1, #542E76));
	background:  -o-linear-gradient(bottom, #855FA8 0%, #542E76 100%);
	background:  -moz-linear-gradient(bottom, #855FA8 0%, #542E76 100%);
	background:  -webkit-linear-gradient(bottom, #855FA8 0%, #542E76 100%);
	background:  -ms-linear-gradient(bottom, #855FA8 0%, #542E76 100%);
	background:  linear-gradient(to bottom, #855FA8 0%, #542E76 100%);
}

.menu .btn_ver_catalogo a, footer .subscripcion .btn_suscribir a{
	color: #ffffff;
	display: block;
	text-decoration: none;
	font-family: 'cabinbold', arial, serif;
	text-align: center;
	font-size: 12px;
	padding-top: 10px;
}

/*Slider rotativo*/

.slider_rotativo ul, .slider_promo ul{
	list-style: none;
	padding: 0;
	margin: 0;
}

 .slider_rotativo{
	width: 772px;
	float: right;
	clear: right;
	margin: 0px 10px 8px 0px;	
}

 .slider_promo{
	width: 772px;
	height: 141px;
	float: right;
	clear: right; 
	margin: 0px 10px 12px 0px;
	position: relative;
}
 .slider_promo ul{
	margin-left: 18px;
}

 .slider_promo li{
	float: left;
	width: 233px;
	height: 141px;
	margin-left: 10px;
}

 .slider_promo .slider_ant{
	background: url(../img/atras_naranja.png) no-repeat;
	width: 20px;
	height: 28px;
	left: 0;
}

 .slider_promo .slider_sig{
	background: url(../img/adelante_naranja.png) no-repeat;
	width: 20px;
	height: 28px;
	right: 0;
}
 .slider_promo .slider_ant,  .slider_promo .slider_sig{
	position: absolute;
	z-index: 100;
	top: 53px;
	cursor: pointer;
}

.caja_sliders{
    float: left;
	width: 800px;
	margin-left: 20px;
}

 .videoPortada{
	/*width: 785px;
	height: 371px;*/
	/*float: right;
	clear: right;*/ 
	margin: 200px 10px 12px 0px;
}

 .iconos{
	float: left;
	width: 265px;
	margin-left: 50px;
}

 .iconos h2 strong{
	color: #FF9900;
	font-weight: normal;
}
 .iconos h2 strong:before{
	content: ' ';
    clear: right;
    display: block;
    font-weight: normal;
}

 .iconos ul {
	padding: 0;
	margin: 20px 0px 0px 0px;
	list-style: none;
}

 .iconos li{
	background-repeat: no-repeat;
	padding-left: 70px;
	color: #333333;
	font-size: 16px;
	font-family: 'calibriregular',arial,serif;
	height: 49px;
	margin-bottom: 20px;
}

 .iconos li.icono_catalogo{
	background-image: url(../img/icono_catalogo.png);
}
 .iconos li.icono_carro{
	background-image: url(../img/icono_carro.png);
}
 .iconos li.icono_impresion{
	background-image: url(../img/icono_impresion.png);
}

 .iconos li.icono_envio{
	background-image: url(../img/icono_envio.png);
}

 .iconos h2{
	font-family: 'cabinbold', arial, serif;
	color: #663A8D;
	font-size: 20px;
	text-align: center;
	font-weight: normal;
	margin: 0;
}

 .playerVideo{
	float: right;
	width: 420px;
}

 .player .ver_video{
	text-align: center;
	background-color: #FF9900;
	font-family: 'cabinbold', arial, serif;
	color: #ffffff;
	font-size: 14px;
	height:26px;
	padding-top: 10px;
	margin-top: -10px;
}

footer{
    
	clear: both;
	background-color: #F4F5F9;
}


footer h3{
	float: left;
	font-size: 13px;
	color: #3F2565;
	margin-top: 24px;
	margin-left: 14px;
	font-weight: bold;
}
footer .contacto > div{
	margin-top: 12px;
}

footer .subscripcion{
	float: right;
}

.footer .subscripcion .txt_subscripcion{
	float: left;
	height: 33px;
	border: 1px solid #9A9A9A;
	width: 276px;
	margin: 15px 10px 0px 0px;

}
footer .subscripcion .txt_subscripcion::-webkit-input-placeholder { padding-left: 5px; font-size: 13px; }
footer .subscripcion .txt_subscripcion::-moz-placeholder { padding-left: 5px; font-size: 13px; } /* firefox 19+ */
footer .subscripcion .txt_subscripcion:-ms-input-placeholder { padding-left: 5px; font-size: 13px; } /* ie */
footer .subscripcion .txt_subscripcion input:-moz-placeholder { padding-left: 5px; font-size: 13px; }

footer .subscripcion .btn_suscribir{
	float: right;
	margin-right: 10px;
}

footer > div.links {
	width: 90%;
    
	margin: 0px 0px 0px 80px;
	white-space: nowrap;
}

footer > div.links {
	  display: inline-block;
	  vertical-align: top;
	  width: 25%;
	  white-space: normal;
      padding:10px;
}

footer .links  > h2{

	font-size: 13px;
	color: #3F2565;
	
	padding-bottom: 5px;
	font-weight: bold;
}
footer .links  > ul{
	padding: 0;
	margin: 0;
	list-style: none;
	width: 90%;
}

footer .links a{
	
	font-size: 13px;
	color: #666666;
	text-decoration: none;
}

footer .links a:hover{
	text-decoration: underline;
}

footer .tarjetas{
	height: 50px;
	padding-top: 20px;
}

footer .tarjetas .logos{
	float: left;
	margin-bottom: 50px;
}

footer .logos ul{
	padding: 0;
	margin: 0;
	list-style: none;
	height: 42px;
}	

footer .logos li{
	float: left;
	width: 88px;
	height: 42px;
}

footer .canaco{
	background: url(../img/canaco.png) no-repeat center center;
}
footer .amipci{
	background: url(../img/amipci.png) no-repeat center center;
}
footer .ppai{
	background: url(../img/ppai.png) no-repeat center center;
}
footer .amppro{
	background: url(../img/amppro.png) no-repeat center center;
}
footer .visa{
	background: url(../img/visa.png) no-repeat center center;
}
footer .mastercard{
	background: url(../img/mastercard.png) no-repeat center center;
}
footer .paypal{
	background: url(../img/paypal.png) no-repeat center center;
}


footer .sociales{
	float: left;
	margin-left: 30px;
}

footer .sociales ul{
	padding: 0;
	margin: 0;
	list-style: none;
	height: 42px;
}	

footer .sociales li{
	float: left;
	width: 40px;
	height: 42px;
	cursor: pointer;
}

footer .facebook{
	background: url(../img/facebook.png) no-repeat center center;
    width: 40px;
	height: 42px;
	cursor: pointer;
}
footer .twitter{
	background: url(../img/twitter.png) no-repeat center center;
    width: 40px;
	height: 42px;
	cursor: pointer;
}
footer .youtube{
	background: url(../img/youtube.png) no-repeat center center;
    width: 40px;
	height: 42px;
	cursor: pointer;
}

footer .facebook:hover{
	background: url(../img/facebook-2.png) no-repeat center center;
}
footer .twitter:hover{
	background: url(../img/twitter-2.png) no-repeat center center;
}
footer .youtube:hover{
	background: url(../img/youtube-2.png) no-repeat center center;
}

footer .logo{
	background: url(../img/logo.png) no-repeat 0px 0px;
	width: 212px;
	height: 42px;
	text-align:center;

	
	font-family: 'calibriregular', arial, serif;
	font-size: 11px;
	color: #666666;
	
}

footer .logo span{
	display: block;
	margin-top: 30px;
}

footer .copy{
	display: none;
}


.listado{
	width: 785px;
	height: auto;
	float: right;
	clear: right; 
	margin: 0px 0px 20px 0px;
}

.catalogo .menu{
	margin-top: 30px;
}

.productos{
	width: 760px;
	float: right;
}

.productos h2{
	font-family: 'cabinbold', arial, serif;
	font-size: 24px;
	color: #66398C;
	font-weight: normal;
}

.listado ul{
	width: 740px;
	height: auto;
	padding: 0;
	margin: 0 auto;
	list-style: none;
}


.listado >ul>li{
	float: left;
	width: 223px;
	margin-right: 21px;
	height: 295px;
	border: 1px solid #E1E1E1;
	position: relative;
	margin-bottom: 21px;
}

.listado >ul>li:nth-child(3){
	margin-right: 0;
}

.listado >ul>li span{
	display: block;
	width: 100%;
	position: relative;
	overflow: hidden;
	border: 1px solid #E1E1E1;
	width: 58px;
	height: 58px;
	float: left;
	margin-left: 11px;
	cursor: pointer;
}

.listado >ul>li span img{
	margin: auto;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
}

.listado >ul>li span:nth-child(2){
	height: 192px;
	width: 100%;
	border: none;
	margin-left: 0px;
}

.listado ul li h6{
	width: 100%;
	text-align: center;
	margin: 5px auto;
	font-family: 'cabinbold', arial, serif;
	font-size: 16px;
	color: #66398C;
	font-weight: normal;
}

.paginacion{
	clear: both;
	margin: 0 auto;
	width: 100%;
}
.paginacion > ul{
	padding: 0;
	margin: 0 auto;
	height: 30px;
	clear: both;
	width: 320px;
	list-style: none;
}

.paginacion > ul > li{
	float: left;
	width: 30px;
	height: 26px;
	text-align: center;
	padding-top: 5px;
	font-family: 'calibriregular', arial, serif;
	color: #666666;
	background-color: #F8F8F8;
	margin-left:9px;
	cursor: pointer;
}

 .paginacion .activa, .paginacion > ul > li:hover{
	background-color: #825BA6;
	color:#ffffff;
}

.paginacion .previa{
	background-color: transparent;
	background-image: url(../img/atras_gris.png);
	background-repeat: no-repeat;
	background-position: center center;
}

.paginacion .siguiente{
	background-color: transparent;
	background-image: url(../img/adelante_gris.png);
	background-repeat: no-repeat;
	background-position: center center;
}

 .paginacion .previa:hover,.listado .paginacion .siguiente:hover{
	background-color: transparent;
}

.listado_busqueda{
	width: 760px;
	height: auto;
	float: right;
	clear: right; 
	margin: 20px 0px 20px 0px;
}

.productos_busqueda{
	width: 760px;
	float: right;
}

.producto_busqueda{
	width: 221px;
	border: 1px solid #E1E1E1;
	margin-bottom: 20px;
	font-family: 'calibriregular', arial, serif;
}

.producto_busqueda:hover{
	border: 1px solid #FF9900;
}

.producto_busqueda img{
	display: block;
	margin: 10px auto;
	cursor: pointer;
}

.producto_busqueda p{
	width: 90%;
	text-align: center;
	margin: 5px auto
}

.producto_busqueda .nombre{
	color: #666666;
	font-size: 13px;
}

.producto_busqueda .nombre:hover{
	color: #666666;
	font-size: 13px;
	text-decoration: underline;
}

.producto_busqueda .precio{
	color: #643990;
	font-size: 13px;
}

.producto_busqueda .precio strong{
	font-size: 15px;
}

.producto_busqueda .clave{
	color: #999999;
	font-size: 9px;
}

.resultado .paginacion{
	margin: 20px auto;
}

.resultado .productos_busqueda h2{
	font-family: 'cabinbold', arial, serif;
	font-size: 24px;
	color: #66398C;
	font-weight: normal;
}
.resultado .menu{
	margin-top: 30px;
}

.resultado .productos_busqueda .filtros_controles{
	padding: 0;
	margin: 0;
	list-style: none;
	display: block;
	width: 100%;
	white-space: nowrap;
}

.resultado .productos_busqueda .filtros_controles li{
	display: inline-block;
	font-size: 11px;
	font-family: arial,serif;
	color: #666666;
	white-space: normal;
}

.resultado select::-ms-expand {
    display: none; /* hide default arrow in IE10 */
}
.resultado select {
    width: 60%; /* Set width. Do not set height else it will fail in IE8-10. Use padding for height. */
    color: #333;
    font-weight: normal;
    font-size: 1em;
    line-height:1.2em;
    margin: 0px 15px 0px 0px;
    padding: 6px 6px; /* use this to set a specific height for your dropdown (DO NOT use the attribute 'height') */
    border: 1px #CDCDCD solid;
    cursor: pointer;
    text-indent: 0.01px;
    text-overflow: "";
    background: url('../img/drop_gris.png') no-repeat 90% 10px #fff; /* add your own arrow image */
    background: url('../img/drop_gris.png') no-repeat 90% 10px #fff; /* fallback bg image*/
    background: url('../img/drop_gris.png') no-repeat 90% 10px, -webkit-linear-gradient(top, #fff, #E8E8E8);
    background: url('../img/drop_gris.png') no-repeat 90% 10px, -moz-linear-gradient(top, #fff, #E8E8E8);
    background: url('../img/drop_gris.png') no-repeat 90% 10px, -ms-linear-gradient(top, #fff, #E8E8E8);
    background: url('../img/drop_gris.png') no-repeat 90% 10px, -o-linear-gradient(top, #fff, #E8E8E8);
    background: url('../img/drop_gris.png') no-repeat 90% 10px, linear-gradient(top, #fff, #E8E8E8);
    -webkit-appearance: none; /* gets rid of default appearance in Webkit browsers*/
    -moz-appearance: none; /* Get rid of default appearance for older Firefox browsers */
    -ms-appearance: none; /* get rid of default appearance for IE8, 9 and 10*/
    appearance: none;
}
.resultado select option {
    background: #fff; /* style the dropdown bg color */
}

.resultado .filtros_controles .slider{
	width: 180px;
}

.resultado .filtros_controles .orden{
	width: 230px;
	margin-left: 30px;
}

.resultado .filtros_controles .orden select{
	width: 180px;
}

.resultado .filtros_controles .material{
	width: 130px;
}

.resultado .filtros_controles .color{
	width: 110px;
}

.resultado .filtros_controles .cantidad{
	width: 80px;
}

/* INICIO */

.top_morado{
	width: 100%;
	background-color: #774B9E;
	height: 10px;
}



.inicio header{
	height: 340px;
	background: url('../img/logo2.png') no-repeat center 140px;
	background-size: 351px auto;
}

.inicio header .busqueda{
	width: 755px;
	height: 85px;
	background: -webkit-gradient(linear,left top,left bottom,color-stop(0, #5C3083),color-stop(1, #774C9F));
	background: -o-linear-gradient(bottom, #5C3083 0%, #774C9F 100%);
	background: -moz-linear-gradient(bottom, #5C3083 0%, #774C9F 100%);
	background: -webkit-linear-gradient(bottom, #5C3083 0%, #774C9F 100%);
	background: -ms-linear-gradient(bottom, #5C3083 0%, #774C9F 100%);
	background: linear-gradient(to bottom, #5C3083 0%, #774C9F 100%);
	position: relative;
	top: 245px;
	margin: 0 auto;
	border-radius: 9px;
}

.inicio header .caja_busqueda{
	left: 15px;
	width: 650px;
	height: 55px;
}

.inicio header #txt_busqueda{
	width: 634px;
	height: 49px;
	font-size: 18pt;
}

.inicio header .btn_busqueda{
	left: 660px;
	height: 55px;
}

.inicio header .btn_busqueda a{
	margin-top: 16px;
}

.inicio section{
	width: 800px;
	margin: 0 auto;
	float: none;
}

.inicio section h2{
	font-family: 'cabinbold', arial, serif;
	font-size: 15px;
	color: #663392;
	font-weight: normal;
}

.inicio section .slider_buscados{
	width: 800px;
	display: block;
	font-family: 'calibriregular', arial, serif;
	position: relative;
}

.inicio section .slider_buscados ul{
	list-style: none;
	margin: 0px 0px 0px 50px;
	padding: 0;
}

.inicio section .slider_buscados ul li{
	width: 165px;
	float: left;
	margin-left: 10px;
}

.inicio section .slider_buscados ul li:first-child{
	margin-left: 0px;
}

.inicio section .slider_buscados ul li img{
	display: block;
	margin: 0px auto;
	cursor: pointer;
}

.inicio section .slider_buscados ul li p{
	width: 90%;
	text-align: center;
	margin: 5px auto
}

.inicio section .slider_buscados ul li .nombre{
	color: #666666;
	font-size: 13px;
}

.inicio section .slider_buscados ul li .precio{
	color: #643990;
	font-size: 13px;
}

.inicio section .slider_buscados ul li .precio strong{
	font-size: 15px;
}

.inicio section .slider_buscados ul li .clave{
	color: #999999;
	font-size: 9px;
}

.inicio section .slider_buscados .slider_ant{
	background: url(../img/atras_morado.png) no-repeat;
	width: 20px;
	height: 28px;
	left: 0;
}

.inicio section .slider_buscados .slider_sig{
	background: url(../img/adelante_morado.png) no-repeat;
	width: 20px;
	height: 28px;
	right: 0;
}

.inicio section .slider_buscados .slider_ant, .inicio section .slider_buscados .slider_sig{
	position: absolute;
	z-index: 100;
	top: 100px;
	cursor: pointer;
}


.inicio footer{
	background: none;
	width: 800px;
    margin: 0 auto;
}

.inicio footer .menu_articulos{
	list-style: none;
    margin:30px auto;
    padding:0;
}

.inicio footer .menu_articulos li {
    display: inline-block;
    width: 100%;
    margin-bottom: 5px;
}

.inicio footer .menu_articulos li a{
	font-size: 13px;
	font-family: arial,serif;
	color: #666666;
	text-decoration: none;
}

.inicio footer .menu_articulos{
	-webkit-column-count:4;
    -moz-column-count:4;
    -ms-column-count:4;
    -o-column-count:4;
    column-count:4;
    -webkit-column-gap:15px;
    -moz-column-gap:15px;
    -ms-column-gap:15px;
    -o-column-gap:15px;
    column-gap:15px;
    columns:3;
}

.inicio footer .btn_ver_catalogo{
	border-radius: 9px;
	height: 37px;
	width: 139px;
	background:  -webkit-gradient(linear,left top,left bottom,color-stop(0, #FFAF38),color-stop(1, #C87801));
	background:  -o-linear-gradient(bottom, #FFAF38 0%, #C87801 100%);
	background:  -moz-linear-gradient(bottom, #FFAF38 0%, #C87801 100%);
	background:  -webkit-linear-gradient(bottom, #FFAF38 0%, #C87801 100%);
	background:  -ms-linear-gradient(bottom, #FFAF38 0%, #C87801 100%);
	background:  linear-gradient(to bottom, #FFAF38 0%, #C87801 100%);
	margin: 15px auto;
	letter-spacing: 1px;
}

.inicio footer .btn_ver_catalogo a{
	color: #ffffff;
	display: block;
	text-decoration: none;
	font-family: 'cabinbold', arial, serif;
	text-align: center;
	font-size: 12px;
	padding-top: 10px;
}

.inicio footer .copy{
	display: block;
	width: 100%;
	text-align: center;
	color: #666666;
	font-family: 'calibriregular', arial, serif;
	font-size: 15px;
	margin: 30px auto;
}

/* COTIZADOR */



.portada .datos{
	float: right;
}

.portada .datos .carro{
	color: #663392;
	font-size: 26px;
	font-family: 'cabinbold', arial, serif;
	text-align: right;
	width: 100%;
}

.portada .datos .usuario{
	color: #666666;
	font-size: 12px;
	font-family: arial, serif;
	margin-top: 20px;
	min-width:270px;
}

.portada .datos .usuario span{
	margin-left: 20px;
}

.pasos ul{
	padding: 0;
	margin: 0;
	list-style: none;
	border-bottom: 1px solid #E0E0E0;
	height: 70px;
	width: 100%;
}
.pasos ul li{
	width: 175px;
	height: 70px;
	border: 1px solid #E0E0E0;
	border-radius: 9px 9px 0px 0px;
	float: left;
	margin-right: 15px;
	border-bottom: none;
	color: #999999;
	font-family: 'cabinbold', arial, serif;
	font-size: 11px;
	text-align: center;
}
.pasos ul li p{
	margin-top: 18px;
}

.pasos ul li strong{
	font-size: 15px;
}

.pasos ul li.activa{
	border: 1px solid #CCCCCC;
	background-color: #F8F8F8;
	border-bottom: none;
	color:#333333;
}

.pasos ul li.activa strong{
	color: #6A3A94;
}

 .pasos table.paso02,.pasos table.paso03{
	display: none;
}

 .pasos table{
	color: #666666;
	font-size: 12px;
	font-family: arial, serif;
	width: 100%;
	padding: 0;
	margin: 0;
      border: 1px solid #999;
}

 .pasos table th{
	background-color: #fff;
	font-weight: normal;
	height: 45px;
	text-align: center;
   border-bottom: 1px  dashed #999;
  color:#3F2565
  
}

 .pasos table td{
	padding: 10px;
	text-align: center;
     border-bottom: 1px  dashed #999;
}

 .pasos table td:nth-child(5),
 .pasos table td:nth-child(6),
 .pasos table td:nth-child(7){
	text-align: right;
}

 .pasos #cantidad{
	border: 1px solid #CCCCCC;
	width: 70px;
	height: 30px;
	text-align: center;
	color: #666666;
}

 .total_cuenta{
	color: #666666;
	font-size: 12px;
	font-family: arial, serif;
	float: right;
	clear: both;
    font-weight:bold;
    text-align:left;
}

.portada .botones{
	color: #666666;
	font-size: 12px;
	font-family: arial, serif;
	float: right;
	clear: both;
	margin: 50px;
}

.portada .botones div{
	margin-left: 10px;
}

.portada .botones a{
	font-family: 'cabinbold', arial, serif;
	font-size: 11px;
	color: #ffffff;
	text-decoration: none;
	margin: 15px 0px 0px 40px;
	display: block;
}

.portada .botones .btn_salir, .portada .botones .btn_MasProductos{
	background: url(../img/mas_blanco.png) no-repeat 15px 14px, -webkit-gradient(linear,left top,left bottom,color-stop(0, #D2D2D2),color-stop(1, #B6B6B6));
	background: url(../img/mas_blanco.png) no-repeat 15px 14px, -o-linear-gradient(bottom, #D2D2D2 0%, #B6B6B6 100%);
	background: url(../img/mas_blanco.png) no-repeat 15px 14px, -moz-linear-gradient(bottom, #D2D2D2 0%, #B6B6B6 100%);
	background: url(../img/mas_blanco.png) no-repeat 15px 14px, -webkit-linear-gradient(bottom, #D2D2D2 0%, #B6B6B6 100%);
	background: url(../img/mas_blanco.png) no-repeat 15px 14px, -ms-linear-gradient(bottom, #D2D2D2 0%, #B6B6B6 100%);
	background: url(../img/mas_blanco.png) no-repeat 15px 14px, linear-gradient(to bottom, #D2D2D2 0%, #B6B6B6 100%);
	cursor: pointer;
}

.portada .botones .btn_siguiente{
	background: url(../img/seguir_blanco.png) no-repeat 15px 14px, -webkit-gradient(linear,left top,left bottom,color-stop(0, #A4D21C),color-stop(1, #89B600));
	background: url(../img/seguir_blanco.png) no-repeat 15px 14px, -o-linear-gradient(bottom, #A4D21C 0%, #89B600 100%);
	background: url(../img/seguir_blanco.png) no-repeat 15px 14px, -moz-linear-gradient(bottom, #A4D21C 0%, #89B600 100%);
	background: url(../img/seguir_blanco.png) no-repeat 15px 14px, -webkit-linear-gradient(bottom, #A4D21C 0%, #89B600 100%);
	background: url(../img/seguir_blanco.png) no-repeat 15px 14px, -ms-linear-gradient(bottom, #A4D21C 0%, #89B600 100%);
	background: url(../img/seguir_blanco.png) no-repeat 15px 14px, linear-gradient(to bottom, #A4D21C 0%, #89B600 100%);
	cursor: pointer;
}


.portada .botones div{
	border-radius: 9px;
	display: inline-block;
	border-radius: 6px;
	font-family: 'calibriregular', arial, serif;
	width: 154px;
	height: 45px;
}

.portada .total_cuenta .monto,.portada .total_cuenta .etiqueta{
	text-align: right;
	width: 100px;
	display: inline-block;
}

.portada .total{
	font-weight: bold;
}

.portada footer{
	background: none;
    border-top: 1px solid #673693;
    display: block;
}

.portada footer .copy{
	display: block;
	width: 100%;
	text-align: center;
	color: #666666;
	font-family: 'calibriregular', arial, serif;
	font-size: 15px;
	margin: 30px auto;
}


/* LOGIN */

body .registro{
	background-color: #ffffff;
	padding: 0;
	margin: 0;
	width: 100%;
}

.wrapper.registro{
	width: 100%;
	height:auto;
	font-size: 12px;
	color: #000000;
	font-family: arial,serif;
}

.registro .registrados{
	float: left;
	width: 300px;
	height: 100%;
}

.registro .registrados a{
	display: block;
	text-align: center;
	color: #744EDB;
	text-decoration: none;
}

.registro .nuevos{
	float: left;
	width: 300px;
}

.registro h2{
	font-family: 'cabinbold', arial, serif;
	color: #673693;
	font-size: 20px;
	font-weight: normal;
}

.registro h3{
	color: #666666;
	font-size: 14px;
	font-weight: normal;
}

.registro h3 strong{
	font-weight: normal;
	color: #673693;
}

.registro input[type=text],.registro input[type=password],.registro select{
	height: 37px;
	margin: 3px 0px 0px 13px;
	width: 100%;
}

.registro select{
	width: 200px;
	float: left;
}

.registro p{
	float: left;
	clear: left;
	margin-right: 20px;
}

.registro input[type=text]::-webkit-input-placeholder {color:#000000; padding-left: 5px; font-size: 12px; }
.registro input[type=text]::-moz-placeholder { color:#000000;padding-left: 5px; font-size: 12px; } 
.registro input[type=text]:-ms-input-placeholder { color:#000000;padding-left: 5px; font-size: 12px; } 
.registro input[type=text]:-moz-placeholder { color:#000000;padding-left: 5px; font-size: 12px; }

.registro input[type=password]::-webkit-input-placeholder {color:#000000; padding-left: 5px; font-size: 12px; }
.registro input[type=password]::-moz-placeholder { color:#000000;padding-left: 5px; font-size: 12px; } 
.registro input[type=password]:-ms-input-placeholder { color:#000000;padding-left: 5px; font-size: 12px; } 
.registro input[type=password]:-moz-placeholder { color:#000000;padding-left: 5px; font-size: 12px; }

.registro span{
	margin-left: 5px;
}
.registro input[type=radio]{
	margin: 10px 0px 15px 10px;
}

.registro .registrados .enter_login, .registro .nuevos .enter_login{
	height: 37px;
	margin: 3px 0px 0px 13px;
	width: 100%;
}

.registro .registrados .enter_login a, .registro .nuevos .enter_login a{
	color: #ffffff;
	display: block;
	text-decoration: none;
	font-family: 'cabinbold', arial, serif;
	text-align: center;
	font-size: 13px;
	padding-top: 10px;
	font-weight: normal;
}



/*CONTACTO */










 .mapa{
	width: 100%;
	height: 250px;
	margin: 0 auto;
}







 .oficinas ul{
	padding: 0;
	margin: 0 auto;
	list-style: none;
	width: 100%;
}

 .oficinas ul li{
	float: left;
    padding: 5px;
}
 .oficinas ul li:nth-child(1){
	margin-left: 0px;
}








/* FAQS */

.wrapper.faqs{
	margin: 0 auto;
	width: 940px;
	height:auto;
	font-size: 12px;
	color: #000000;
	font-family: arial,serif;
	background: url(../img/pregunta.png) no-repeat right 30px;
	background-size: 250px 250px;
	background-color: #ffffff ;
}

.faqs h2{
	font-family: 'cabinbold', arial, serif;
	color: #673693;
	font-size: 20px;
	font-weight: normal;
}

.faqs ul{
	padding: 0;
	margin: 0;
	list-style: none;
	border-right: #EEEEEE solid 1px;
	border-left: #EEEEEE solid 1px;
	width: 570px;
}

.faqs li.pregunta{
	background-color: #F6F6F6;
	border-bottom: #CCCCCC 1px solid;
	font-family: 'cabinbold', arial, serif;
	color: #673693;
	font-size: 16px;
	font-weight: normal;
	cursor: pointer;
	padding: 5px 10px 5px 10px;
}

.faqs li.pregunta:hover{
	background-color: #cccccc;
}

.faqs li.respuesta{
	display: none;
	font-family: arial,serif;
	color: #000000;
	font-size: 12px;
	padding: 5px 10px 5px 10px;
}

/* NOSOTROS  */

.wrapper .nosotros{
	padding: 0;
	margin: 0 auto;
	width: 940px;
	font-size: 12px;
	color: #000000;
	font-family: arial,serif;
	background-color: #ffffff ;
	text-align: center;
}

.nosotros h2{
	font-family: 'cabinbold', arial, serif;
	color: #673693;
	font-size: 20px;
	font-weight: normal;
}

.slider{
	width: 936px;
	margin: 0 auto;
}

.nosotros .slider_nosotros{
	width: 936px;
	height: 252px;
	padding: 0;
	list-style: none;
	margin: 0 auto;
}

.nosotros .slider_nosotros li{
	width: 936px;
	height: 252px;
}

.nosotros .slider_nosotros li .slider_texto{
	width: 241px;
	height: 252px;
	position: relative;
	background-color: #66398C;
	float: left;
}

.nosotros .slider_nosotros li .slider_texto span{
	position: absolute;
	margin: auto;
	color: #ffffff;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
   	font-weight: 300;
   	font-size: 18px;
   	width: 50%;
   	height: 40%;
}

.nosotros .slider_nosotros li .slider_imagen{
	width: 695px !important;
	height: 252px;
	float: right;
}

.nosotros .slider_navegacion{
	margin: 20px 0px 40px 0px;
	clear: both;
	text-align: center;
}

.nosotros .slider_navegacion a{
	width: 26px;
	height: 14px;
	display: block;
	background-color: #CCCCCC;
	display: inline-block;
	margin-left: 10px;
}

.nosotros .slider_navegacion a.activa{
	background-color: #673693;
}

.nosotros .nosotros_contenido{
	width: 100%;
	margin-bottom: 30px;
}

.nosotros .nosotros_contenido div{
	display: inline-block;
	vertical-align: top;
}

.nosotros .nosotros_contenido .nosotros_texto{
	width: 671px;
	color: #333333;
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
   	font-weight: 300;
   	margin-right: 50px;
   	font-size: 12px;
}

.nosotros .nosotros_contenido .nosotros_texto h3{
	font-family: 'cabinbold', arial, serif;
	color: #673693;
	font-size: 16px;
	font-weight: normal;

}

 .nosotros_social ul, {
	padding: 0;
	margin: 0;
	list-style: none;
	height: 42px;
}	

 .nosotros_social li,  {
	float: left;
	width: 40px;
	height: 42px;
	cursor: pointer;
}

 .nosotros_social li:nth-child(1)  {
	width: 80px;
	font-size: 14px;
	color: #666666;
	font-family: arial,serif;
	padding-top: 12px;
}

 .facebook, .producto .facebook{
	background: url(../img/facebook.png) no-repeat center center;
}
 .twitter, .producto .twitter{
	background: url(../img/twitter.png) no-repeat center center;
}
 .youtube, .producto .youtube{
	background: url(../img/youtube.png) no-repeat center center;
}

.nosotros .facebook:hover, .producto .facebook:hover{
	background: url(../img/facebook-2.png) no-repeat center center;
}
.nosotros .twitter:hover, .producto .twitter:hover{
	background: url(../img/twitter-2.png) no-repeat center center;
}
.nosotros .youtube:hover, .producto .youtube:hover{
	background: url(../img/youtube-2.png) no-repeat center center;
}










/* PRODUCTO */

.producto{
	width: 970px;
	margin:50px auto;
	background-color:#ffffff;
}

.producto .imagen{
	width: 370px;
	display: inline-block;
	vertical-align: top;
}

.producto .titulo_phone{
	display: none;
}

.producto .imagen_grande{
	width: 370px;
	height: 370px;
	border: 1px solid #CCCCCC;
	position: relative;
}

.producto .imagen_grande img{
	position: absolute;
	margin: auto;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
}

.producto .imagen_chica{
	display: inline-block;
	border: 1px solid #CCCCCC;
	width: 83px;
	height: 83px;
	margin:10px 0px 0px 4px;
	cursor: pointer;
}

.producto .imagen_chica img{
	width: 83px;
	height: 83px;
}

 .descripcion{
	/*width: 252px;*/
	display: inline-block;
	
	vertical-align: top;
    width:100%;
    padding:10px;
	font-size:15px;
}


   .descripcion h2 {
    font-size:35px;
    color:#3F2565;
    }

  
 .descripcion p, .descripcion div{
	

	color: black;
	font-size: 15px;

}

 .descripcion p span{
	display: inline-block;



}

 .descripcion p.clave{
	font-family: 'calibriregular', arial, serif;
	color: #999999;
	font-size: 10px;
}

 .cotizar{
	display: inline-block;
	margin-left: 10px;
	width: 100%;
	vertical-align: top;
}

 .cotizar .calculadora{
	width: 100%;
	border-radius: 12px;


}

 .cotizar .calculadora table{
	
	color:black;
	width: 95%;
}

 .cotizar .calculadora table th{
	font-size: 12px;
	color: black;
	text-align: left;
	font-weight: normal;
	padding: 10px 0px;

}

	.cotizar .calculadora table th strong {
		color: black;
		font-weight: normal;
	}

 .cotizar .calculadora table td{
	padding: 1px 0px;

}
/*
.producto .cotizar .calculadora table tr:last-child td{
	border-bottom: none;
	padding: 15px 0px 20px 0px;
}
*/


.cotizar .btn_cotizar{
	border-radius: 9px;
	height: 37px;
	width: 282px;
	background:  url(../img/carro_blanco.png) no-repeat 20px 7px, -webkit-gradient(linear,left top,left bottom,color-stop(0, #FFAF38),color-stop(1, #C87801));
	background:  url(../img/carro_blanco.png) no-repeat 20px 7px,-o-linear-gradient(bottom, #FFAF38 0%, #C87801 100%);
	background:  url(../img/carro_blanco.png) no-repeat 20px 7px,-moz-linear-gradient(bottom, #FFAF38 0%, #C87801 100%);
	background:  url(../img/carro_blanco.png) no-repeat 20px 7px,-webkit-linear-gradient(bottom, #FFAF38 0%, #C87801 100%);
	background:  url(../img/carro_blanco.png) no-repeat 20px 7px,-ms-linear-gradient(bottom, #FFAF38 0%, #C87801 100%);
	background:  url(../img/carro_blanco.png) no-repeat 20px 7px,linear-gradient(to bottom, #FFAF38 0%, #C87801 100%);
	margin: 15px auto;
	letter-spacing: 1px;
	cursor: pointer;
}

 .cotizar .btn_cotizar:hover{
	background:  url(../img/carro_blanco.png) no-repeat 20px 7px, -webkit-gradient(linear,left top,left bottom,color-stop(0, #855FA8),color-stop(1, #542E76));
	background:  url(../img/carro_blanco.png) no-repeat 20px 7px,-o-linear-gradient(bottom, #855FA8 0%, #542E76 100%);
	background:  url(../img/carro_blanco.png) no-repeat 20px 7px,-moz-linear-gradient(bottom, #855FA8 0%, #542E76 100%);
	background:  url(../img/carro_blanco.png) no-repeat 20px 7px,-webkit-linear-gradient(bottom, #855FA8 0%, #542E76 100%);
	background:  url(../img/carro_blanco.png) no-repeat 20px 7px,-ms-linear-gradient(bottom, #855FA8 0%, #542E76 100%);
	background:  url(../img/carro_blanco.png) no-repeat 20px 7px,linear-gradient(to bottom, #855FA8 0%, #542E76 100%);
}

 .cotizar .btn_cotizar a{
	color: #ffffff;
	display: block;
	text-decoration: none;
	font-family: 'cabinbold', arial, serif;
	text-align: center;
	font-size: 12px;
	padding-top: 10px;
}

 .cotizar .lista_deseos a{
	color:#0066CC;
	background:url(../img/listado.png) no-repeat left center;
	text-decoration: none;
	font-family: arial,serif;
	font-size: 12px;
	padding: 10px 0px 0px 30px;
	height: 30px;
	display: block;
}

.producto .articulos_vistos{
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	margin: 40px 0px 0px 0px;
	padding-bottom: 40px;
}

.producto .otras_busquedas{
	border-bottom: 1px solid #CCCCCC;
	margin: 25px 0px 0px 0px;
	padding-bottom: 25px;
}

.producto .articulos_vistos h3{
	font-size: 17px;
	color: #333333;
	font-family: 'cabinbold', arial, serif;
	font-weight: normal;
	
}

.producto .articulos_vistos ul{
	list-style: none;
	margin: 0px 0px 0px 0px;
	padding: 0;
	width: 100%;
}

.producto .articulos_vistos ul li{
	width: 195px;
	display: inline-block;
	margin-left: 20px;
	vertical-align: top;
}

.producto .articulos_vistos ul li:first-child{
	margin-left: 0px;
}

.producto .articulos_vistos ul li img{
	display: block;
	margin: 0px auto;
	cursor: pointer;
}

.producto .articulos_vistos ul li p{
	width: 90%;
	text-align: center;
	margin: 5px auto
}

.producto .articulos_vistos ul li .nombre{
	color: #666666;
	font-size: 13px;
}

.producto .articulos_vistos ul li .precio{
	color: #643990;
	font-size: 13px;
}

.producto .articulos_vistos ul li .precio strong{
	font-size: 13px;
	margin-left: 5px;
}

.producto .articulos_vistos ul li .clave{
	color: #999999;
	font-size: 9px;
}

.producto .ayuda{
	clear: both;
	text-align: center;
	margin: 40px;
}

.producto .ayuda div{
	display: inline-block;
}

.producto .ayuda .btn_preguntenos{
	border-radius: 9px;
	height: 37px;
	width: 137px;
	background:  -webkit-gradient(linear,left top,left bottom,color-stop(0, #FFAF38),color-stop(1, #C87801));
	background:  -o-linear-gradient(bottom, #FFAF38 0%, #C87801 100%);
	background:  -moz-linear-gradient(bottom, #FFAF38 0%, #C87801 100%);
	background:  -webkit-linear-gradient(bottom, #FFAF38 0%, #C87801 100%);
	background:  -ms-linear-gradient(bottom, #FFAF38 0%, #C87801 100%);
	background:  linear-gradient(to bottom, #FFAF38 0%, #C87801 100%);
	letter-spacing: 1px;
}

.producto .ayuda .btn_preguntenos a{
	color: #ffffff;
	display: block;
	text-decoration: none;
	font-family: 'cabinbold', arial, serif;
	text-align: center;
	font-size: 14px;
	padding-top: 10px;
}

.producto .ayuda .foco{
	font-family: 'calibriregular', arial, serif;
	font-size: 16px;
	color: #333333;	
}


.fancybox-inner{
	overflow: hidden !important;
}

/* un ajustito */

.text_busqueda{
	width: 420px;
	height: 40px;
	position: relative;
	top: 15px;
	left: 211px;
	padding-left: 5px;
	font-size: 13px;
}

.text_suscripcion{
	width: 276px;
	height: 33px;
	border: 1px solid #9A9A9A;
	padding-left: 5px;
	font-size: 13px;
}

.lnkbtn_suscribir{
	border-radius: 9px;
	height: 37px;
	width: 139px;
	background:  -webkit-gradient(linear,left top,left bottom,color-stop(0, #FFAF38),color-stop(1, #C87801));
	background:  -o-linear-gradient(bottom, #FFAF38 0%, #C87801 100%);
	background:  -moz-linear-gradient(bottom, #FFAF38 0%, #C87801 100%);
	background:  -webkit-linear-gradient(bottom, #FFAF38 0%, #C87801 100%);
	background:  -ms-linear-gradient(bottom, #FFAF38 0%, #C87801 100%);
	background:  linear-gradient(to bottom, #FFAF38 0%, #C87801 100%);
	margin: 15px auto;
	letter-spacing: 1px;
	cursor: pointer;
}
.lnkbtn_suscribir:hover{
	background:  -webkit-gradient(linear,left top,left bottom,color-stop(0, #855FA8),color-stop(1, #542E76));
	background:  -o-linear-gradient(bottom, #855FA8 0%, #542E76 100%);
	background:  -moz-linear-gradient(bottom, #855FA8 0%, #542E76 100%);
	background:  -webkit-linear-gradient(bottom, #855FA8 0%, #542E76 100%);
	background:  -ms-linear-gradient(bottom, #855FA8 0%, #542E76 100%);
	background:  linear-gradient(to bottom, #855FA8 0%, #542E76 100%);
}

.lnkbtn_suscribir a{
	color: #ffffff;
	display: block;
	text-decoration: none;
	font-family: 'cabinbold', arial, serif;
	text-align: center;
	font-size: 12px;
	padding-top: 10px;
}
.panelCentral{
	width: 790px;
	float: right;
}

.panelCentral h2{
	font-family: 'cabinbold', arial, serif;
	font-size: 24px;
	color: #66398C;
	font-weight: normal;
}
.registro .registrados .enter_login span {
	color: #ffffff;
	display: block;
	font-family: 'cabinbold', arial, serif;
	text-align: center;
	font-size: 13px;
	padding-top: 10px;
	font-weight: normal;
}

/*
ul.otras_busquedas {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

ul.otras_busquedas li {
	display: inline;
}

ul.otras_busquedas li a {
	cursor: pointer;
	font-size: 13px;
}
*/
.otras_busquedas a {
	cursor: pointer;
	font-size: 13px;
}

/*
.datosPersonales {
	margin-bottom:10px;
	text-align:left;
}
*/

.datosPersonales .tagDato {
	font-weight:bold;

}
 .pasos table.data{
	color: #666666;
	font-size: 12px;
	font-family: arial, serif;
	width: 340px;
	padding: 0;
	margin: 0;
	border: none;
	background-color:#f0f0f0;
}

 .pasos table.dataHistorial,  .pasos table.dataHistorialSub{
	color: #666666;
	font-size: 12px;
	font-family: arial, serif;
	padding: 0;
	margin: 0;
	border: none;
}

 .pasos table.dataHistorialSub tr td{
	padding: 0 0 5px 0;
	font-size:10px;
}

 .pasos table.dataHistorial tr td{
	padding: 0 0 5px 0;
}


 .pasos table td.izq{
	width:170px;
	vertical-align:top;
	text-align:left;
	padding:8px 4px 8px 8px;
}

 .pasos table td.der{
	width:170px;
	vertical-align:top;
	text-align:left;
	padding:8px 8px 8px 4px;
}

hr.separador {
	border: 0;
	height: 1px;
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

 .pasos table.dataHistorial tr td a, #btn_compras{
	cursor:pointer;
}
 .encabezado{
	color: #663392;
	font-size: 26px;
	font-family: 'cabinbold', arial, serif;
	text-align: right;
	width: 100%;
}

 .encabezado span{
	font-size: 16px;
}



/* ###########  LISTAS DE PRODUCTOS ################## */



.renglonCuadritos {
 -moz-column-width: 223px;
 -webkit-column-width: 223px;
 -ms-column-width: 223px;
 column-width:223px;
 -moz-column-gap: 10px;
 -webkit-column-gap:10px; 
 -ms-column-gap:10px;
  column-gap:10px;

}


.item {
 display: inline-block;

 width:  100%; 
}


.well {
 position:relative;
 display: block;
 vertical-align:top;
 text-align:center;
 background-color:white;
 border-radius:0px;
 box-shadow: none;

 padding:10px;
}

.cuadroProducto {
    border: 0px;

}


lnk_producto {
cursor:pointer;
color:#66398C;
padding-left:10px;
padding-right:10px;

}



/*
 * Sidebar
 */

/* Hide for mobile, show later */
.sidebar {
  display: none;
}
@media (min-width: 768px) {
  .sidebar {
    position: fixed;
    top: 15px;
    bottom: 0;
    left: 0;
    z-index: 1000;
    display: block;
    padding: 2px;
    overflow-x: hidden;
    overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */
    
  }
}




/*============================*/
/*=== Custom Slider Styles ===*/
/*============================*/
#slider-wrapper {
   
	width:550px;
	height:270px;
}

#slider {
	position:relative;
	width:550px;
	height:270px;
	background:url(../../images/images02/loading.gif) no-repeat 50% 50%;
}
#slider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
#slider a {
	border:0;
	display:block;
}

.nivo-controlNav {
	position:absolute;
	left:200px;
	bottom:-20px;
}
.nivo-controlNav a {
	display:block;
	width:22px;
	height:22px;
	background:url(../../images/images02/bullets.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin-right:3px;
	float:left;
}
.nivo-controlNav a.active {
	background-position:0 -22px;
}

.nivo-directionNav a {
	display:block;
	width:30px;
	height:30px;
	background:url(../../images/images02/arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
}
a.nivo-nextNav {
	background-position:-30px 0;
	right:15px;
}
a.nivo-prevNav {
	left:15px;
}

.nivo-caption {
	text-shadow:none;
	font-family: Helvetica, Arial, sans-serif;
}
.nivo-caption a { 
	color:#efe9d1;
	text-decoration:underline;
}



/*
 * Main content
 */

.main {
 
}
@media (min-width: 768px) {
  .main {
    padding-right: 40px;
    padding-left: 40px;
  }
}
.main .page-header {
  margin-top: 0;
}


/*Textos Especiales*/

.desde {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	font-weight: bold;
	color: #FF9000;
}

.txt-gray2 {
	
	font-size: 11px;
	color: #666666;
}





.carousel-control {
    height: 80px;
    margin-top: 0;
    font-size: 120px;
    text-shadow: 0 1px 1px rgba(0,0,0,.4);
    background-color: transparent;
    border: 0;
    z-index: 10;
}

.carousel-control.left, .carousel-control.right {
	background: none;
	color: @red;
	border: none;
}
.carousel-control.left {margin-left: -45px; color: black;}
.carousel-control.right {margin-right: -45px; color: black;}




.bienvenido {
    color:white;
    font-size:12px;

}






/**********************TOP BARS***************************/
.top-barFonts {

    font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size:12px;
    
}
.top-bar-dark {
  /*background-color: #333;*/ 
    background:  -webkit-gradient(linear,left top,left bottom,color-stop(0, #5C3083),color-stop(1, #774C9F));
	background:  -o-linear-gradient(bottom,  #5C3083 0%, #774C9F 100%);
	background:  -moz-linear-gradient(bottom, #5C3083 0%, #774C9F 100%);
	background:  -webkit-linear-gradient(bottom, #5C3083 0%, #774C9F 100%);
	background:  -ms-linear-gradient(bottom, #5C3083 0%, #774C9F 100%);
	background:  linear-gradient(to bottom, #5C3083 0%, #774C9F 100%);
    border:none;
}

.top-bar-light {
  background-color: #f3f3f3; }
  .top-bar-light .top-dark-right li {
    border-color: #ddd; }

.top-bar-light .top-dark-right li a:hover {
  color: #32c5d2; }

.top-bar-socials {
  line-height: 18px;
  padding-top: 5px; }
  .top-bar-socials:after {
    display: table;
    clear: both;
    content: ""; }
  .top-bar-socials a {
    margin: 0px 3px; }

.top-dark-right {
  margin: 0px;
  padding: 0px; }

.top-dark-right li {
  line-height: 40px;
  border-left: 1px solid #444;
  padding: 0px 10px; }

.top-dark-right li, .top-dark-right li a {
  color: #bbb;
  font-size: 12px; }

.top-dark-right li i {
  margin-right: 5px; }

.top-dark-right li a:hover {
  color: #fff; }



/***social icons small***/
.social-icon-sm {
  margin: 0 5px 5px 0;
  width: 30px;
  height: 30px;
  font-size: 18px;
  line-height: 30px !important;
  color: #555;
  text-shadow: none;
  border-radius: 3px;
  overflow: hidden;
  display: block;
  float: left;
  text-align: center;
  border: 1px solid #AAA; }
  .social-icon-sm:hover {
    border-color: transparent; }

.social-icon-sm i {
  display: block;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  line-height: 30px;
  position: relative; }
  .social-icon-sm i:last-child {
    color: #FFF !important; }

.social-icon-sm:hover i:first-child {
  margin-top: -30px; }

si-border {
  border: 1px solid #AAA !important; }

.si-border-round {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%; }

.si-dark-round {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%; }

.si-gray-round {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%; }

.si-gray {
  background: #f3f3f3;
  border: 0px; }

.si-dark {
  background-color: #333;
  border: 0px !important;
  color: #fff !important; }

/**icons hover colored**/
.si-colored-facebook, .si-facebook:hover {
  background-color: #3B5998 !important; }

.si-colored-twitter, .si-twitter:hover {
  background-color: #00ACEE !important; }

.si-colored-google-plus, .si-g-plus:hover {
  background-color: #DD4B39 !important; }

.si-colored-skype, .si-skype:hover {
  background-color: #00AFF0 !important; }

.si-linkedin:hover, .si-colored-linkedin {
  background-color: #0E76A8 !important; }

.si-pin:hover, .si-colored-pinterest {
  background-color: #C8232C !important; }

.si-rss:hover, .si-colored-rss {
  background-color: #EE802F !important; }

.si-pinterest:hover, .si-colored-pinterest {
  background-color: #C8232C !important; }

.si-tumblr:hover, .si-colored-tumblr {
  background-color: #34526F !important; }

.si-vimeo:hover, .si-colored-vimeo {
  background-color: #86C9EF !important; }

.si-digg:hover, .si-colored-digg {
  background-color: #191919 !important; }

.si-instagram:hover, .si-colored-instagram {
  background-color: #3F729B !important; }

.si-flickr:hover, .si-colored-flickr {
  background-color: #FF0084 !important; }

.si-paypal:hover, .si-colored-paypal {
  background-color: #00588B !important; }

.si-yahoo:hover, .si-colored-yahoo {
  background-color: #720E9E !important; }

.si-android:hover, .si-colored-andriod {
  background-color: #A4C639 !important; }

.si-appstore:hover, .si-colored-apple {
  background-color: #000 !important; }

.si-dropbox:hover {
  background-color: #3D9AE8 !important; }

.si-dribbble:hover, .si-colored-dribbble {
  background-color: #EA4C89 !important; }

.si-soundcloud:hover, .si-colored-soundcoloud {
  background-color: #F70 !important; }

.si-xing:hover, .si-colored-xing {
  background-color: #126567 !important; }

.si-phone:hover, .si-colored-phone {
  background-color: #444 !important; }

.si-behance:hover, .si-colored-behance {
  background-color: #053eff !important; }

.si-github:hover, .si-colored-github {
  background-color: #171515 !important; }

.si-stumbleupon:hover, .si-colored-stumbleupon {
  background-color: #F74425 !important; }

.si-email:hover, .si-colored-email {
  background-color: #6567A5 !important; }

.si-wordpress:hover, .si-colored-wordpress {
  background-color: #1E8CBE !important; }

.social-shortcodes .left-heading {
  font-size: 30px;
  text-transform: uppercase; }

.grid-boxed {
  border: 1px solid transparent;
  padding: 20px; }

.grid-boxed:hover {
  border: 1px dashed #999; }





h3 {
color:#3F2565;


}

h1 {
color:#3F2565;

}
h2 {
color:#3F2565;

}




.img-center {margin:0 auto;}

/*############ HEADER #################*/

@media only screen and (min-width:1280px){
    header .container {
   
    width: 1366px;
    }

    

    .container {
    width: 1366px;
    }

    .fondoCategoria {
    background-color: #FBFBF4;
    width: 1366px;
    height:55px;
    }

    .desplegarLigas {
        visibility : visible; 
    }
    .desplegarSandwich {
     visibility:hidden
    }

  

}

  .boxedcontainer		
    {	
        max-width: 1366px; 
        margin:auto; 
        padding:0px 0px;


    }

@media (min-width:1024px) and (max-width:1279px){
    header .container {
    
    /*background-color:#3D2865;*/
    width: 1200px;
    }

    .container {
    width: 1124px;
    }

    .fondoCategoria {
        background-color: #FBFBF4;
        width: 1200px;
        height: 55px;
    }

       .desplegarLigas {
         visibility:hidden;
    }

       .desplegarSandwich {
    visibility : visible;
    }

    .divTelefonos {
        visibility:visible;
    }
    
}

@media (min-width:768px) and (max-width:1023px){
    header .container {
  
    /*background-color:#3D2865;*/
    width: 900px;
    }

    .container {
    width: 850px;
    }

    .fondoCategoria {
        background-color: #FBFBF4;
        width: 900px;
        height: 75px;
    }


    .desplegarLigas {
         visibility:hidden
    }


     .desplegarSandwich {
    visibility : visible;
    }

    .divTelefonos {
        visibility:hidden
    }
    

}


@media (min-width:250px) and (max-width:767px){
    header .container {
  
    /*background-color:#3D2865;*/
    width: 100%;
    }

    .container {
    width: 100%;
    padding-left:35px;
    padding-right:35px;
    }

     .fondoCategoria {
    background-color: #FBFBF4;
    width: 100%;
    height:130px;
    }


    .desplegarLigas {
         visibility:hidden
    }


     .desplegarSandwich {
    visibility : visible;
    }

    .divTelefonos {
        visibility: hidden
    }
}

.desplegarSandwich {
padding-left:27px;
}

 div.input-group > input[placeholder] {
   /*font-family: 'Open Sans', sans-serif;
   font-style:italic;
   font-weight:bold;*/
   color: #3F2565;
}

div.input-group > .form-control {
    border: 0px;
}

a.telefonoUnder {
	/*font-family: 'Open Sans', sans-serif;*/
	color: white;
	font-size: 15px;
	font-weight: 100;
	text-decoration: underline;
}

.telefonoUnder {
	/*font-family: 'Open Sans', sans-serif;*/
	color: white;
	font-size: 14px;
}

a.telefono {
	/*font-family: 'Open Sans', sans-serif;*/
	color: white;
	font-size: 15px;
	font-weight: 100;
	text-decoration: none;
}
.telefono {
    /*font-family: 'Open Sans', sans-serif;*/
    color: white;
    font-size: 15px;
}

.labeldesde {
    color: #342252;

}
a.productoElemento {
    cursor: pointer;
    Color: #342252;
    font-weight: bold;
    font-size: 15px;
}



a.catagoriasHeader {
    color: #808080;
    font-size: 17px;

    /*margin-top: 10px;*/
}


.container-slider {

    padding:0px;

}





.btn-suscribirme {
background-color:#3F2565;
border:0;
}
.btn-suscribirme:hover {
background-color:#774C9F;
border:0;
}
.btn-suscribirme:active {
background-color:#774C9F;
border:0;
}

.btn-desde {
	font-family: 'PT Sans';
	color: #FFFFFF;
	border-color: #F1911F;
	background: #F1911F;
	font-size: 15px;
	font-weight: bold;
	background-image: linear-gradient(#F1901F, #E96126);
	/*background-image: -webkit-linear-gradient(top, #FCED54, #FEB251);
    background-image: -moz-linear-gradient(top, #FCED54, #FEB251);
    background-image: -ms-linear-gradient(top, #FCED54, #FEB251);
    background-image: -o-linear-gradient(top, #FCED54, #FEB251);
    background-image: linear-gradient(to bottom, #FCED54, #FEB251);*/
}
	.btn-desde:hover {
		color: #ffffff;
		border-color: #3F2565;
		background: #3F2565;
		/*background-image: -webkit-linear-gradient(top, #FCED54, #FEB251);
        background-image: -moz-linear-gradient(top, #FCED54, #FEB251);
        background-image: -ms-linear-gradient(top, #FCED54, #FEB251);
        background-image: -o-linear-gradient(top, #FCED54, #FEB251);
        background-image: linear-gradient(to bottom, #FCED54, #FEB251);*/
	}


.divisorHorizontal {

background-image: url(../../../../images/divisorhorizontal.png);
background-repeat:  repeat-x;
height:1px;
padding-bottom:10px;
}

.footerfooter {

     Color:#3F2565;
    font-weight:bold;
    font-size: 13px;
}


.container-footer {

    padding-right: 0px;
    padding-left: 0px;

}

/* Menu para listrar datos */

 h4 {

    Color:#3F2565;
    font-weight:bold;
    font-size: 12px;
}

input[type=radio] {
    display:none;

}

 label {

  display: inline-block;
  cursor: pointer;
  position: relative;
  padding-left: 15px;
  margin-right: 15px;
  font-size: 11px;
  color:#000;
  font-weight: 100;


}

 .radio label:before {
  content: "";
  display: inline-block;
 
  width: 11px;
  height: 11px;
 
  margin-right: 5px;
  position: absolute;
  left: 0;
  bottom: 7px;
  background-color: #E6E6E6;

  border: 1px solid #000 ;
  
}


 .radio label:before {
  border-radius: 10px;
}

  /*.check label:before {
  content: "";
  display: inline-block;

  width: 11px;
  height: 11px;
 
  margin-right: 15px;
  position: absolute;
  left: 0;
  bottom: 3px;
  background-color: #fff;

  border: 1px solid #000 ;
  
}


 .check label:before {
  border-radius: 0px;
}







  input[type=checkbox]:checked +  label:before {
    content: "\2713";

    color: #000;
    font-size: 11px;
    text-align: center;
    line-height: 8px;

}*/
   input[type=radio]:checked +  label:before {
    content: "\2022";
    color: #000;
    font-size: 23px;
    text-align: center;
    line-height: 8px;
}


.form-control {
    border-radius: 0px;
    border:1px solid #9F9F9F;
}


.preciodesde {

    color:#FB923A;
    font-size: 25px;
    padding-top:10px;
    padding-bottom:0px;

}

.descripcionMorada {
    color: #3F2565;

}

.badge{

  color:  #666666;
  background-color: #F2F2F2;
  font-weight:100;

}


.breadProducto {

    height:55px; 
    background-color:#fff; 
    border-bottom-width:1px;
    border-bottom-style:solid;
    border-bottom-color:#ECECEC;
    padding-top:17px;
    padding-left:15px;
    color: #766666;
}




a.breadLink {
  color: #766666;
  text-decoration:none
}
a.breadLink:hover {

  color: #766666;
  text-decoration:underline;
}


a.ligaRefrescar {
    color:#3A8CCA;
    text-decoration:none;
}
a.ligaRefrescar:hover {
    color:#3A8CCA;
    text-decoration:underline;
}




#myCarousel .nav a small {
    display:block;
}
#myCarousel .nav {
	background:#eee;
}
#myCarousel .nav a {
    border-radius:0px;
}





/**
 * Simple fade transition,
 */
.mfp-fade.mfp-bg {
	opacity: 0;
	-webkit-transition: all 0.15s ease-out;
	-moz-transition: all 0.15s ease-out;
	transition: all 0.15s ease-out;
}

	.mfp-fade.mfp-bg.mfp-ready {
		opacity: 0.8;
	}

	.mfp-fade.mfp-bg.mfp-removing {
		opacity: 0;
	}

.mfp-fade.mfp-wrap .mfp-content {
	opacity: 0;
	-webkit-transition: all 0.15s ease-out;
	-moz-transition: all 0.15s ease-out;
	transition: all 0.15s ease-out;
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
	opacity: 1;
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
	opacity: 0;
}