/*  *************************************************************************
***************************** para las capas con IE********************************/

.oculta
{
	display:none;
	font-family: Arial;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-decoration: none;

}

.mostrada
{
	z-index: 1;
	display:"block";
	font-family: Arial;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-decoration: none;
	color: #FFFFFF;
	

}
/*  ··············· fondo,tipo de letra y color de letra de la pagina ·················· */
.cuerpo
{
	font-family:Arial;
	color:#FFFFFF;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	white-space: normal;
	
	}
	/*  ··············· correo interno ·················· */
.correo
{
	font-family:Arial;
	color:#0066FF;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	white-space: normal;
	
	}

/*··················· tÍTULO DE SUBMENÚS ······························ */
.titulo
{
	font-family:Arial;
	color:#FFFFCC;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	white-space: normal;
	
	}
/*··················· Enlaces multicolor ······························ */
.enlaces 
{
font-family:Arial;
	color:#FFFFFF;
	font-size: 11px;}
a:hover {text-decoration: none; color: ##FFCC00}
a:link {text-decoration: none; color: #FFFFFF}
a:visited {text-decoration: none; color: #FFFFFF}

