BODY, TABLE, TR, TD {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
	text-align : justify;
}

A  {
	color : #4B980B;
	text-decoration : none;
}

A:Visited  {
	color : #4B980B;
	text-decoration : none;
}

A:Active  {
	text-decoration : underline;
	color : #4B980B;
}

A:Hover  {
	color : #4B980B;
	text-decoration : underline;
}
input, select	{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	border : 1px solid Black;
	background-color : #B0E9B2;
}
textarea {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
submit {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.encabezado {
	background-color : #B0E9B2;
	font-weight : bold;
	text-align : left;
}
.listado {
	border : 1px solid Black;
}
.enlaces {
	border : 0px;
	text-align : left;
	font-size : 11px;
	vertical-align: top;
}
.left {
	text-align: left;
}
.destacado {
	text-align: center;
	font-size : 16px;
	color : #4B980B;
}
.menosdestacado {
	font-size : 14px;
}
.centrado {
	text-align : center;
}
.izquierda {
	width : 250px;
}
.derecha {
	width : 250px;
	position : absolute;
	left : 500px;
	top : 130px;
	margin-right: 40px;
}
.rojo {
	color:red;
}
.nota {
	font-size: 10px;
}