/* Documento de estilos CSS */
body { 
background:#E6E6E6; 
margin:0; 
margin-top:0px; 
font-family:Verdana, Arial, Helvetica, sans-serif, Century Gothic; 
font-size:10px; 
color:#000;
text-align:justify; 
}

.enlaces:link {
font-family:Verdana;
text-decoration:none;
font-size:10px;
font-weight:bold; 
color:#000;
}
.enlaces:visited {
font-family:Verdana;
text-decoration:none;
font-size:10px;
font-weight:bold; 
color:#000;
}
.enlaces:hover{
font-family:Verdana;
text-decoration:underline;
font-size:10px;
font-weight: bold; 
color:#000;
}

.diseno:link {
font-weight:normal;
text-decoration:none;
font-size:10px;
color:#000;
}
.diseno:visited {
font-weight:normal;
text-decoration:none;
font-size:10px;
color:#000;
}
.diseno:hover{
font-weight:normal;
text-decoration:underline;
font-size:10px;
color:#000;
}