body
{
background-image:url('bg.png');
background-repeat:repeat-x;
padding: 0px;
margin: 0px;
color: #727272;
font-family: Helvetica;
font-size: 11pt;
}
.bodyT{
text-align: left;
}
h1 {
color: #3775f2;
font-size: 20pt;
}
.border {
background: url('border.png');
text-align: center;
background-color: #ffffff;
background-repeat: no-repeat;
background-position: top center;
width: 600px;
height: 695px;
}
.borderB {
text-align: center;
background-color: #f6f6f6;
border-style:solid;
border-color:#d3d1d2;
border-width:1px;
padding-top: 5px;
margin-top: 0px;
width: 610px;
margin-bottom: 20px;
}
.borderM {
text-align: left;
background-color: #f6f6f6;
border-bottom-style:solid;
border-bottom-color:#d3d1d2;
border-bottom-width:1px;
padding-top: 2px;
margin-top: 0px;
padding-bottom: 0px;
margin-bottom: 0px;
width: 610px;
}
.borderM li {
display: inline;
list-style-type: none;
padding-right: 20px;
}
.padding {
padding-left: 25px;
padding-right: 25px;
}
.data {
padding-top: 15px;
background: url('data.png');
text-align: center;
background-color: #f6f6f6;
background-repeat: no-repeat;
background-position: top center;
width: 350px;
height: 100px;
display:block;
margin:0 auto;
}
p.intro {
text-align: left;
vertical-align: top;
}
ul.body{
text-align: left;
vertical-align: top;
}
label {
text-align: right;
width:100px;
float:left;
}
a {
color: #727272;
font-size: 11pt;
text-decoration: none;
font-weight: bold;
}
a.boton {
border: none;
background: url('boton.png');
background-repeat: no-repeat;
font-weight: bold;
width: 226px;
height: 24px;
outline: none;
display: block;
padding-top: 3px;
margin-top: 3px;
}
a.boton:active {
border: none;
background: url('boton2.png');
background-repeat: no-repeat;
font-weight: bold;
width: 226px;
height: 24px;
outline: none;
padding-top: 5px;
} 