	body 
{
	scrollbar-base-color:#6A6733;
	scrollbar-highlight-color:#CAC791;
	scrollbar-arrow-color:#FFFFFF; 
	scrollbar-shadow-color:#FFFFFF;
	margin-left:0px;
	margin-top:2px;  
}

/* ----------------------- TIPOS DE TEXTO --------------------------------*/

.textoNormal 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-align: justify;
	font-weight:bolder;
}

.textoEtiquetas 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height: 20px;
	text-align: justify;
	font-weight:bolder;
}

.textoTitulo
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	background-color:#F5D800;
	font-style: normal;
	font-weight: bolder;
	font-variant: small-caps;
	text-align:center;
	border:2px solid #000000;
}
.textoNegritas
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-style: normal;
	font-weight: bolder;
	font-variant: small-caps;
}
.textoSubTitulo
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-style: normal;
	font-weight: bolder;
	font-variant: small-caps;
	border-bottom:2px solid #F5D800;
	border-right:2px solid #F5D800;
	margin-left:30px;
	width:60%;
	text-align:center;
}

.formas_entrada
{
	font-family: Arial, Helvetica, sans-serif;
    font-size : 11px;                                   
    color: #000000;
}

/* ----------------------- BOTONES --------------------------------*/

.botonClaro
{
	font-size:11px; 
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bolder;
	color: #000000; 
	background:#F5D800;
	border:2px hidden;
	width:110px;
	height:22px;
	cursor: pointer;
}

.botonSeleccionado
{
	font-size:11px; 
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bolder;
	color: #000000; 
	background:#FFEC66;
	border:2px hidden;
	width:110px;
	height:22px;
	cursor: pointer;
}

.botonOscuro
{
	font-size:11px; 
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bolder;
	color: #CAC791; 
	background:#6A6733;
	border:2px hidden;
	width:110px;
	height:22px;
	cursor: pointer;
}

/* ----------------------- TABLAS --------------------------------*/

.tabla_normal
{
	border:1px solid #6A6733;
	font-size: 10px;
	background-color:#FFFFFF;
}

.tabla_normal td
{
	padding: 4px;
	border: 0px solid #6A6733;
	background-color:#FFFFFF;
}

.tabla_parametros
{
	font-family: Arial, Helvetica, sans-serif;
    font-size : 11px;                                   
    color: #000000;
	background-color:#FFFFFF;
	border:0px solid #F5D800;
	border: 2px solid #F5D800;
}

.tabla_param
	{
		font-family: Arial, Helvetica, sans-serif;
		font-size : 11px;                                   
		color: #000000;
		background-color:#FFFFFF;
		border:0px solid #C6AD00;
		border: 2px solid #C6AD00;
	}

.tablaResultados
{
	padding: 10px;
}

.tablaResultados td
{
	padding: 4px;
	border: 1px solid #6A6733;
	background-color:#FFFFFF;
}

/* ----------------------- COMPONENTES PAG --------------------------------*/

.footer
{
	font-family: Arial, Helvetica, sans-serif;
    font-size : 10px;                                   
    color: #FFFFFF;
	font-weight:bold;
}

.visits
{
	font-family: Arial, Helvetica, sans-serif;
    font-size : 10px;                                   
    color: #FFFFFF;
	font-weight:bold;
}

.footer a, a.footer
{ 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px; 
    color: #FFFFFF;
	text-decoration: none;
	font-weight:bold;
}   

.footer a:hover, a.footer:hover
{ 
	color: #FFFFFF;
	text-decoration: underline; 
	font-weight:bold;
}

A
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px; 
    color: #663333;
	text-decoration: none; 
	font-weight:bold;
}
			
A:hover
{
	color: #6A6733;
	text-decoration: underline; 	
	font-weight:bold;
}
