﻿body {
}

.TablaExterna
{
	border-color: #507CD1;
	border-style: solid;
	border-spacing: 2;
	border-width: thin;
	border-collapse: collapse;
	font-family: Tahoma, Verdana, Arial;
	font-size: small;
	text-align: center;
}

.TdColor
{
	background-color: #bfcbd9;
}

.TablaInterna
{
	font-family:Tahoma, Verdana, Arial;
    font-size: small;
    text-align: left;
    background-color: #ffffff;
}

.TablaReporte
{
	border-bottom-width:1;
	border-left-width:1;
	border-right-width:1;
	border-top-width:1;
	border-collapse:collapse;	
	border-style:solid;
	table-layout:auto;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	font-size: 10pt;
}

.TablaReporteFuentePequena
{
	font-family:Tahoma, Verdana, Arial;
    font-size: x-small;
    
    border-bottom-width:1;
	border-left-width:1;
	border-right-width:1;
	border-top-width:1;
	border-collapse:collapse;	
	border-style:solid;
	table-layout:auto;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}

.FuentePequena
{
	font-family:Tahoma, Verdana, Arial;
    font-size: x-small;
}

.FuenteMediana
{
	font-family:Tahoma, Verdana, Arial;
    font-size:small;
}


.Texto
{
	font-family:Tahoma, Verdana, Arial;
    font-size: small;
}

.Lista
{
	font-family:Tahoma, Verdana, Arial;
    font-size: small;
}

.boton
{
	font-family:Tahoma, Verdana, Arial;
    font-size: small;	
}

.Subtitulo
{
	font-family:Tahoma, Verdana, Arial;
    font-size: medium;
    font-style:inherit;
}

.PieDerechos
{
	font-family:Tahoma, Verdana, Arial;
    font-size: smaller;
	text-align:center;   
    vertical-align:middle;
}

/* Titulo */
#titulo
{
	width: 800px;
	top: 1em;
	left: 1em;		
}

/* Contenido */
#contenido 
{
	margin-top: 1em; 
	margin-left: 210px;
	margin-right: 1em;	
}

/* Menu de navegacion */
/*#menu {
	width: 180px;
	top: 18em;
	left: 1em;
	width: 12em;	
	position:absolute;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:70%;
}
*/
/* Pie */
#pie 
{	
	margin-top: 1em; 
	margin-right: 0.1em;	
	margin-left: 2em;
	position:absolute;
	width:1024px;
}

/* Botones del menu de navegacion */
img {
    border: none;
} 


#menub 
{
	font-size: 70%;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-left:1em;
	margin-top: 1em; 
	width: 200px;	
	border-style: solid solid none solid;
	border-color: #BCD2E6;	
	border-width: 1px;
	position:absolute;
	left:1px;
	top:130px;
	}
	
#menub ul 
{
	list-style: none;
	margin: 0;
	padding: 0;
}	
	
#menub li a {
	height: 32px;
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	height: 24px;
	text-decoration: none;	
	}	
	
#menub li a:link, #menub li a:visited {
	color: #8BADCF;
	display: block;
	background:  url(imagen/menu3.gif);
	padding: 8px 0 0 10px;
	
	}
	
#menub li a:hover {
	color: #627EB7;
	background:  url(imagen/menu3.gif) 0 -32px;
	padding: 8px 0 0 10px;
	}
	


