/* -----------------------------------
** ESTILOS DE LA BARRA DE ARRIBA
*/

body
{
	font-size: 10pt; 
	font-family: arial;
	background-color: #83b47c;
}

a
{
	font-size: 10pt; 
	font-family: arial;
	color: #000000; 
	text-decoration: none;
}

a:hover 
{
	font-size: 10pt; 
	font-family: arial;
	color: #000000; 
	text-decoration: underline;
}

.barnav
{
    background-color: #aaffaa;
}

.contenido
{
    background-color: #ffffff;
}
