/*Ayuda tipografia */
.enlace_texto_oscuro  {
	color:#444;
}
/*background*/

.bg-conclusiones{
	background-color: #99cccc;
	color: #333;
}

a.bg-conclusiones:focus,a.bg-success:hover{background-color:#ccffff}

/*menu principal*/
.color-texto-444 a {
	color:#444;}


/*---------*/
.rod_bulding_color {
	color: #FF66CC;
}

.facebook_color {
	color:#00F
}
.btn-color-facebook{
	color: #fff;
	background-color: #0066FF;
	border-color: #000066;
}
.btn-color-facebook.focus,.btn-color-facebook:focus{
	color: #fff;
	background-color: #0099FF
	}
.btn-color-facebook:hover{
	color:#fff;
	background-color: #0099FF
	}

.patos_color {
	color: #666;
}

.senuelos_color {
	color: #E6004A;
}

.marcas_color {
	color: #00eeff;
}

.botones_texto_color {
	color: #333;	
}
.separador_menu {
	border-radius: 6px 6px 6px 6px;
	box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.08);
	background-color: #F7F7F7;
}
.separador_gris {
	margin-bottom: 30px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dashed;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
}
.marcas{}
.marcas li {
	list-style-type: none;
}


.marcas_link {
	text-align: center;
	list-style-type: none;
}
.text-xxxl {
	font-size: 8rem !important;
}
.tamano-texto-120{
	font-size: 120%;
}
.tamano-texto-80{
	font-size: 80%;
}
.tamano-texto-50{
	font-size: 50%;
}
.tamano-texto-20{
	font-size: 20%;
	}
.tamano-texto-30{
	font-size: 30%;
}
.color_oro {
	color: #FC0;
}
.color_rosa {
	color: #E6004A;
}
.salto_linea {
	clear: both;
	padding-top: 10px;
	padding-bottom: 10px;
}
.centrar_foto {
	text-align: center;
}
.col-md-3 h2 {
	font-size: 2.3em;
}
.color-texto-negro {
	color:#000;}
.color-texto-blanco {
	color:#fff;}
.color-texto-333 {
	color:#333;}

.color_iconos_rojo {
	color: #F00;
}
.color_iconos_azul {
	color: #33F;
}
.color_iconos_facebook {
	color: #36F;
}
.color_iconos_twitter {
	color: #5BC0DE;
}
.color-texto-info{
	color:#5bc0de;
}
.color-texto-gris-tres{
	color: #dddddd;
}
.color-texto-gris{
	color: #666666;
}
.color_btn_gris_claro{
	background-color: #F0F0F0;
}
.annadir_cesta {
	font-size: 90%;
}

/* seccion gris  */
.seccion_gris_cero {
	background-color: #ffffff;
}
.seccion_gris_uno {
	background-color: #fafafa;
}
.seccion_gris_dos {
	background-color: #f0f0f0;
}
.seccion_gris_tres {
	background-color: #dddddd;
}
.seccion_rosa_dos {
	background-color: #dfd3d7;
}
.seccion_rosa_tres {
	background-color: #e2024f;
}
.seccion_azul_dos {
	background-color: #E7F5FA;
}
.sombra{
-webkit-box-shadow: 0px 2px 2px 0px rgba(204,204,204,1);
-moz-box-shadow: 0px 2px 2px 0px rgba(204,204,204,1);
box-shadow: 0px 2px 2px 0px rgba(204,204,204,1);	
}
.borde-inferior {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EBEBEB;
	padding-bottom: 10px;
}

.margen_secciones{
	padding-top: 20px;	
}

/*baderitas de productos*/
.shop ul.products .product .onReserva2 {
	position: absolute;
	background-image: none;
	border-radius: 5%;
	left: auto;
	right: 0;
	top: -15px;
	text-shadow: none;
	width: 100px;
	height: 25px;
	line-height: 25px;
	display: inline-block;
	text-align: center;
	z-index: 10;
	box-shadow: none;
	font-size: 0.9em;
	color: #FFF;
	border-bottom: 2px solid transparent;
}
.shop ul.products li.product .onReserva2 {
	background-color: #5cb85c;
	border-bottom-color: #458b45;
}
shop ul.products .product .onAlerta2 {
	position: absolute;
	background-image: none;
	border-radius: 5%;
	left: auto;
	right: 0;
	top: -15px;
	text-shadow: none;
	width: 100px;
	height: 25px;
	line-height: 25px;
	display: inline-block;
	text-align: center;
	z-index: 10;
	box-shadow: none;
	font-size: 0.9em;
	color: #FFF;
	border-bottom: 2px solid transparent;
}
.shop ul.products li.product .onAlerta2 {
	background-color: #f0ad4e;
	border-bottom-color: #cf9543;
}
.shop ul.products .product .onReserva {
	position: absolute;
	background-image: none;
	border-radius: 5%;
	left: auto;
	right: 0;
	top: -15px;
	text-shadow: none;
	width: 100px;
	height: 25px;
	line-height: 22px;
	display: inline-block;
	text-align: center;
	z-index: 10;
	box-shadow: none;
	font-size: 0.9em;
	font-weight: bold;
	color: #5cb85c;
	border-bottom: 0px solid transparent;
}
.shop ul.products li.product .onReserva {
	background-color: #F5F5F5;
	border-color: #D3D3D3;
	box-shadow: 0px 0px 2px #5cb85c;
	-moz-box-shadow: 0px 0px 2px #5cb85c;
	-webkit-box-shadow: 0px 0px 2px #5cb85c;
}
.shop ul.products .product .onAlerta {
	position: absolute;
	background-image: none;
	border-radius: 5%;
	left: auto;
	right: 0;
	top: -15px;
	text-shadow: none;
	width: 100px;
	height: 25px;
	line-height: 25px;
	display: inline-block;
	text-align: center;
	z-index: 10;
	box-shadow: none;
	font-size: 0.9em;
	color: #FFF;
	border-bottom: 2px solid transparent;
}
.shop ul.products li.product .onAlerta {
	background-color: #f0ad4e;
	border-bottom-color: #cf9543;
	
}
.shop ul.products .product .onNuevo {
	position: absolute;
	background-image: none;
	border-radius: 5%;
	left: auto;
	right: 1px;
	top: -15px;
	text-shadow: none;
	width: 100px;
	height: 25px;
	line-height: 22px;
	display: inline-block;
	text-align: center;
	z-index: 10;
	box-shadow: none;
	font-size: 0.9em;
	font-weight: bold;
	color: #F05;
	border-bottom: 0px solid;
}
.shop ul.products li.product .onNuevo {
	background-color: #F5F5F5;
	border-color: #D3D3D3;
	box-shadow: 0px 0px 2px #F05;
	-moz-box-shadow: 0px 0px 2px #F05;
	-webkit-box-shadow: 0px 0px 2px #F05;
}

.lightbox .toogle .toggle label {
	width: 155px;
	margin-left: 15px;
	margin-right: 15px;
}
.ProductoDestacado {
	position: absolute;
	background-image: none;
	border-radius: 5%;
	left: auto;
	right: 0;
	top: -15px;
	text-shadow: none;
	width: 100px;
	display: inline-block;
	text-align: center;
	z-index: 10;
	}
/*AjaxReferenciasContainer*/
/* Large desktop */
/*@media (min-width: 1200px) {*/

	.AjaxReferenciasContainer{
		max-width:800px;
		margin:  auto;
	}
	
	
/*}*/

/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) {

	.AjaxReferenciasContainer{
		max-width:768px;
		margin:  auto;
	}
	.marcas_link {
		text-align: left;
	}


	
}

/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
	
	.AjaxReferenciasContainer{
		max-width:600px;
		margin:  auto;
	}
	.marcas_link {
		text-align: left;
	}



}

/* Landscape phones and down */
@media (max-width: 580px) {
	
	.AjaxReferenciasContainer{
	max-width:250px;
	margin:  auto;
	}
	.pasapaginas {
		display: none !important;
		}
	.zoom{
		display: none !important;
	}
	.marcas_link {
		text-align: left;
	}
	.OcultarParaMoviles{
		display: none;
	}
	.text-xxxl {
	font-size: 6rem !important;
	}
	.shop table.cart th.product-price, .shop table.cart td.product-price, .shop table.cart th.product-quantity, .shop table.cart td.product-quantity {
		display: none;
	}
	article.post-large {
	margin-left: 0px;
}


article.post-large .post-image {
	margin-left: 0px;
}

}


@media (max-width: 991px) {

	.ocultar-titulo-pegajoso {
	display: none;
	padding-bottom: 10px;
	}
/*Buscador menu*/
	.buscador_menu_desplegable {
		display: block;
		}
	.buscador_top {
		display: none;
		}
/*Singing y boton usuario*/
	.usuario {
		display: block !important;
		}
	.entrar {
		display: block !important;
		}


}
@media (min-width: 992px) {
	/*Buscador menu*/
	.buscador_menu_desplegable {
		display: none;
	}
	/*Singing y boton usuario*/
	.usuario {
		display: none !important;
		}
	.entrar {
		display: none !important;
		}
	
}



.AjaxReferenciasContainer .redes-sociales{
	position: absolute;
	background-image: none;
	border-radius: 5%;
	left: auto;
	right: 100;
	text-shadow: none;
	width: 100px;
	height: 25px;
	line-height: 25px;
	text-align: center;
	z-index: 10;
	box-shadow: none;
	font-size: 0.9em;
	color: #FFF;
	border-bottom: 2px solid transparent;
	top: 100px;
	}
	
/*ventanas de ayuda ajax*/
.ajax-container-lg{
	max-width:1000px;
}
.ajax-container-sm{
	max-width:500px;
}
/*titulo-pegajoso*/

#titulo-pegajoso {
	/*width: 1140px;*/
	display:inline;	
	z-index: 50;
	background-color: rgba(255,255,255,0.9)	
}
#titulo-pegajoso img{
	height: 95px;
	margin-top: 5px;
}
.fixed {
    position:fixed;
    top: 68px;
    /*left: 0;*/
    /*width: 100%;*/
}

