body {
    margin: 0px; 
    padding: 0px; 
    min-width: 1000px;
    font-family: Arial;
}

.caja_cabecera h2 {
    text-align: left;
    color: #05517F;
    border-bottom: 12px solid #8FAECB;    
}

.estadoSelected {
    background-color: red !important;
    background-image: none;
    color: white;
}

.estadoSiguiente {
    background-color: #449f00 !important;
    background-image: none;
    color: white;
}

.estadoAcontinuar {
    background-color: #8282ff !important;
    background-image: none;
    color: white;
}

.pendiente {
    color: red !important;
    text-transform: uppercase; 
}

.publicada, .publicado {
    color: green !important;
    text-transform: uppercase;
}

.rechazada, .rechazado {
    color: blue !important;
    text-transform: uppercase;
}

.cerrado, .cerrada {
    color: violet !important;
    text-transform: uppercase;
}

.evaluación {
    color: #FF69B4 !important;
    text-transform: uppercase;
}

.resolución {
    color: #2191c0 !important;
    text-transform: uppercase;
}

.validación {
    color: #2EC8FF !important;
    text-transform: uppercase;
}

.validada {
    color: brown !important;
    text-transform: uppercase;
}


.ui-datatable table thead th, .ui-datatable table tbody td, .ui-datatable table tfoot td {
    white-space: normal;
}

.ui-widget {
    font-family: Arial;
    font-size: 10pt;
}

.esgrupotrue {
    color:green;
}

.ui-autocomplete input {
    width: 90%;
}

a {
    text-decoration: none;
    border: 0px;
}

img {
    border: 0px;
}

li a{
    text-decoration: none;
}

.form {

}

.menu-lefttrue {
    margin-left: 240px;
}

.menu-main a {
    color: #58757d;
}

.menu-main a.cachotrue {
    background-color: #58757d;
    height: 37px;
    color: white;
}


.menu-main a:hover {
    background-color: #58757d;
    height: 37px;
    color: white;
}

#preheader {
    height: 27px; 
    width: 100%; 
    background-color: #8FAECB;
}

#pie1 {
    color: #90B0D2;
    font-weight: bold;
    padding-bottom: 2px;
    text-align: center;
}

#pie_pagina {
    background-color: white;
    font-size: 8pt;
    font-weight: bold;
    padding-bottom: 10px;
    padding-top: 10px;
    width: 100%;
}

#pie2 {
    color: #05517F;
    font-weight: bold;
    padding-bottom: 2px;
    text-align: center;
}

#pie3 {
    color: #D0063D;
    font-weight: bold;
    padding-bottom: 2px;
    text-align: center;
}

#preheader_ap {
    height: 21px; 
    width: 100%; 
    background-color: #2191c0;
}

#preheader_menu {
    width: 270px; 
    float: right; 
    font-size: 0.65em; 
    background-color: #8FAECB;
}

#preheader_session {
    widows: 100px;
    font-size: 0.65em;
}

#header {
    height: 80px; 
    border-bottom: 0px;    
    /*background-image: url('/IMIB/resources/images/header3.png');
    background-repeat: repeat-x;*/
    background-color: white;
}

#header_logo {
    margin-top: 2px; 
    margin-bottom: 2px; 
    margin-left: 10px; 
    float: left; 
    width: 190px;
}

#header_title {        
    font-size: 30px; 
    color: #58757d; 
    padding-top: 28px;
}

/**  BEGIN FOOTER     */

#footer {
    border-top: 1px solid #58757d;
    text-align: center;
}

.footer_logo_link {
    margin-right: 15px;
    border: none;
}

#containerFooter {
    width:100%;
    font-size: 12px;
    text-align: center;
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}

#footer_listContainer {
    text-align: center;
}

#footer_listContainer2 {
    display:table;
    width:auto;  
    margin:auto;
}

#footerNew {
    background-color: #F2F2F3;
    color: white;    
    border: 4px solid #58757D;
    padding:15px 20px;
    margin:15px 20px;

    font-weight: normal;

    display:block;
    width:auto;
    left:20px;
    right:20px;
    text-align:center;
}

