
/* ESTILOS CONTROLDOC */

h1, h2, h3, h4, h5, .single-panel .accordion-title { color: #BA1F00; }

a:hover, .single-panel .accordion-title:hover, .boton-editar:hover i, .boton-descargar:hover i { color: #C30; }

.is-accordion-submenu-parent > a::after { border-color: #C30 transparent transparent; }

.dataTables_paginate a.current:hover { background: #C30 none repeat scroll 0 0; }


/* CABECERA */

.logo { background-image: url(../images/controldoc.svg); }

.menu-icon:hover:after {
    background: #C30 none repeat scroll 0 0;
    box-shadow: 0 7px 0 #C30, 0 14px 0 #C30;
}

.cabecera .usuario .icono, .cabecera span {
  color: #C30;
}

.slogan-footer:before {
	content: 'Gestión de Normas ISO, Calidad,';
	color: #C30;
}

.slogan-footer:after {
	content: 'Medio Ambiente, Seguridad Alimentaria';
	color: #C30;
}