
.cabecera {
    background:#336600;
    letter-spacing: 0.1em;
    font-family: "Times New Roman";
    color:white;
    font-size : 12pt;
    text-align:left;
    font-weight: normal;
    text-decoration : none;
}

A:HOVER.cabecera {
    background:#336600;
    letter-spacing:0.1em;
    font-family: "Times New Roman";
    color: #ADD8E6;
    font-size :12pt;
    text-align:left;
    font-weight: normal;
    text-decoration : none;
}


.cuerpo {
	background:#FAFB9D;
	letter-spacing:0.1em;
	font-family:Tahoma,Verdana;
	color:black;
	font-size :11;
	text-align:left;
}

.enlace {
	background: rgb(209,186,168);
	letter-spacing:0.1;
	font-family:Tahoma,Verdana;
	color: Blue;
	font-size :11;
	text-align: center;
	text-decoration : none;
}

A.Legis {
	background-color : rgb(209,186,168);
	letter-spacing :0.1em;
	font-family:Tahoma,Verdana;
	color: Blue;
	font-size :11;
	text-align: center;
	text-decoration : underline;
	width : 100%;
	height : 100%;
}

A:hover.Legis  {
	background: #000080;
	letter-spacing :0.1em;
	font-family:Tahoma,Verdana;
	font-size :11;
	text-align: center;
	text-decoration : none;
	color : rgb(209,186,168);
	width : 100%;
	height : 100%;
}
