body{
    background-color: #CBCBDC;
    scroll: auto;
    
}
.tableconten{
    background-color: #ffffff;
}
.cabecera_text{
    font-family: Arial;
    font-weight: bold;
    color: #ffffff;
    font-size: 15px;
}
.color_corporativo{
    background-color: #00008c;
}
.pie{
    font-family: Verdana;
    font-size: 10px;
    color: #7f7f7f;
    text-decoration: none;
}
.pie:hover
{
    font-weight: bold; 
}
.titmenu{
    font-family: Verdana;
    font-weight: bold;
    color: #ffffff;
    font-size: 11px;
    background-color: #00008c;
}

.menu_on{
    font-family: Verdana;
    font-size: 11px;
    font-weight: normal;
    color: #880000;
    background-color: #b2b2b2;
    text-decoration: none;
}

.menu_off{
    font-family: Verdana;
    font-size: 11px;
    color: #000000;
    background-color: #cccccc;
    text-decoration: none;
	font-weight:normal;
}
.menu_off:hover{
    font-weight: normal;
    color: #880000;
}
.conten{
    font-family: Verdana;
    font-size: 10px;
    color: #4e4e4e;
    text-align: justify;
}
.enlaces_conten
{
    font-family: Verdana;
    font-size: 10px;
    color: #353535;
    text-decoration: none;
}
.enlaces_conten:hover
{
    color: #8C8C8C;
}

.titulo{
    font-family: Verdana;
    font-size: 14px;
    font-weight: bold;
    color: #00008c;
    text-decoration: none;
}
.titulo2
{
    font-family: Verdana;
    font-size: 11px;
    font-weight: bold;
    color: #ffffff;
    text-decoration: none;
}
.lineborde{
    border-bottom: 1px solid #00008c;
}

.table_border{
    border: 1px dotted #00008c;
}
h1{   
    margin: 0px 0px 0px 0px;
}
.s_okey
{
    font-family: Verdana;
    font-size: 10px;
    color:  #008800;
    font-weight: bold;
}
.s_warning
{   
    font-family: Verdana;
    font-size: 10px;
    color: #880000;
    font-weight: bold;
}
.s_form
{
    font-family: Verdana;
    font-size: 10px;
    color: #000000;
}

.f_form
{
    font-family: Verdana;
    font-size: 10px;
    color: #000000;
}
.enlace
{
    font-family: Verdana;
    font-size: 10px;
    color: #00008c;
    text-decoration: none;
}
.enlace:hover
{
    font-weight: bold;
}
.f_boton
{
    font-family: verdana; 
	font-size: 10px; 
	border: 1 solid; 
}

.descarga{
  font-family: verdana; 
	font-size: 10px;
	text-decoration:none;
	color:#00008C;
	outline: none;
}

.descarga:hover{
  font-family: verdana; 
	font-size: 10px;
	text-decoration:underline;
	color:#00008C;
	outline: none;
}