
body
{
	background-color: #F9F9F7;
	background-image: url(imagideemos/fondo.jpg);
	background-repeat:  repeat-y;
	background-position: center;   
}
.enlaces2 {
   font-family: Arial, Helvetica, sans-serif;
   font-size: 12pt;
   font-weight: bold;
   padding: 4px;
   color:#000066;
   text-decoration: none;
}
.enlaces2:link{
   text-decoration: none;
}
.enlaces2:visited {
   text-decoration: none;
}
.enlaces2:hover {
   font-family: Arial, Helvetica, sans-serif;
   font-size: 12pt;
   font-weight: bold;
   padding: 4px;
   color:#ff0000;
   text-decoration: none;
}