@charset "UTF-8";
/* CSS Document */


a {
text-decoration:none;
color:#FFFFFF;
}
.enlaces {
font-family:Arial, Helvetica, sans-serif;
text-decoration:none;
color:#FFFFFF;
font-size: 12px;
line-height: 1.3em;
}
.enlaces:hover {
text-decoration:underline;
}

body {
background:#59020b;
}
