/* Estilo para el documento */

A:link { color: #0000FF; }
A:visited { color: #800080; }
A:active { color: #800000; }
A:hover { color: red; font-weight: bold }

H1 {
    color: #800000;
    size: 5;
    font-weight: bold;
#    align: center;
#    font: italic;
}



BODY {
	color: rgb(0, 0, 0);
	background-color: lime;
	background-image: url(graficos/fondo.jpg);
	text-align:justify;
	#font-family:arial;
	font-weight:bold;
}
H1 {
    color: #800000;
    size: 7;
    font-weight: bold;
    text-align:center;
    font-family: times;
#    font: italic;
}

H2 {
    color:#406000;
    size: 5;
}

H3 {
    color:#006060;
}

H4 {
    color:#4010B0;
}
H6 {
    text-align: right;
    font-size: x-small;
    font-styte: oblique;
}



IMG {
	border:0;
}

TABLE {
    border: 2;
    width:100%;
    cellpadding:5;
    cellspacing:1;
    vertical-align: super;
}    
/*<span style="font-weight: bold;">*/
/*<style fprolloverstyle>A:hover {color: red; font-weight: bold} </style>*/