/*sigueme*/
.shop ul.products .product .add-to-cart-product_sigueme {
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	transition: all 0.2s;
	position: absolute;
	top: 10px;
	left: 10px;
	border-radius: 6px;
	padding: 8px 10px 5px;
	font-size: 1.2em;
	color: #FFF;
	background: #222;
	z-index: 1;
	filter: alpha(opacity=0);
	opacity: 0;
	-webkit-transform: translate3d(0, 0, 0);
}
.shop ul.products .product .add-to-cart-product_sigueme a{
	display: inline;	
}

.shop ul.products .product .add-to-cart-product_sigueme .fa  {
	margin-right: 3px;
	font-size: 1.1em;
}

.shop ul.products .product:hover .add-to-cart-product_sigueme {
	filter: alpha(opacity=80);
	opacity: 1;
}

.shop ul.products .product:hover .add-to-cart-product_sigueme:hover {
	background: #000;
	cursor: hand; 
	cursor: pointer;
}
.sigueme:hover{
	cursor: hand; 
	cursor: pointer;
}
/*fin*/
/*pasapaginas de producto*/
.pasapaginas{
	font-size: 0.9em;
	padding-bottom: 10px;
	margin-top:20px;
	}
.pasapaginas  a {
	color: #333;
}
.marca a {
	color: #333;
}
.compartir .csbuttons {
	text-decoration: none;
}
.anadir_help a {
	color: #333;
}




