
body.msf {
background: #000;
font-family: Arial;
}

a img {
border: 0px none;
}

.fondoMsf {
background: url(../images/fondo_micro.jpg) no-repeat;
height: 573px;
}

.regform {
background: url(../images/fondo_regform.gif) no-repeat;
}

.regconfirm {
background: url(../images/fondo_regconfirm.gif) no-repeat;
}

.thanks {
background: url(../images/fondo_thanks.gif) no-repeat;
}

.txtFormu {
font-size: 15px;
color: #fff;
text-align: left;
}

.txtConfirm {
font-size: 11px;
color: #ffb2b4;
text-align: left;
}

input {
width: 161px;
height: 21px;
font-size: 11px;
color: #000;
border: none 0px;
background: url(../images/fondo_input.gif) no-repeat;
padding: 3px 0px 0px 5px;
}

select {
width: 161px;
height: 20px;
font-size: 11px;
color: #000;
border: none 0px;
padding: 2px 0px 0px 0px;
}

.txtPrivacidad {
font-size: 11px;
color: #fff;
text-align: left;
}
.txtPrivacidad a {
color: #fff;
}

.noInput {
width: 16px;
height: 16px;
border: 0px none;
background: none;
}

.botonEnviar {
cursor: pointer;
width: 141px;
height: 47px;
border: none 0px;
background: url(../images/boton_enviar.gif) no-repeat;
}

.botonConfirmar {
cursor: pointer;
width: 133px;
height: 40px;
border: none 0px;
background: url(../images/boton_confirmar.gif) no-repeat;
}

.botonModificar {
cursor: pointer;
width: 92px;
height: 33px;
border: none 0px;
background: url(../images/boton_modificar.gif) no-repeat;
}

#privacidad {
font-size: 12px;
color: #000;
text-align: justify;
padding: 10px;
}
#privacidad p {
margin: 5px 0px 5px 0px;
}