.borde{
	border:0px solid #cccccc;
}
.borde_derecho_abajo{
	border-right: 0px solid #cccccc;
	border-bottom: 0px solid #cccccc;
}
.borde_arriba{
	border-top: 0px solid #cccccc;
}

.borde_abajo{
	border-bottom: 0px solid #cccccc;	
}
.borde_derecho_arriba{
	border-right: 0px solid #cccccc;
	border-top: 0px solid #cccccc;

}
.borde_derecho{
	border-right: 0px solid #cccccc;
}

.sombras:hover{
	/*-webkit-box-shadow: 0px 2px 5px 5px rgba(204,204,204,0.94);
	-moz-box-shadow: 0px 2px 5px 5px rgba(204,204,204,0.94);
	box-shadow: 0px 2px 5px 5px rgba(204,204,204,0.94);*/
	cursor: pointer;
}


.borde_arriba_contenedor{
	border-top: 3px solid #cb2d41;
}
.no_padding:{
	padding: 0 !important;
}

.block-banner-item a:hover{
    color: #cb2d41 !important;
    -moz-transition: none !important;
    -webkit-transition: none !important;
    -o-transition: color 0 ease-in !important;
    transition: none !important;
}

.usuario_autenticado{
	margin:0 !important;
	background: #000000;
	
}
.usuario_autenticado_letra{
	color:#fffff !important;
}
.menu_usuario_no_autenticado{
	display: none
}
.link_usuario_no_autenticado:hover,.link_usuario_no_autenticado:link,.link_usuario_no_autenticado:visited{
	background: #000000 !important;
}

.nombre_usuario{
	color:#ffffff;
	font-weight: bold;
	float: left;
}
.contenedor_imagen_usuario{
	float: left;	
	position: relative;
    top: -8px;
    margin-right: 10px;
}

.registrese{
	color:#ffffff;
	font-weight: bold;
}

.enlaces_productos .btn{
	width: 100%;
}
@media screen and (max-width: 414px){
    .tamano{
       width: 100% !important;
    }
    .reducir{
    	width: 65% !important;
    }
    .reducirpe{
    	width: 32% !important;
    }
    #products_grid_before{
       display: none !important;
    }
    .ordenpor{
    	display: none !important;
    }
}
@media screen and (max-width: 650px) and (orientation: landscape){
	#products_grid_before{
       display: none !important;
    }
    .ordenpor{
       display: none !important;
    }
}
@media screen and (max-width: 768px) and (min-width: 415px){
    .tamano{
       width: 24% !important;
    }
    .reducir{
    	width: 66% !important;
    }
    .reducirpe{
    	width: 33% !important;
    }
    .ipad{
    	width: 100% !important;
    }
    .slider_adn{
    	width: 66% !important;
    }
}
@media screen and (max-width: 480px) and (orientation: landscape){
	.as-product .asp-inner .pro-img{
    	max-width: 100% !important;
    	max-height: none !important;
    	margin: auto !important;

    }
    .img-responsive{
    	max-width: 100% !important;
    	max-height: none !important;
    	margin: auto !important;
    }
    #img{
    	max-width: 100% !important;
    	max-height: none !important;
    	margin-left: 10px !important;
    }
}
@media screen and (max-width: 480px){
    .as-product .asp-inner .pro-img{
    	max-width: 100% !important;
    	max-height: none !important;
    	margin: auto !important;
    }
    .img-responsive{
    	max-width: 100% !important;
    	max-height: none !important;
    	margin: auto !important;
    }
    #img {
    	max-width: 100% !important;
    	max-height: none !important;
    	margin-left: 10px !important;
    }

}
.linea_usuario{
	border-right: 2px solid #ffffff;
	margin-left: 10px;
}
.imagen_usuario{
	width: 40px;
}


.menu_usuario_autenticado a:focus, .menu_usuario_autenticado a:hover{
	background-color: #000000 !important;
}

.caja_msj{
	width: 90%;
	height: 43px;
	padding: 10px;
	margin: 5px;
	margin-left:20px;	
	text-align: left;
	display: none;	
	margin-bottom: 30px;
}
.caja_msj_error{
	background: #cb2d41;
	color:#ffffff;
}
.caja_msj_ok{
	background: rgb(53,211,116);
	color:#ffffff;
}

.msj_error{
	color: #cb2d41;
	font-weight: bold;
}

i.fa-chevron-right + a, i.fa-chevron-down + a{
	font-weight: bold !important;
}