.pasa_der{
	text-align:right;
	float:right}
.pasa_izq{
	text-align:left;}	
/*me gusta de producto*/
.likes {
	color:#E6004A;}

/*contador seguimiento redes sociales*/
.csbuttons-count {
	background: #FFF;
	border: 1px solid #ddd;
	border-radius: 10px;
	display: inline-block;
	color: #ccc;
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 4px;
}
.csbuttons i{
	font-size:2em;
	cursor: hand; 
	cursor: pointer;}

/*precio pagina productos*/
.impuestos{
	font-size: 30%;
}
.impuestos i{
	font-size: 130%;
}
.desde{
	font-size:0.6em;}

/*descripcion pagina producto*/
#productInfo .featured-boxes .featured-box{
	margin-top: 0px;	
	}
	
/*Formularios de ingreso o alta*/
.CrearCuenta {
	display: none;
}
.RePassword {
	display: none;
}

/*carrito desplegable*/
.perfil{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	padding-bottom: 5px;
	text-align: right;
}
/**/
.mano:hover{
	cursor: hand; 
	cursor: pointer;
}

/*Menu*/
.mega-menu-mitad .dropdown-menu {
		width: 40%;
		right: 8px;
	}
.mega-menu-mitad ul.dropdown-menu {
		border-radius: 6px;
	}
	
	
/*--------------------------------------------------*/
/*--------------------------------------------------*/
/*-----------para version 39------------------------*/
/*--------------------------------------------------*/
/*--------------------------------------------------*/

html .panel-group.panel-group-dark-secondary .panel-heading {
	background-color: #647388 !important;
}

html .panel-group.panel-group-dark-secondary .panel-heading a {
	color: #ffffff;
}
html .panel-group.panel-group-grey-claro .panel-heading {
	background-color: #E9EBEF !important;
}

html .panel-group.panel-group-grey-claro .panel-heading a {
	color: #333333;
}
/*--------------------------------------------------*/
/*--------------------------------------------------*/
/*-----------para version 45------------------------*/
/*--------------------------------------------------*/
/*--------------------------------------------------*/
/*icono pez rosa menu ayuda*/
.ico-pez-rosa-mini {
	background-position: -160px -154px;
}
/*calss para logo cabecera*/
.logo_cabecera{
	background-image: url(../images/bg_cabecera_logo_elpezrosa.png);
	background-repeat: no-repeat;
}
.logo_cabecera_2{
	background-attachment: scroll;
	background-image: url(../images/bg_cabecera_logo_elpezrosa2.png);
	background-repeat: no-repeat;	
	}
