<!--  
BODY {
		  background-color : #38043a;
          text-align : center;
          margin-top : 0;
          margin-left : 0;
          margin-right : 0;
          margin-bottom : 0;
}
.todo {
position: relative;
margin: 0px auto 0px auto; 
width: 570px;
height: 100%;
background-image : url(img/fondor.png);
}
span.logo {
position: relative;
float: left;
}
.form {
color: #FFFFFF;
font-size: 11px; 
font-family: Arial, sans-serif; 
background-color: #BD0000; 
border-color: #BD0000;
}
.form2 { 
color: #000000; 
border-style: solid; 
border-width: 1px; 
border-color: #691469; 
background-color: #ffffff; 
font-size: 11px; 
font-weight: bold; 
font-family: Arial, Helvetica, sans-serif; 
}
span.texto {
position: relative;
float: left;
width: 90%; 
font-family: Arial, sans-serif; 
font-size: 11px; 
text-align: left;
margin-left: 12px;
color: #ffffff; 
font-weight: bold;
background-color : transparent;
}
span.campo_03 {
position: relative; 
float: left; 
width: 220px;
margin-top: 3px; 
text-align: right;
font-family: Arial, sans-serif; 
color: #ffffff;
font-weight: bold;
font-size: 11px;
background-color : inherit;
}
P {font-size: 12px; color: #000000; font-family: Arial, sans-serif; }
P.2 {font-size: 10px; color: #000000; font-family: Arial, sans-serif; }
a {color: #691469; text-decoration : none; }
-->