#footerNew li {
    list-style: none;    
}

.listFooter {
    width: 175px;
    display:table-cell;
    text-align: left;
    font-size: 12px;
    margin-right: 30px;    

}

#footerNew ul {
    margin: auto;    
    padding-left: 0px;
}

.listFooter ul li {
    margin-top: 5px;
    color: white;
    font-weight: normal;
    text-decoration: none;
}

.listFooter ul li a {
    color: #ADC13E;
    font-weight: normal;
    text-decoration: none;
}

.listFooter ul li a:hover {
    color: #58757D;
    font-weight: normal;
    text-decoration: underline;
}

/**  END FOOTER     */


ul.menu_left {
    margin: 0;
    padding: 0;    
    list-style: none;
    font-size: 14px;

}

.menu_left li {
    border-top: dotted 1px #58757d;
    min-height: 30px;
}

.menu_left li a {        
    text-decoration: none;
    color: black;
    margin-left: 5px;
}

.menu_left li:hover {            
    background-color: white;
}

.menu_left li a div {        
    text-decoration: none;
    color: black;
    margin-left: 5px;
    margin-top: 5px;
}

.menu_left li.activetrue {    
    background-color: white;    
}

.menu_left li a div.activetrue {
    color: #58757d;

}

.menu_left li.active {    
    background-color: white;    
}

ul.list_panel {
    margin: 0;
    padding: 0;    
    margin-left: 10px;
}

.list_panel li {
    display: inline;
    float: left;
    height: 30px;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 1.35em;         
    color: white;
    border-top: 5px solid #58757d;;
    border-right: 1px solid white;
}

ul.bread {
    margin: 0;
    padding: 0;    
    margin-left: 10px;
}

.bread li {
    display: inline;
    float: left;    
    padding-left: 5px;
    padding-right: 5px;    
    font-size: 10pt;
    border-right: 2px solid #58757d;
    color: black;
}

.bread li:hover {
    text-decoration: underline;
}

.list_panel li.active {    
    background-color: white;    
}

.list_panel li a {
    color: white;
    text-decoration: none;
}

.list_panel li a.active {
    color: #58757d;
}

.list_panel li a.active:hover {
    color: #58757d;
}

.list_panel li a:hover {
    color: #58757d;
    text-decoration: underline;    
}

#buzonsugerencias #leftbuzonsugerencias .ui-widget-content{
    background: #65747F;
}

.form {
    font-size: 10pt; 
    font-weight: bold; 
    margin-top: 5px;    
}

.form_left {
    min-width: 200px; 
    width: 19%; 
    float: left; 
    padding-top: 5px; 
    padding-bottom: 5px;     
}


.form_field {
    border-top: 1px solid #c0c0c0;         
    overflow: auto;
    width: 100%;       
}

.form_table {
    width: 100%;
    margin: auto;
    border-top: 2px solid #c0c0c0;         
    border-bottom: 1px solid #c0c0c0;      
    border-spacing: 0px;
    background-color: #f3f3f3;
}

.form_table td {
    padding-top: 5px; 
    padding-bottom: 5px; 
    padding-left: 6px;        
    margin: 0px;    
    border-bottom: 1px solid #c0c0c0;          
}

.form_table > tbody > tr > td:first-child {
    vertical-align: top;
    background-color: white;
    min-width: 200px;
    width: 19%;
    padding-top: 5px; 
    padding-bottom: 5px;     
}

.form_table_options {
    width: 100%;
    margin: auto;
    border-top: 2px solid #c0c0c0;         
    border-bottom: 1px solid #c0c0c0;      
    border-spacing: 0px;
    background-color: #f3f3f3;
}

.form_table_options td {
    padding-top: 5px; 
    padding-bottom: 5px; 
    padding-left: 6px;        
    margin: 0px;    
    border-bottom: 1px solid #c0c0c0;          
    background-color: white;    

}

.form_table_options > tbody > tr > td:nth-child(2) {
    vertical-align: top;
    padding-top: 5px; 
    padding-bottom: 5px;         
    width: 250px;
    background-color: #f3f3f3;
}

