﻿@font-face {
font-family: DIN;
src: url("../fonts/DINNextRoundedLTPro-Regular.otf?#DIN");
}


.verdeMariaEugenia, .footer, .opciones,  th
{
	background-color:#00aec3!important;
	width: 100%;
}

.grisMariaEugenia
{
	background-color:#414042;
}

.textoHeader
{
    font-size: small;    
    color: White;
}

.textoFooter
{
    font-size: 16;
    color: White;
}

.tablaLogin
{    
    vertical-align: middle;
    padding-left: 300px;
    text-align:right;    
}

.footer
{    
    text-align: center;    	    
}


/* Color gris claro */
.preguntaA
{
    font-weight: bolder;
    background-color: #E0E0E0;
}
.txtIdFilaA
{
    background-color: transparent;
    border-color: #E0E0E0;
    color: #E0E0E0;
}


/* Color gris oscuro */
.preguntaB
{
    font-weight: bolder;
    background-color: #BDBDBD;
}

.txtIdFilaB
{
    background-color: transparent;
    border-color: #BDBDBD;
    color: #BDBDBD;  
}

.txtIdFilaBlanco
{
    color:white;
    border-color: white;
    background-color: Transparent;
}


.divInfo
{
	border-width:2px;
	border-style:solid;
	border-color:Blue;
	background-color:LightSteelBlue;
	color:Blue;
	padding:5px;
	width:96%;
}

.collapsePanelHeader{			
	height:30px;
	background-color:#B9B9B9;
	
	font-weight:bold;
}

.areaCollapsiblePanel {
	padding:2px;
}

.collapsePanel {	
	background-color:#E2E2E2;
	overflow:hidden;	
}

.mensajes
{
    padding: 5px;
}

.noHayDatos
{
    font-size: medium;
    font-style: italic;
    color: Red;
}

.tab
{
    text-align: center;
    background-color: rgb(230,232,237);
    font-size: large;
    cursor: pointer;
}
.tabSeleccionado
{
    text-align: center;
    background-color: rgb(201,203,207);
    font-size: large;
    cursor: pointer;
}

.opciones
{    
    color:White;    
    width: 100%;
    text-align: center;
}
.opciones_a
{
    color: White;
    font-weight: bold;
    text-decoration: none;
}

.opciones_a_disabled
{
    color: Gray;
    font-weight: bold;
    text-decoration: none;
}

/* grillas y listas */
.grilla
{
    width: 100%;
    background-color: #E0E0E0;
}

.grillaSeleccionable
{
    font-weight: bold;    
}
.grillaNoSeleccionable
{    
	background-color: #414042;    
}

.filaSeleccionada
{
    background-color: #9E9E9E;
    font-weight: bold;
}
.filaMouseOver
{
    cursor: pointer;
    background-color:#BDBDBD;
    font-weight: bold;
}

.filaNoSeleccionada
{
    background-color: #EEEEEE;
    font-weight: bold;
}





html, body
{
    margin: 0;
    padding: 0;
    font-family:DIN;
    font-size: 100%;
}

p
{
    margin: 0 10px 10px;
}
a
{    
    text-decoration: none;
    color: White;
}
div#header
{
    position: relative;
}
div#header h1
{
    height: 60px;
    line-height: 40px;
    margin: 4px;
    padding-left: 5px;
    background: #1b5790;
    color: #f5f5f5;
    font-size: large;
}

div#content p
{
    line-height: 1.4;
}

div#navigation
{
    background: rgb(236,233,216);
    margin-top: 5px;
    height: 50px;
    font-size: xx-small; 
    width: 90%;
    margin-left: 14px; /*margin-top: 4px;*/
}

div#extra
{
    background: #FF8539;
    float: right;
    width: 500px;
}

div#footer p
{
    margin: 0;
    padding: 5px 10px;
}
div#footer a
{
    display: inline;
    padding: 0;   
    clear: both;
    width: 100%;
}
div#container, footer, header
{
    text-align: left;
    width: 800px;
    margin: auto;    
}
div#wrapper
{
    position: relative;    
    width: 100%;
}

input
{   
    border-style: solid;
    border-width: thin;
    background-color:white;
}
select
{
    background-color: White;
    border-color: rgb(148,189,166);
    border-style: solid;
    border-width: thin;
}

th
{
    color:White;
    border-top: thin solid;
    border-bottom: thin solid;
    vertical-align: middle;
    padding-left: 15px;
}
