/**
 * webPracticaDiscurso.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:#007AB2;
 color_secundario:#53B400;

 */


#header {
	/*compatibilidad para sistemas anteriores*/
	background: #007AB2; /*color_primario*/
}
#navbar {
	/*compatibilidad para sistemas anteriores*/
	background: #439001; /*color_secundario*/
}

/*---------------------------------------------------------
NUEVOS ESTILOS---------------------------------------------
---------------------------------------------------------*/

/* Barra de navegación TOP
-------------------------------------------------- */
.navbar-top-ojs{
    background-color: #439001; /*color_secundario*/
}
#navbar-menu-top ul li a:hover, #navbar-menu-top ul li a:active{
	background-color: #007AB2; /*color_primario*/
}

/* JUMBOTRON
-------------------------------------------------- */
.jumbotron-header{
	background-color:#007AB2; /*color_primario*/
}

/* Página ARCHIVOS - Revistas
-------------------------------------------------- */
div.separator{
	border-bottom: 1px solid #007AB2; /*color_primario*/
}

#announcements {
    width: 0%;
}

.panel-default>.panel-heading {
    color: #FFF;
    background-color: #439001; /*color_secundario*/
}

.bs-callout-default {
    border-left-color: #439001; /*color_secundario*/
}

#announcements {
    width: auto !important;
}/* CSS Document */