.form_right {
    margin-left: 21%;
    background-color: #f3f3f3; 
    padding-top: 5px; 
    padding-bottom: 5px; 
    padding-left: 6px;    
    height: 100%;    

}

.form_legend { 
    border: 1px solid #cccccc; 
    background-color: #f3f3f3; 
    font-size: 10pt;
}


.obligatorio {
    color: red;
}

.autocomplete input {
    width: 70%;
}

.inTheMiddle{
    text-align: center;
}

.edit {
    margin-left: 220px;
    text-align:left; 
}

.create {
    margin:auto;
    text-align:left;
}

.noborder{
    border: none;
}

.colMenu{
    border-top: 2px solid #881c2c; 
    border-bottom: 1px solid #881c2c; 
    width: 15%; 
    background-color: #f2f2f2; 
    float: left;
}
.headerColMenu{
    color: #881C2C;
    font-weight: bold;
    height: 10%;
    margin-bottom: 10px;
}

.headerControl{
    text-align:left; 
    float: left; 
    width: 83%;
    min-width: 700px;
    margin-left: 10px;
}

.ui-spinner-input{
    width: 30px;
}



/**
 * jQuery lightBox plugin
 * This jQuery plugin was inspired and based on Lightbox 2 by Lokesh Dhakar (http://www.huddletogether.com/projects/lightbox2/)
 * and adapted to me for use like a plugin from jQuery.
 * @name jquery-lightbox-0.5.css
 * @author Leandro Vieira Pinho - http://leandrovieira.com
 * @version 0.5
 * @date April 11, 2008
 * @category jQuery plugin
 * @copyright (c) 2008 Leandro Vieira Pinho (leandrovieira.com)
 * @license CCAttribution-ShareAlike 2.5 Brazil - http://creativecommons.org/licenses/by-sa/2.5/br/deed.en_US
 * @example Visit http://leandrovieira.com/projects/jquery/lightbox/ for more informations about this jQuery plugin
*/
#jquery-overlay {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 90;
    width: 100%;
    height: 500px;
}
#jquery-lightbox {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    text-align: center;
    line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
    position: relative;
    background-color: #fff;
    width: 250px;
    height: 250px;
    margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
    position: absolute;
    top: 40%;
    left: 0%;
    height: 25%;
    width: 100%;
    text-align: center;
    line-height: 0;
}
#lightbox-nav {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
    width: 49%;
    height: 100%;
    zoom: 1;
    display: block;
}
#lightbox-nav-btnPrev { 
    left: 0; 
    float: left;
}
#lightbox-nav-btnNext { 
    right: 0; 
    float: right;
}
#lightbox-container-image-data-box {
    font: 10px Verdana, Helvetica, sans-serif;
    background-color: #fff;
    margin: 0 auto;
    line-height: 1.4em;
    overflow: auto;
    width: 100%;
    padding: 0 10px 0;
}
#lightbox-container-image-data {
    padding: 0 10px; 
    color: #666; 
}
#lightbox-container-image-data #lightbox-image-details { 
    width: 70%; 
    float: left; 
    text-align: left; 
}	
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
    display: block; 
    clear: left; 
    padding-bottom: 1.0em;	
}			
#lightbox-secNav-btnClose {
    width: 66px; 
    float: right;
    padding-bottom: 0.7em;	
}

/* jQuery lightBox plugin - Gallery style */
#gallery {    
    padding: 10px;
}
#gallery ul { list-style: none; }
#gallery ul li { display: inline; }
#gallery ul img {
    border: 5px solid #3e3e3e;
    border-width: 5px 5px 20px;
}
#gallery ul a:hover img {
    border: 5px solid #fff;
    border-width: 5px 5px 20px;    
}


/****** TOOL LISTADO ENTRADA WEB ********/

.listado_entrada_web_contenedor {
    margin: 15px;     
}

.listado_entrada_web_contenedor.true {
    padding: 4px; 
    margin:0px;
    overflow-y: scroll;
}


.listado_entrada_web_results_docs {
    margin-top :15px;
}

.listado_entrada_web_listadoelemento {
    border:1px solid #d9d9d9; 
    margin-bottom:1em;
}

