/* Estilos de redefinición de etiquetas HTML (<a>, <font>, <h1>, <table>) */

a					/* Links estándar para toda la web */
{
	color:						#0000CC;
	text-decoration:	none;
	font-weight:			bold;
}

a:link
{
	color:						#0000CC;
	text-decoration:	none;
	font-weight:			bold;
}

a:hover
{
	color:						#0000CC;
	text-decoration:	underline;
	font-weight:			bold;
}

body
{
	background-color:	 					#FFCCFF;
	margin-left:								0px;
	margin-top:									0px;
	scrollbar-face-color:				#FFAAFF;
	scrollbar-shadow-color:			#000000;
	scrollbar-highlight-color:	#333399;
	scrollbar-3dlight-color:		#FFAAFF;
	scrollbar-darkshadow-color:	#000000;
	scrollbar-track-color:			#FFCCFF;
	scrollbar-arrow-color:			#000066;
}


/* Estilos de clase (.fondo) */

.link_nomano				/* Links que me interesa ocultar del usuario */
{
	color:						#000000;
	cursor:						default;
	text-decoration:	none;
	font-weight:			normal;
}

.link_nomano:hover
{
	color:						#000000;
	cursor:						default;
	text-decoration:	none;
	font-weight:			normal;
}

.link_nomano:link
{
	color:						#000000;
	cursor:						default;
	text-decoration:	none;
	font-weight:			normal;
}

.formularios
{
	background-color: #9900FF;
	color:						#FFFFFF;
	font-family:			Tahoma, Arial, Verdana;
	font-size:				11px;
}

.fuente_negra
{
	color:				#000000;
	font-family:	Tahoma, Arial, Verdana;
	font-size:		12px;
}

.fuente_negra_grande
{
	color:				#000000;
	font-family:	Tahoma, Arial, Verdana;
	font-size:		14px;
	font-weight:	bold;
}

.fuente_malhena_marell
{
	color:				#9900FF;
	font-family:	Tahoma, Arial, Verdana;
	font-size:		14px;
	font-weight:	bold;
}


/* Estilos de objetos por id (#CapaTotal) */

#CapaTotal
{
	position:			absolute;
	z-index:			1;
	width:				2000px;
	height:				1500px;
	left:					50%;
	top:					50%;
	margin-left:	-1000px;
	margin-top:		-750px;
}

#CapaWeb
{
	position:			absolute;
	z-index:			2;
	width:				960px;
	left:					50%;
	top:					5px;
	margin-left:	-480px;
}

#CapaMalhena
{
	position:			absolute;
	z-index:			3;
	width:				780px;
	left:					180px;
	top:					150px;
	margin:				0px;
}

#CapaMenuSup
{
	position:			absolute;
	z-index:			4;
	width:				780px;
	height:				140px;
	left:					180px;
	top:					0px;
	margin:				0px;
}

#CapaMenuIzq
{
	position:			absolute;
	z-index:			5;
	width:				180px;
	height:				410px;
	left:					0px;
	top:					0px;
	margin:				0px;
}