@charset "utf-8";
/* CSS Document */

a.idioma:link, a.idioma:visited, a.idioma:active {
font-family:Arial, Helvetica, sans-serif;
font-size:10px;
font-weight: normal;
color: #999900;
text-decoration:none;
}
a.idioma:hover {
color: #FFFFFF;
border-bottom: solid 1px #FFFFFF;
}

a.menu:link, a.menu:visited, a.menu:active {
font-family: Georgia, "Times New Roman", Times, serif;
font-size:16px;
font-weight: bold;
color: #CCCC66;
text-decoration:none;
}
a.menu:hover {
color: #FFCC33;
border-bottom: solid 1px #FFCC33;
}

.titles{
font-family:Georgia, "Times New Roman", Times, serif;
font-size:24px;
font-weight:normal;
letter-spacing: 1px;
color: #CCCC99;
}

.smalltitles{
font-family:Georgia, "Times New Roman", Times, serif;
font-size:16px;
font-weight:normal;
letter-spacing: 1px;
color: #CCCC66;
}

.greytext{
font-family:Georgia, "Times New Roman", Times, serif;
font-size:16px;
font-weight:normal;
color: #999999;
}

.lightyellowtext{
font-family:Georgia, "Times New Roman", Times, serif;
font-size:16px;
font-weight:normal;
color: #999900;
}

.smalltext{
font-family:Georgia, "Times New Roman", Times, serif;
font-size:12px;
font-weight:normal;
color: #666600;
}