/* Definicion de estilos */


td{
	font-family : "Verdana";"Antique Olive";
	font-size : 11;
	color : black;
}

.pag{
	font-family : "Arial","Tahoma";
	font-size : 25px;
	text-decoration : none;
	background : transparent;
	color:white;
	font : 600;
}


A.nolink{
	color : Black;
	background-color : Silver;
	font-family : "Verdana";
	"Tahoma";
	font-size : 13px;
	text-decoration : none;
	font : 900;
	letter-spacing : 3px;
	padding-bottom : 3px;
	padding-top : 3px;
	padding-left : 12px;
	padding-right : 12px;
}

/* Estilo para los menús */


A.link1{
	font-family : "Verdana";
	"Tahoma";
	font-size : 13px;
	text-decoration : none;
	background : Black;
	color: Red;
	font : 900;
	letter-spacing : 3px;
	padding-bottom : 3px;
	padding-top : 3px;
	padding-left : 12px;
	padding-right : 12px;
}
A.link1:hover{
	color : Black;
	background-color : White;
}


A.linkmenu {
	font-family : "Verdana","Tahoma";
	font-size : 15px;
	text-decoration : none;
	background : Black;
	color:white;
	font : 400;
	width : 100px;
}
A.linkmenu:active {
	color: white;
	background : transparent;
}
A.linkmenu:visited {
	color: White;
}
A.linkmenu:hover {
	color : White;
	background-color : Red;
}

a.linkhome{
	color : white;
	font-size : 10px;
	text-decoration : none;
	font-family : Tahoma;
}
a.linkhome:hover{
	color : Silver;
}