
/*------ colores de enlaces ------*/

A {
   text-decoration: none;
}

A:link {
   color: #0000A0;;
}

A:visited {
   color: #A000A0; /* #CC00CC;*/
}

A:hover {
   color: #CC9900; 
}

A:active {
   color: #00A000;; 
}

/*------ cuerpo ------*/

body {
   margin-left: 5%;
   margin-right: 5%;
   font-family: verdana, sans-serif, "Trebuchet MS";
   background: #F8F4E7; /* #B7E7FF; */
   color: #552800;
}

/*------ cabeceras seccion ------*/

H1, H2, H3, H4 {
   font-family: verdana, "Trebuchet MS", sans-serif;
   color: #552800;
}

/*------ tablas ------*/

table {
   margin-left: 3%;
}

th {
   vertical-align: top;
   text-align: left;
   font-weight: bold;
}

td {
   vertical-align: top;
   text-align: left;
}

th.examen {
   text-align: center;
}