.listado_entrada_web_listadoelemento.true {
    border:0px;
    background-color: transparent;
    margin-bottom:0px;
}

.listado_entrada_web_list_element2 {
    font-weight: bold; 
    font-size: 18px; 
    color:#58757d; 
    padding-top: 10px; 
    padding-bottom: 10px; 
    padding-left: 20px;
}

.listado_entrada_web_list_element2_ramemur {
    font-weight: bold; 
    font-size: 18px; 
    color:#58757d; 
    padding-top: 10px; 
    padding-bottom: 10px; 
    padding-left: 10px;
}

.listado_entrada_web_list_element2.true {
    padding-left:0;
}

.listado_entrada_web_list_element3 { 
    margin-right: 35px;
}

.listado_entrada_web_list_element3_ramemur { 
    margin-right: 10px;
}

.listado_entrada_web_list_element3.true { 
    margin-right: 4px;

}

.listado_entrada_web_list_element3 a.enlace1{
    color:#05517F; 
    font-size: 12pt;
}

.listado_entrada_web_list_element3.true a.enlace1{
    color:#333; 
    font-size: 8pt;

} 

.listado_entrada_web_list_element4 {
    font-size: 8pt;
    margin-top:8px;
    color: #9C1F2E;
}

.listado_entrada_web_list_element4.true {
    font-size: 8pt;
    font-weight: normal;
    margin-top:0px;    
}

.listado_entrada_web_list_element4.true a{    
    font-weight: bold;
    color:#ADC13E;
}


.listado_entrada_web_list_element5 {
    font-size: 8pt;
}

.listado_entrada_web_list_element5.true {
    width:100%;
}

.listado_entrada_web_list_element5 a {
    color:#58757d;
}

.listado_entrada_web_list_element5.true a {
    color:#ADC13E;
}

.listado_entrada_web_list_element5 span {
    color: #841E2D;
}

.listado_entrada_web_list_contenido_formateca {
    color: #05517F;
    font-weight: bold;    
    font-size: 16px;
    padding-left: 20px;
}

.listado_entrada_web_list_contenido_formateca a {
    color: #05517F;
    font-weight: bold;    
    font-size: 16px;
    padding-left: 20px;
}

.listado_entrada_web_list_contenido_formateca2 {
    color: #3c4b7b;    
    text-decoration: underline;
    font-size: 14px;
    padding-left: 20px;
}

.listado_entrada_web_list_contenido_formateca_ramemur {
    color: #05517F;
    font-weight: bold;    
    font-size: 14px;
    padding-left: 20px;
}

.listado_entrada_web_list_contenido_formateca_ramemur_ultimos {
    color: #05517F;
    font-weight: bold;    
    font-size: 12px;
}

.listado_entrada_web_list_contenido_formateca_ramemur a {
    color: #05517F;
    font-weight: bold;    
    font-size: 14px;
    padding-left: 20px;
}

.listado_entrada_web_list_contenido_formateca_ramemur2 {
    color: #3c4b7b;    
    text-decoration: underline;
    font-size: 12px;
    padding-left: 20px;
}


.atras {
    float: left;     
    margin-right: 20px; 
    padding-right: 30px; 
    font-weight: bold; 
    font-size: 14px; 
    color:#841E2D;
}


.adelante {
    float: left; 
    margin-left: 10px; 
    font-weight: bold; 
    font-size: 14px; 
    color:#841E2D;
}

.adelanteatras {
    float: left;    
    padding-right: 15px;    
    font-weight: bold; 
    font-size: 14px;     
}


.mostrar-contenido-path {
    margin-top:-10px;
    margin-bottom:10px;
    display:block; 
    color:#8F982C;
    /*color:black;*/
    font-weight: bold;
}

.mostrar-contenido-path a {    
    color:#58757d;        
    /* color:#8F982C;*/
    display:inline;
}

