/**
 * webNuevoItinerario.css
 *
 * Copyright (c) 2016 Darío Oscar Villegas Universidad Nacional del Nordeste
 * Distributed under the GNU GPL v2. For full terms see the file docs/COPYING.
 *
 * unneBootstrap theme.
 *
 */

 /*
	color_primario: #cb511e;
	color_secundario: #333333;
 */


#header {
	/*compatibilidad para sistemas anteriores*/
	background: #cb511e; /*color_primario*/
}
#navbar {
	/*compatibilidad para sistemas anteriores*/
	background: #333333; /*color_secundario*/
}

/*---------------------------------------------------------
NUEVOS ESTILOS---------------------------------------------
---------------------------------------------------------*/

/* Barra de navegación TOP
-------------------------------------------------- */
.navbar-top-ojs{
    background-color: #333333; /*color_secundario*/
}
#navbar-menu-top ul li a:hover, #navbar-menu-top ul li a:active{
	background-color: #cb511e; /*color_primario*/
}

/* JUMBOTRON
-------------------------------------------------- */
.jumbotron-header{
	background-color: #cb511e; /*color_primario*/
}

/* Página ARCHIVOS - Revistas
-------------------------------------------------- */
div.separator{
	border-bottom: 1px solid #cb511e; /*color_primario*/ /*color_terciario*/ 
}


.panel-default>.panel-heading {
    color: #FFF;
    background-color: #333333; /*color_secundario*/
}

.bs-callout-default {
    border-left-color: #333333; /*color_secundario*/
}