h1 { color: black; font-style: normal}

/*Los encabezados de cada sección*/ 
p.clase1 { font-size: 14pt; font-weight: bold;}

/*Los enlaces*/
p.clase2 { font-size: 10pt;  text-align: center; font-style: normal;}


/*El sangrado de profesor asociado*/
p.clase3 { font-size: 10pt;  color: maroon; text-indent: 50px; line-height: 0px;}

hr {background-color:red; color:black; width: 80%; text-align:left;}

body {background-color: #ffffff; font-style: italic; font-size:10pt; font-family: "Arial", sans-serif; color: maroon; 
    background-image: url("fondos/cielo.jpg");
    background-repeat: repeat-y;
    background-position: top left;
    background-attachment: fixed; 
    } 

a {line-height:18pt;}
a:link { cursor: url("hand.ani"), default; color:navy; background:orange; font-weight:bold; }
a:visited { color:black; background:silver; font-style:italic; }

a:hover {color: navy; background: silver; font-weight: bold; }
a:active { color: black; background: orange; font-style: italic; text-decoration: blink;}
