body
{
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
background-image: url(/img/bg/bg05.jpg);
background-repeat: no-repeat;
background-position: top;
background-color: #ffffff;
}


a.ampliar:link 
{
text-decoration: none;
color: #ffffff;
}
a.ampliar:visited 
{
text-decoration: none;
color: #ffffff;
}
a.ampliar:active 
{
text-decoration: none;
}
a.ampliar:hover 
{
text-decoration: underline; 
color: lighgreen;
}


a.:link 
{
text-decoration: none;
color: green;
}
a.:visited 
{
text-decoration: none;
color: green;
}
a.:active 
{
text-decoration: none;
}
a.:hover 
{
text-decoration: underline; 
color: cdcdcd;
}