.mostrar-contenido-docs ul {
    list-style-type: none;
    background-color: #F2F2F3;
    border-radius:15px;
    padding-left: 0;
    padding-bottom:10px;
    /*padding-top:10px;*/
    margin:auto;
    margin:auto;
    width:350px;
    border: 1px solid rgb(242, 242, 243);
}
.mostrar-contenido-docs li {  
    height: 27px;
    padding-top:5px;
    padding-bottom:5px;
    list-style-type: none;    
    display:block;
    border-bottom:dotted 1px #ADC13E;
    margin-left:0;
    padding-left:15px;    
}

.mostrar-contenido-docs li:hover {
    background-color: white;
}

.mostrar-contenido-docs .logodoc {    
    height: 100%;
    width:27px;
    display: inline-block;    
}

.mostrar-contenido-docs .docitem {    
    height: 100%;
    width:auto;
    min-width:70%;
    display: inline-table;    
    vertical-align: middle;
    margin-right: 0;
    right: 0;
}


.mostrar-contenido-docs .docitem a {
    display:block;
    width:100%;
    color:black;
}

/****** FIN TOOL LISTADO ENTRADA WEB ***/

.seguir-leyendo {
    color:#ADC13E;
    font-size:11px;
    font-weight: bold;
}

.fechaNoticia {
    float: right;
    color: #841e2d;
    font-weight: bold;
}

.ui-widget .ui-icon-xls {
    background-image: url(/imgs/excel_icon.png);
    width: 18px;
    height: 18px
}
.ui-widget .ui-icon-pdf {
    background-image: url(/imgs/pdf_icono.png);
    width: 17px;
    height: 20px;    
}

ul.listado_sub_lista_entrada_web_list_element3_big {
    font-size: 10pt;
}

ul.listado_sub_lista_entrada_web_list_element3_big a {
    color:#58757d; text-decoration: none;
}

/************ MENU PROYECTOS ************/
.plantilla_proyectos {
    display: table;
    width: 100%;
    padding: 0em !important;
}

.menu_proyectos {
    width: auto;
    max-width: 200px;
    min-width: 50px;
    float:left;
    min-height: 100%;
    list-style: none;
    font-size: 11px;  
    bottom:0px;
    text-align: left;
    overflow: hidden;
    border: 1px solid rgb(242, 242, 243);
    border-radius: 10px;
}

ul.ul_menu_proyectos a {
    text-decoration: none;
    color:black;
    width: 200px;
}

ul.ul_menu_proyectos li {
    padding-left:10px;
    display:list-item;    
    border-top: dotted 1px #ADC13E; 
    padding-top:0.5em;
    padding-bottom:0.5em; 
}

ul.ul_menu_proyectos {
    width:200px;
    padding-left:0px;
    list-style-image: none;
    list-style-position: outside;
    list-style-type:none;
    border-bottom: dotted 1px #ADC13E;
    background-color:rgb(242, 242, 243);
}

li.il_menu_proyectos_true {
    background-color: white;
    font-weight: bold;
}

div.mostrar-contenido-item-proyectos {
    margin-left:60px;
}

/********* FIN MENU PROYECTOS ************/

.titulo_pagina {
    font-size: 16px;
    font-weight: bold;
    background-color: #8FAECB;
    padding: 10px;
    border-radius: 2px;
    letter-spacing: 0.15em;
    color: white;
    width: 97%;
    margin: auto;
    margin-top: 20px;
}

.mostrar-contenido-minititle {
    margin-bottom: 20px;
    color: #8F982C;    
    font-size:18px;
}

/*********** ESTILO MENU PRINCIPAL ***********/

#menu {
    text-align: center;
    font-size: 13px;           
}

#menu ul {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}

#menu ul li {
    width: 300px;
    z-index: 1001;
}

#menu ul li.nivel1.cachotrue {
    background-color: #05517F;    
}

#menu ul li.nivel1.cachotrue > a {
    color: white;
}

#menu ul li.nivel1 { 
    float: left;
    margin-right: 1px;    
}

#menu ul li.nivel2,  #menu ul li.nivel3 { 
    float: left;    
    border: 1px outset white;
    background-color: #F2F2F3;

}

#menu ul li.nivel2 a,  #menu ul li.nivel3 a { 
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 8px;
    padding-bottom: 8px;
    color: #58757D;
}

#menu ul li a {
    display: block;
    text-decoration: none;
    color: #05517F;        
    font-weight: bold;    
    padding: 11px;
    position: relative;
}

