/* CSS Document */

body
{
margin: 0px; padding: 0px; text-align: center; background-color: #3E4D78;
}

.tdinfo
{
width: 226px;
height: 126px;
margin: 0px; 
padding: 7px; 
text-align: left;
font-family: Arial, Helvetica, sans-serif;
font-size: 9px; background-image: url(../images/imgBgInfotickets.gif);
color: #FFF;
}
.tdinfo br
{ line-height: 10px
 
}
.tdinfo h1
{
 color: #FFF;
 margin: 0 0 5px 0px;
 font-weight: bold;
 text-align: left;
 vertical-align: top;
 font-size: 12px;
}

.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 a
{
 color: #FFF;
 text-decoration: none;
 font-size: 9px;
}
.tdinfo a:hover
{
 color: #CCC;
 text-decoration: none;
 font-size: 9px;
}

.contacto
{
 color: #FFF;
 margin: 0px;
 font-weight: normal;
 font-size: 10px;
 text-decoration: none;
 font-family: Arial, Helvetica, sans-serif;
}
.contacto a, .contacto h1
{
 color: #AAB2C4;
 margin: 0px;
 font-weight: bold;
 font-size: 10px;
 text-decoration: none;
}
.contacto a:hover
{
 color: #FFF;
 margin: 0px;
 font-weight: bold;
 font-size: 10px;
 text-decoration: none;
}


