html, body{
	background-color: #fff;
	/*color: #fff;*/
}

.header{
	background-color: #4c2e46;	
}
.reset-color-input{
	border-color: #633e5d;
	background: #633e5d;
	color: white;
}
.reset-color-input a{
	color: white;
}
.avisoprivacidad{
	color: #6c6c6c;
}
#btn-suscribir {
   background-color: #875e80;
   border-color: #875e80;
}
#btn-suscribir:hover{
	background-color: #212121;
   border-color: #212121;
}
.news-home{
	padding:20px; background:#4c2e46;
}
.news-home a{
	background-color: #633E5D;
	border-color: #633E5D;
}
.news-home a:hover{
	background-color: #4c2e46;
	border-color: #633E5D;
}
.news-home-2{
	padding:20px;  background:#4c2e46;
}
.news-home-2 a{
	background-color: #633E5D;
	border-color: #633E5D;
}
.news-home-2 a:hover{
	background-color: #633E5D;
	border-color: #633E5D;
}
.descPromo{
	color: white;
}
.btn-warning{
	color: #fff;
	background-color: #633E5D;
	border-color: #633E5D;
}
.btn-warning:hover{
	color: #fff;
	background-color: #633E5D;
	border-color: #633E5D;
}
.btn-warning-2 {
    background-color: #633E5D;
	border-color: #633E5D;
	color: white;
}
.btn-warning-2:hover{
	color: white;
	background-color: #633E5D;
	border-color: #633E5D;
}
.nav>li>a:hover, .nav>li>a:focus {
    text-decoration: none;
    background-color: inherit;
}
.bg-004451 {
	background:#633E5D; 
	color:white;
}

.titulo{
	color: #bda885;
}

.titulo-resultado-busqueda{
	color: white;
}

.brown{
	color: #bda885;
}
.menu .nav .active, .nav-pills>li.active>a, .nav-pills>li.active>a:hover, .nav-pills>li.active>a:focus{
	background: transparent;
}
.menu .nav li a{
	color: #fff;
}
.menu .nav li a:active, .menu .nav li a:hover{
	text-decoration: none;
	color: white;
}
.menu-active{
	background: red;
}

#logo{
	height: 75px;
	background-image: url(../logo.png);
	background-repeat: no-repeat;
	background-size: contain;
}

.title-active {
	color: #fff;
}
.active-item {
	background: #F0AD4E;
}
.icon-img-buscar{
	background: #633E5D;
	/*background: white;*/
	border-color: #633E5D;
}
.icon-btn-buscar, .icon-btn-suscribir{
	background: #633E5D;
	color: white;
	border-color: #633E5D;
	cursor: pointer;
}

.icon-btn-buscar:hover,  .icon-btn-suscribir:hover{
	background: #633E5D;
}

#msg-alert{	
	/*background-color: #F0AD4E;*/
	color: white;
}
.titulo-top{
	color: #4c2e46;
}
.titulo-top span{
	color: #d79ccc;
}

.list-sitemap a li{
	color:red;
}

.levels-map, .levels-map a{
	color: #6c6c6c;
}
.levels-map a:hover{
	color:#525252;
	text-decoration: none;
}
.levels-map .level-active{
	color: white;
}

.list-group-item:hover {
    background: #875e80;
    color: white;
}
.menu-stores .list-group li, .menu-stores .list-group li a{
	color: white;
}
.view-tienda a, .list-group a {
	color: white;
}
.data-store{
	color:white; font-size:12px;

}
.list-map-store li{
	text-transform: none;
	list-style: none;
}

.list-map-store a{
	color: #606060;
}

.block-contact{
	height:auto; 
	/*background:#515151; */
	color:#633E5D;
}

/* ======================================= */
/*		 		NEWS GENERALES			   */
/* ======================================= */

.titulo-news{
	/*color: #4c2e46;*/
	color: white;
}
.subtitulo-news{
	color: #d79ccc;
}
.titulo-top-news{
	color: #4c2e46;
}

/* ======================================= */
/*		 		NOVEDADES				   */
/* ======================================= */

.info-novedad, .info-promo{
	background:#633E5D;
}
.info-novedad p, .info-promo p{
	color: white;
}
.thumbnail a{
	color: inherit;
}
.hover-promotion{
	/*background-image: url(../img/bg_trans_yellow.png);*/
	background: rgba(76, 46, 70, .9);
}

/* ======================================= */
/*		 		CONTACTO				   */
/* ======================================= */
.titulo-contacto{
	color: #d79ccc;
}
.titulo-contacto a{
	color: inherit;
}
.format-mails-contact a{
	color: inherit;
}

/* ===================================================================== */
/*			 				MEDIA QUERYS         				   	   */
/* ===================================================================== */


/*	MOBILE */
@media (max-width: 767px){
	.list-group-item:hover{
		background: transparent;
		color: white;
	}
	.menu {
		background:#633E5D;
	}
	.menu .nav li a{
		color: white;
	}
}
