#back{
margin-top: -11px;
padding: 30px;
}

#registrowrapper {
    padding:30px 90px 60px 90px;
    margin-left: auto;
    margin-right: auto;
    /* margin-bottom: 30px; */
    margin-top: 5px;
    background-color:  #fff;
    width:600px;
    border-radius: 20px;     
}

#titulo{
    /*float:left;*/
    width:875px;
    margin:0 0 15px 0;
    font-family: 'Oxygen', sans-serif;
    font-size:20px;
    font-weight:bold;
    color:#002881;
}
#personaldata{
    /*float:left;*/
    width:875px;
    margin:0 0 15px 0;
}

.nombreCampo {
    font-family:'Oxygen', sans-serif;
    font-weight:bold;
    font-size:14px;
}

#coments{
    height: 70px;
}

.phone
{
    width: 105px;
}
.ext
{
    width: 30px;
}
.zip
{
    width: 50px;
}

.activa{
    display: block;    
}
.inactiva{
    display: none;
}
#botonera{
    width: 100%;

}
.borrarEstilo{
    clear: both
}