/* CSS Document */

body {
background-color: #fff!important;
background-image: none!important;
font: normal 12px Georgia, "Times New Roman", Times, serif;
}
a{
color: #ad155c!important;
font-weight: bold!important;
text-decoration: none!important;
}
label {
float: left;
position: relative;
clear: left;
color: #777;
margin: 0;
padding: 0 0 5px 0;
width: 320px;
}
label input{
float: left;
position: relative;
font: normal 12px Georgia, "Times New Roman", Times, serif;
width: 140px;
margin: 0;
padding: 0;
}
label .texto{
float: left;
position: relative;
width: 160px;
margin: 0;
padding: 0;
}
.formulario{
float: left;
position: relative;
width: 320px;
height: 160px;
margin: 0;
}
.formulario .tit{
float: left;
position: relative;
color: #ad155c;
font-weight: bold;
text-transform: uppercase;
}
.formulario .boton{
float: right;
position: relative;
width: 100px;
margin: 10px 15px 0 0;
padding: 2px 20px;
color: #fff;
font-weight: bold;
background-color: #d68aad;
border: 0;
cursor: pointer;
display: inline;
}

.mensaje_error{
color: #000;
text-transform: uppercase;
font: bold 18px Georgia, "Times New Roman", Times, serif;
}
.volver {
color: #ad155c;
font: bold 14px Georgia, "Times New Roman", Times, serif;
}

