/* Estilos de redefinición de etiquetas HTML (<a>, <font>, <h1>, <table>) */

a					/* Links estándar para toda la web */
{
	color: #9BF900;
	text-decoration: none;
}

a:link
{
	color: #9BF900;
	text-decoration: none;
}

a:hover
{
	color: #9BF900;
	text-decoration: underline overline;
}

body
{
	background-color: #404060;
	scrollbar-face-color: #CCCCDD;
	scrollbar-shadow-color: ;
	scrollbar-highlight-color: #333399;
	scrollbar-3dlight-color: #CCCCDD;
	scrollbar-darkshadow-color: #000000;
	scrollbar-track-color: #666699;
	scrollbar-arrow-color: #000066;
}

h1
{
	margin: 0px;				/* Para que no tenga el margen por defecto */

	color: #006600;
	font-family: Tahoma, Arial, Verdana;
	font-size: 13px;
	font-weight: bold;
}



/* Estilos de clase (.fondo) */


.formularios
{
	background-color: #CCCCDD;
	color: #000000;
	font-family: Tahoma, Arial, Verdana;
	font-size: 11px;
}

.fuente_grisacea
{
	color: #CCCCDD;
	font-family: Tahoma, Arial, Verdana;
	font-size: 11px;
}

.fuente_grisacea_grande
{
	color: #FFFFA4;
	font-family: Tahoma, Arial, Verdana;
	font-size: 14px;
	font-weight: bold;
	text-decoration: underline;
}

.fuente_negra
{
	color: #000000;
	font-family: Tahoma, Arial, Verdana;
	font-size: 11px;
}

.justificar
{
	text-align: justify;
}

.link_hernihost
{
	color: #FFFFFF;
	text-decoration: none;
}

.link_hernihost:link
{
	color: #FFFFFF;
	text-decoration: none;
}

.link_hernihost:hover
{
	color: #FFFFFF;
	text-decoration: underline overline;
}

.link_azul
{
	color: #0000CC;
	font-weight: bold;
	text-decoration: none;
}

.link_azul:hover
{
	color: #0000CC;
	font-weight: bold;
	text-decoration: underline;
}

.link_azul:link
{
	color: #0000CC;
	font-weight: bold;
	text-decoration: none;
}

.link_nomano				/* Links que me interesa ocultar del usuario */
{
	color: #FFFFA4;
	cursor: default;
	text-decoration: none;
}

.link_nomano:hover
{
	color: #FFFFA4;
	cursor: default;
	text-decoration: none;
}

.link_nomano:link
{
	color: #FFFFA4;
	cursor: default;
	text-decoration: none;
}



/* Estilos de objetos por id (#capa_menu) */

#CapaTotal
{
	position:			absolute;
	z-index:			1;
	width:				756px;
	left:					50%;
	top:					10px;
	margin-left:	-378px;
	margin-top:		0px;
}

#CapaWeb
{
	position:			absolute;
	z-index:			2;
	width:				755px;
	left:					0px;
	top:					0px;
	margin-left:	0px;
	margin-top:		0px;
}

/*#ImagenEsquina
{
	position:			absolute;
	z-index:			3;
	width:				170px;
	height:				109px;
	left:					0px;
	top:					0px;
	margin-left:	0px;
	margin-top:		0px;
	
	background-image:		url(../graficos-gestor-residuos/procesador-esquina.jpg);
	background-repeat:	no-repeat;
}*/