@charset "UTF-8";
/* CSS Document */

/*CREO ESTRUCTURA DEL DOCUMENTO.*/
body {
 margin: 0;
 font-family: Arial, Helvetica, sans-serif;
 font-size: 11px;
 font-style: normal;
 color: black;
 /*width: 920px;*/
}



/*#conten {
 width: 920px;
 margin-left: -460px;
 background:#ffffff;*/
 /*border:thin solid #ffffff;*/
/* border:thin solid #CF003F;*/
 /*min-height: 600px;*/
 /*border: thin solid #00FF99;*/
/*}*/


/*CREO LA COLUMNA CONTENEDORA DEL MENÚ*/
#Menu {
 float: left;
 width: 215px;
 height: 790px;
 padding-top: 10px;
 padding-left: 5px;
 margin: 0px 0px 0px 0px;
 background-image:url(borde_abstracto.gif);
 background-repeat:repeat-y;

}


/*DECORACIÓN PARA ENLACES*/
a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	/*line-height: 15pt;*/
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	text-decoration: none;
	background-color: #B5DDF2;
	font-style: normal;	/*line-height: 15pt;*/
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	/*line-height: 15pt;*/
	color: #000000;
	text-decoration: line-through;
}

#content a:visited {
 text-decoration: none;
} 

#columnas br {
	line-height: 5px;
}

#especial br {
	line-height: 8px;
}

/*OCULTO LOS ENLACES*/
/*HE DE CAMBIARLO POR CADA MENÚ*/
#menulink {
 display: none;
}
#menu2link {
 display: none;
}
#menu3link {
 display: none;
}
#menu4link {
 display: none;
}
#menu5link {
 display: none;
}
#menu6link {
 display: none;
}
#menu7link {
 display: none;
}

/*CONTROL DE LOS MENÚS CONTROLANDO LAS LISTAS*/
ul {
 margin-left: 20px;
 padding-left: 0px;
 border-bottom: 1px solid black;
 list-style: mone;
 width: 80%;
}

li {
 list-style-type: none;
 border-top: 1px solid black;
 padding: .0em 0;
}