#menu ul li a.nivel2, #menu ul li a.nivel2ie {
    color: #000;    
}

#menu ul li a.nivel1, #menu ul li a.nivel2 {
    display: block!important;display: none;
    position: relative;    
}
#menu ul li:hover {
    position: relative;
}

#menu ul li a:hover, #menu ul li:hover a.nivel1 {
    background-color: #8FAECB;
    color: white;
    position: relative;
}

#menu ul li ul {
    display: none;
}

#menu ul li:hover ul.nivel2, #menu ul li a:hover ul.nivel2{
    display: block;
    position: absolute;
    left: 0px;
}
#menu ul li ul li a:hover ul.nivel3, #menu ul li ul li:hover ul.nivel3 {
    display: block;
    position: absolute;
    left: 129px!important;left: 128px;
    top:0px!important;top: -21px;
}

#menu ul li ul li  {
    width: 280px;    
    border-top-color: transparent;
}

#menu ul li ul li a:hover {
    border-top-color: #000;
    position: relative;
}

#menu ul li ul li ul li a.primera {
    border-top-color: #fff;
}

/*********** FIN ESTILO MENU PRINCIPAL ***********/

/******* ESTILO METRO **********/
.metro .grid .row [class*="span"] {
    float: left;
    min-height: 1px;
    margin-left: 20px;
}
.metro .grid .row [class*="span"]:first-child {
    margin-left: 0;
}
.metro div,
.metro span,
.metro p {
    font-family: 'Segoe UI_', 'Open Sans', Verdana, Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-style: normal;
}
.metro .fg-white {
    color: #ffffff !important;
}
.metro .bg-emerald {
    background-color: #008a00 !important;
}
.metro .bg-mauve {
    background-color: #76608a !important;
}
.metro .bg-blue {
    background-color: #00aff0 !important;
}
.metro .bg-amber {
    background-color: #f0a30a !important;
}
.metro .notice {
    display: block;
    min-width: 200px;
    height: auto;
    position: relative;
    background-color: #4390df;
    padding: 20px;
}
.metro .notice * {
    color: inherit;
}
.metro .grid {
    margin-bottom: 20px;
}
.metro .grid .row {
    display: block;
    margin-top: 20px;
}
.metro .grid .row:before,
.metro .grid .row:after {
    display: table;
    content: "";
}
.metro .grid .row:after {
    clear: both;
}
.metro .grid.fluid {
    width: 100%;
}
.metro .grid.fluid .row .span3 {
    width: 23.404252% !important;
}
/*********** FIN ESTILO METRO ***********/

/******************************* Calendario Portada ******************************/

.calendarioActualidad{
    border: 1px solid #58757d;
    text-align: center;
    font-size: 10pt;
    width: 400px; 
    margin: auto;
}


.calendarioActualidad caption{
    font-weight: bold; 
    background-color: #f2f2f3;
    color: #05517F;
    padding-bottom: 3px;
    padding-top: 5px;
}

.calendarioActualidad th{
    background-color: #8FAECB;
    color: white;
}

.calendarioActualidad tr{
    border: 1px solid #8FAECB;
}

.calendarioActualidad label{
    margin-top: 3px;
    margin-bottom: 2px;
    display: block;
    color: #333;
}

.resumenCalendario{
    border: 1px solid #8FAECB;
    text-align: center;
    font-size: 6pt;
}
.resumenCalendario th {
    background-color: #8FAECB;
    color: white;
}

.resumenCalendario caption{
    font-weight: bold;
    color: #05517F;
}

.calendarioPortada{
    border: 1px solid #8FAECB;
    text-align: center;
    width: 270px; 
    margin: auto;
}

.calendarioPortada caption{
    font-weight: bold; 
    background-color: #f2f2f3;
    color: #05517F;
    font-size: 14px;
}

.calendarioPortada th{
    background-color: #8FAECB;
    color: white;
}

.calendarioPortada tr{
    border: 1px solid #8FAECB;
}

.mesesAnyoCalendario table:hover{
    color: white;
    background-color: #05517F;
}