/*clases para ficha cabecera*/	
.votos{
	margin-right: 3px;
	float: left;
	position: relative;
	top: -1px;
	}
.price small{
	font-size: 50%;	
	}
/*clases para comentarios de producto*/
.referencia_estrellas{
	display:block;}
.etiquetas_comentarios{
	display: block;	
	}
	
/*Boton desplegable de galeria de fotos en producto*/
.boton-galeria-productos  {
	border-radius: 5px;
	bottom: 8px;
	color: #FFF;
	display: block;
	height: 34px;
	position: absolute;
	right: 8px;
	text-align: center;
	width: 65px;
	background-color: #999;	
}
/*lupa en galeria de fotos*/
.shop .img-thumbnail.galeria .zoom{
	
	background-color:#CCC;}
	
/*carrito pago*/
.shop table.cart tr.ultimo_producto{
	border-bottom: 1px solid #DCDCDC;
}
.shop table.cart img.pago {
	width: 100px;
}
.font-total{
	font-size:1.5vmax;}

.panel-primary {
	border-color: #E2024F;
}
.panel.panel-primary .panel-heading {
	background-color: #E2024F;
}
.panel-primary .panel-heading {
	border-color: #E2024F;
}
.panel.panel-primary .panel-heading  h2{
	color:#FFF;
}




/*Iconos para videos y ampliacion de fotos en la galeria de productos*/

.img-thumbnail .zoomvideo {
	/*background: #CCC;*/
	border-radius: 100%;
	bottom: 8px;
	/*color: #FFF;*/
	display: block;
	height: 35px;
	/*padding: 8px;*/
	position: absolute;
	right: 8px;
	/*text-align: center;*/
	width: 30px;
	color:#e2024f;
	font-size:30px;
	
}.price  small {
	font-size: 70%;
}

.product-thumb-info .product-thumb-info-content .price ins .amount.coniva {
	font-size: 100%;
	
}
.product-thumb-info .product-thumb-info-content .price ins .amount.recomendado {
	font-size: 100%;
	
}
.btn_cerrar_ref{
	position: absolute;
	top: 10px;
	right: 10px;
	z-index: 100;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-size:30px;
	background-color:#CCC;
	padding:5px;
	}
.btn_cerrar_ref a{
	color:#333}
.cestaOk {
	font-size: 80px;
	padding: 50px;
}

/* Carga de compra */
.loader {
    font-size: 20px;
    width: 1em;
    height: 1em;
    border-radius: 50%;
    position: fixed;
    /*text-indent: -9999em;*/
    -webkit-animation: load4 1.3s infinite linear;
    animation: load4 1.3s infinite linear;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    z-index: 999999999999;
    left: 0;
    right: 0;
    top: 0;
    bottom: 40%;
    margin-right: auto;
    margin-left: auto;
    margin-top: auto;
    margin-bottom: auto;
}

.loader p {
    width: 210px;
    margin-top: 550%;
    margin-left: -80px;
    font-weight: 600;
}

@-webkit-keyframes load4 {
    0%, 100% {
        box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0;
    }

    12.5% {
        box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
    }

    25% {
        box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
    }

    37.5% {
        box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em;
    }

    50% {
        box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em;
    }

    62.5% {
        box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em;
    }

    75% {
        box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0;
    }

    87.5% {
        box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em;
    }
}

@keyframes load4 {
    0%, 100% {
        box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0;
    }

    12.5% {
        box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
    }

    25% {
        box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
    }

    37.5% {
        box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em;
    }

    50% {
        box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em;
    }

    62.5% {
        box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em;
    }

    75% {
        box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0;
    }

    87.5% {
        box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em;
    }
}
/*iframe y multimedia embed*/
	.embed-container {
		position: relative;
		padding-bottom: 100%;
		height: 0;
		overflow: hidden;
	}
	.embed-container iframe {
		position: absolute;
		top:0;
		left: 0;
		width: 100%;
		height: 100%;}
		
/*AYUDA IMAGENES*/
	.img-center {
		margin-right: auto;
		margin-left: auto;
	}
	/*VIDEO RESPONSIVE VERTICAL*/

.embed-responsive-9by16 {
    padding-bottom: 177.78%;
}
@media (max-width: 479px) {
	.product-thumb-info .product-thumb-info-content {
		padding: 5px;
		text-align: left;
		display: block;
	}
}
