

/* Presentation Stylesheet */ 
h4 {
 margin:0;
 padding: 5px 0;
 }
 
.enlace1{
 font-size: 80%; font-weight: bold; color:#990033; text-decoration:none
 }
 .enlace1:hover{
 font-size: 80%; font-weight: bold; color:#990033; text-decoration:underline;
 }
 .enlace2{
 font-size: 60%; font-weight: normal; color:#cccccc; text-decoration:none
 }
 .enlace2:hover{
 font-size: 60%; font-weight: normal; color:#cccccc; text-decoration:underline;
 }
.titulin{
 font-size: 100%; font-weight: bold; color:#336600;  font-family: vendana,arial;
 }
.textin{
 font-size: 80%; font-weight: normal; color:#000000;  font-family:vendana,arial;
 }
.titulo1{
 font-size: 80%; font-weight: bold; color:#336600;  font-family:vendana,arial;
 }
.descripcion{
 font-size: 60%; font-weight: normal; color:#990033;  font-family:vendana,arial;
 }