/* CSS Document */

body
{
margin: 0px; padding: 0px; text-align: center;
}

.tdinfo
{
width: 140px;
margin: 0px; 
padding: 0px; 
text-align: center;
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
 
}
.tdinfo h1
{
 width: 135px;
 height: 17px;
 color: Black;
 padding: 2px 0 0 5px;
 margin: 0px;
 font-weight: bold;
 text-align: left;
 vertical-align: top;
 font-size: 11px;
}

.tdinfo p
{
 width: 130px;
 height: 254px;
 color: #6A6A6A;
 padding: 5px;
 margin: 0px;
 font-weight: normal;
 text-align: left;
 background-color: #43FF00;
 font-size: 11px;
}
.tdinfo p span.titulo
{
 color: #fff;
 margin: 7px 0 2px 0;
 font-weight: normal;
 text-align: left;
 font-weight: bold;
}
.tdinfo p a
{
 color: #9A9A9A;
 margin: 4px 0 3px 0;
 text-align: left;
 text-decoration: none;
 font-size: 9px;
 font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
.tdinfo p a:hover
{
 color: #7E7E7E;
 margin: 4px 0 3px 0;
 text-align: left;
 text-decoration: none;
}

.contacto
{
 color: #000;
 margin: 0px;
 font-weight: normal;
 font-size: 11px;
 text-decoration: none;
 font-family: Arial, Helvetica, sans-serif;
 padding: 0 0 0 15px;
}
.contacto a, .contacto h1
{
 color: #43FF00;
 margin: 0px;
 font-weight: bold;
 font-size: 11px;
 text-decoration: none;
}
.contacto a:hover
{
 color: #666;
 margin: 0px;
 font-weight: bold;
 font-size: 11px;
 text-decoration: none;
}


