body {
	background-color:white;
	margin:0px;
	padding:0px;
	font:11px verdana, arial, helvetica, sans-serif;
	color:#142171;
	scrollbar-3dlight-color : #E5E5E5;
	scrollbar-arrow-color : #FFFFFF;
	scrollbar-base-color : #E5E5E5;
	scrollbar-darkshadow-color : #E5E5E5;
	scrollbar-face-color : #000063;
	scrollbar-highlight-color : #000063;
	scrollbar-shadow-color : #000063;
	/*scrollbar-track-color : #E5E5E5;*/
	}

br.mini {
	font-size: 5px;
	}

br.max {
	font-size: 15px;
	}

/* CONTINENTE GENERAL */

/* Div que contiene iframe */	
#content {
	position:relative;
	margin: 5px 0px auto 200px;
	width: auto;
	height: 100%;
	overflow: visible;	
	}
		
/* Div con el contenido del iframe (pone margenes) */
#contenido {
	margin-left: 20px;
	margin-right: 20px;
	}

/* RUTA DE NAVEGACION */

ul#ruta { 
	margin: 10px 0px 20px 0px; 
	padding: 0px; 
	list-style:none; 
	font:10px Verdana,Geneva,Arial,sans-serif; 
	font-weight: bold; 
	color: #5F5F5F;
	}

ul#ruta  li {
	display: inline;  
	white-space: nowrap; 
	height: 1%; 
	padding-right: 0px; 
	background-position:right; 	
	background-repeat:no-repeat;
	margin-right: 0px; 
	}

ul#ruta  li.negrita {
	display: inline;  
	white-space: nowrap; 
	height: 1%; 
	padding-right: 0px; 
	margin-right: 0px; 
	color: #000000;
	}

/* SUBMENÚS HORIZONTALES*/

#opciones {
        padding: 3px 0;
        border-bottom: 1px solid #33337B;
        margin: 0px;
        font: bold 11px Arial, Verdana, sans-serif;
        width: auto;
		}

#opciones li {
        list-style: none;
        margin: 0px 0px -1px 0px;
		padding: 0px;
        display: inline;
		}

#opciones li a {
        padding: 3px 0.5em;
        margin: 0px 5px 0px 0px;
        border: 1px solid #33337B;
		border-bottom: none;
        background: #E4ECF4;
        text-decoration: none;
		}

#opciones li a:link { color: #33337B; }
#opciones li a:visited { color: #33337B; }

#opciones li a:hover {
        color: #33337B;
        background: #ffffff;
        }

#opciones li a#current {
	background: white;
	border-bottom: 1px solid white;
	}

#submenu {
	border-left: 1px solid #33337B;
	height: 20px;
	padding: 10px 5px 2px 5px;
	color: #33337B;
	font:10px Verdana,Geneva,Arial,sans-serif;
	margin: -1px 0px 0px 0px;
	}
		
#submenu li { 
	display: inline;
	color: #33337B;
	border-right: 1px solid #33337B;
	margin-right: 10px;
	padding-right: 10px;
	}	

#submenu li a {
	color: #33337B;
	text-decoration: none;
	}	

#submenu li a#current {
	color: #33337B;
	font-weight: bold;
	}
	
		
/* TABLAS GENERALES */

table {
	border: 1px solid #7E82B2;
	border-collapse: collapse;
	margin: 0px auto;
	width: 95%;
	border-bottom: 2px solid #595498;
	border-right: 2px solid #595498;
	}


th {
	background-color: #142171; 
	border: 1px solid #142171;
	text-align: left;
	color: #FFFFFF;
	padding-left: 8px;	
	height: 18px;
	}


td {
	text-align: left;
	padding: 2px;
	padding-left:8px;
	/* Cambiamos border-bottom por border-top,      */
	/* debido al problema con pintaTablaMagica en IE */
	border-top: 1px solid #7E82B2;
	background-color:#ffffff;
	color: #00005A;
	}

.cifra {
	text-align: right;
	}


td img {
	margin: 0px auto;
	float: none;
	text-align: center;
	vertical-align: middle;
	}

td.separa{
    background: url(../../img/punteo.png);
    background-repeat: repeat-x;
    height: 3px;
}

td.separador {
	background: url(../../img/separador.gif);
	background-repeat: repeat-x;
	height: 10; 
    }	
        		
.tablablanca {
	border: none;
	text-align: center;
	}
	
.sinborde {
	border: none;
	}	

.lista {
	margin-left: 25px;
	display: list-item;
	}	

td.border {
	border-bottom: 1px solid #7E82B2;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 0px;
	text-align: left;
	}

td.subcapa {
    background-color: #EAEAEA; 
    }

.tablaerror, .tablabotones {
	border: none;
	text-align: center;
	width: auto;
	font-size: 11px;
	}

.tablaerror td, .tablabotones td {
	text-align: center;
	background-color: #FFFFFF;
	border : none;
	}

	
/* TABLAS FORMULARIOS*/

form table {
	width: 90%;
	border: none;
	font-size: 10px;
	} 
	
form table tr td {	
	border: none;
	border-bottom: 1px solid #FFFFFF;
	background-color: #EAEAEA;
	height: 18px;
	}

form table tr td.final  {	
	background-color: #FFFFFF;
	height: 12px;
	}

form table tr td.nota {	
	background-color: #FFFFFF;
	text-align: center;
	height: 30px;
	}
	
form table tr td table{
	border:none;
	margin-left: 0px;
	}

form table tr td table tr {
	border: none;
	}

form table tr td table tr td{
	text-align: left;
	padding-left: 0px;
	margin-left: 0px;
	border: none;
	}
	
input, textarea, option, select {
	font-family: Verdana,Geneva,Arial,sans-serif;
	color: #00005A;
	font-size: 95%;
	}
.monospaced {
        font-family: Courier,monospaced;
        font-size: 12px;
}

/* BOTONES FORMULARIO */


.formulario
	{
	background-image: url(../../img/fondo_formTH.gif);
	background-repeat:repeat;
	font-size: 90%;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	border: 1px solid #8990B8;
	border-bottom: 2px solid #142171;
	border-right: 2px solid #142171;
	}

.formularioHover
	{
	background-image: url(../../img/fondo_formTH2.gif);
	background-repeat:repeat;
	color: #FFFFFF;
	font-size: 90%;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
	border: 1px solid #8990B8;
	border-top: 2px solid #142171;
	border-left: 2px solid #142171;
	}


a.formulario
	{
	background-image: url(../../img/fondo_formTH.gif);
	background-repeat:repeat;
	font-size: 90%;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	border: 1px solid #8990B8;
	border-bottom: 2px solid #142171;
	border-right: 2px solid #142171;
	}

a.formulario:hover
	{
	background-image: url(../../img/fondo_formTH2.gif);
	background-repeat:repeat;
	color: #FFFFFF;
	font-size: 90%;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
	border: 1px solid #8990B8;
	border-top: 2px solid #142171;
	border-left: 2px solid #142171;
	}

a.enlacesimple {
    color: #888888;
    text-decoration: none;    
}
	
/* TEXTOS GENERALES */
/* titulos de páginas */
h1 {	color:#33337b;
		font:bold 14px verdana, arial, helvetica, sans-serif;
}

	
#piepagina {
	position: relative;
	height: 33px;
	width: auto;
	margin-top: 35px;
	margin-right: 0px;
	border-top: 1px solid #142171;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 75%;
	font-weight: bold;
	text-align: right;
	padding-top: 3px;
	padding-right: 10px;
}

