/* CSS Document */

BODY {
background-image:url(img/bg.gif);
margin: 0 0 0 0;
}

.main {
height: 100%;
}
.parrafo {
line-height: 22px;
}

TABLE {
font-family: Arial, Helvetica, sans-serif;
font-size: 13px;
color:#FFFFFF;
}
.border {
width: 10px;
height: 10px;
}
.destacado {
font-size: 16px;
font-weight: bold;
}
.destacadoazul {
font-size: 16px;
color: #117ca2;
}

.destacadotit {
font-size: 34px;
color: #117ca2;
}

A {
text-decoration: none;
color: #FFFFFF;
}
A:hover {
text-decoration: underline;
}
A.sub {
text-decoration: underline;
font-weight: bold;
}
A.sub:hover {
text-decoration: none;
}
.textfield {
width: 100%;
}