div#container
{
   width: 800px;
   position: relative;
   margin-top: 0px;
   margin-left: auto;
   margin-right: auto;
   text-align: left;
   background-color:"#FFFFFF";
}

a.style1:link
{
   color: #000000;
   text-decoration: none;
}
a.style1:visited
{
   color: #000000;
   text-decoration: none;
}
a.style1:active
{
   color: #000000;
   text-decoration: none;
}
a.style1:hover
{
   color: #388E8E;
   text-decoration: none;
}
a.stylenoticia:link
{
   color: #388E8E;
   text-decoration: none;
	font-size:15px;
    color:#388E8E;
    font-family:Arial;
}
a.stylenoticia:visited
{
   color: #388E8E;
   text-decoration: none;
	font-size:15px;
    color:#388E8E;
    font-family:Arial;
}
a.stylenoticia:active
{
   color: #388E8E;
   text-decoration: none;
	font-size:15px;
    color:#388E8E;
    font-family:Arial;
}
a.stylenoticia:hover
{
   color: #388E8E;
   text-decoration: none;
	font-size:15px;
    color:#388E8E;
    font-family:Arial;
}
table.menu
{
	border-width: 0px;
	border-spacing: 0px;
	border-style: solid;
	border-collapse: collapse;
}
table.marco{
  background-color:#FDE7B0;
  border-width: 1px;
  border-spacing: 0px;
  border-style: thin;
  border-collapse: collapse;
  border-color: #005500;
}

table.marco td{
  background-color: transparent;
  border-width: 0px;
  border-spacing: 0px;
  border-style: none;
  border-collapse: collapse;

}
table.noticias{
	font-size:15px;
    color:#388E8E;
    font-family:Arial;
}