/******************************* Colores de fuente *******************************/

/*Rojo Claro*/
a, .morado, .telefono, h3, h4, .nav li a:hover{
	color: #c33731;
}
/*Rojo Oscuro*/
a:hover, .verde, h2, h1, .menu-desplegable a, .custom-nav li a:hover{
	color: #4e4e4e;
}

/*Gris*/
.gris{
	color: #787878;
}

/******************************* Colores de fondo *******************************/

/*Rojo Claro*/
.barra-nav, .dropdown .dropdown-toggle, .splitter ul li.selected-1 a, .cabecera-verde a:hover {
	background: #c33731 !important;
}

/*Rojo oscuro*/
.custom-nav .active a, .buscador input[type='submit'], .caja-morada, .custom-nav .active a, footer,.navbar-collapse .nav li a:hover, .navbar-default .navbar-nav>.open>a, .cabecera-verde {
	background: #4e4e4e !important;
}

.custom-nav li a:hover{
	background: transparent;
}
/******************************* Bordes *******************************/
.buscador select {
	border-top: 3px solid #c33731;
}
.custom-tabs .active, .custom-tabs>li>a:hover {
	border-bottom: 6px solid #c33731;
}
.indentado li {
	list-style-image: url('../img/circulo-lista-roja.png');
}