/* Hoja de Estilo */

body{
	background-color: darkseagreen;
	font-family:verdana,arial,helvetica;
}

body.naranja{
	background-color: orange;
}

body.lila{
	background-color: plum;
}

body.celeste{
	background-color: lightsteelblue;
	}

body.oro{
	background-color: gold;
	}
	
font{
	font-family:verdana,arial,helvetica;
	font-size:10pt;
	font-weight:normal;
}

p{
	padding: 1em;
	font-size: 10pt;
	font-weight: normal;
	text-align: justify;
}

a:link{
	color: black;
	text-decoration: none;
	font-weight: normal;
}

a:active{
	color: white;
	text-decoration: none;
	font-weight: normal;
}

a:visited{
	color: black;
	text-decoration: none;
	font-weight: normal;
}

a:hover{
	color: white;
	text-decoration: none;
	font-weight: normal;
}

a.lista:link{
	color: black;
	text-decoration: none;
	font-weight: normal;
}

a.oscuro:link{
	color: dimgray;
	text-decoration: none;
	font-weight: normal;
}

a.oscuro:active{
	color: black;
	text-decoration: none;
	font-weight: normal;
}

a.oscuro:visited{
	color: dimgray;
	text-decoration: none;
	font-weight: normal;
}

a.oscuro:hover{
	color: black;
	text-decoration: none;
	font-weight: normal;
}

a.lista:link{
	color: black;
	text-decoration: none;
	font-weight: normal;
}

a.lista:active{
	color: white;
	text-decoration: none;
	font-weight: normal;
}

a.lista:visited{
	color: black;
	text-decoration: none;
	font-weight: normal;
}

a.lista:hover{
	color: white;
	text-decoration: none;
	font-weight: bold;
}

table{

}

td{
	font-size:10pt;
	font-weight:normal;
}

td.titulo{
	padding: 10;
	background-color: black;
	font-size: 12pt;
	font-weight: bold;
	color: snow;
}

input{
	background-color: white;
	font-size: 10pt;
	font-weight: normal;
	color: black;
}

input.boton{
	padding:2;
	background-color:threedface;
	font-size: 8pt;
	font-weight: bold;
}