/* CSS Document */
body{
margin-left:0px; margin-right:0px; margin-top:0px; margin-bottom:0px;
background:#1549AF;
background-image:url('i/fondo3.jpg');
background-repeat: no-repeat;
background-position: fixed; 
}

p {
line-height: 140%;
font-size: 8pt;
font-family: verdana;
font-weight:normal;
color:#FFFFFF;
text-align:justify;
}

a:link{
text-decoration:none;
font-weight:bold; /**/
color:#000000; /**/
background: #fff; /* */
}
 
a:visited{
text-decoration:none;
font-weight:normal; /**/
color:#fff; /**/
background:#597ECD;  /**/
}
a:hover{
color:#1549AF;
background:#FFffff;
}

a:focus{
color:#fff;
background:#FF0000;
}

#entradas a:link{
text-decoration:none;
text-align:center;
font-weight:bold; /**/
color:#fff; /**/
background:#FD00BF;  /**/
}

#entradas a:hover{
color:#000000;

}

#entradas a:visited{
text-decoration:none;
font-weight:bold; /**/
text-align:center;
color:#fff; /**/
background:#FD00BF;  /**/
}
    .TA {scrollbar-3dlight-color:;
           scrollbar-arrow-color:white;
           scrollbar-base-color:#1549AF;
           scrollbar-darkshadow-color:#1549AF;
           scrollbar-face-color:#1549AF;
           scrollbar-highlight-color:#1549AF;
           scrollbar-shadow-color:#1549AF}
input
{
color: #781351;
background: #BED4FF;
border: 1px solid #1549AF
}

.submit input
{
color: #ffffff;
background: #1549AF;
border: 1px outset #BED4FF
} 