@media screen {
body {
	font: 100%/1.4 Arial, Verdana, Helvetica, Geneva, sans-serif;
}
abbr, acronym {
    cursor: help;
}

fieldset,
legend {
    border: 4px #E4E4E4 solid;
}
fieldset {
    margin: 1em 0;
}
legend {
    padding: 0.2em 0.5em;
    margin-bottom: 1em;
    font-weight: bold;
    font-style: italic;
} 
form .label {
    clear: left;
    display: block;
    float: left;
    min-width: 13em;
    width: 30%; 
    text-align: right;
    margin-right: 0.5em;  
    font-weight: bold;
    font-size: 120%; 
    color: #585858; 
}
form .linea .label {
    width: 50%;
}
form .linea input[type='text'],
form textarea {
    width: 45%;
}
form p {
    margin-top: 1.5em;
    clear: left;
}
form input[type='text'],
form input[type='file'],
form textarea {
    width: 55%;
    font-size: 100%;
    color: #414141;
    background-color: #f5f5dc;
    border: 1px #ffdead solid;
}
form input[type='text']:hover,
form input[type='file']:hover,
form textarea:hover,
form input[type='text']:active,
form input[type='file']:active,
form textarea:active,
form input[type='text']:focus,
form input[type='file']:focus,
form textarea:focus {
    background-color: #fff;
    border-color: #b8860b;
}
form .radios {
    display: block;
    font-size: 100%;
    color: #535353;
    background-color: #FFF;
    margin-bottom: 1em;
}
.obligatorio {
    color: rgb(204,0,51);
    font-size: 120%;
}
.info-legal {
    font-size: 70%;
    text-align: justify;
}
form input[type='submit'] {
    font-size: 100%;
}
form p.botones {
    text-align: center;
    margin-bottom: 1em;
}

.radios {
    margin-left: 31%; 
}

.radios label {
    display: list-item;
    list-style: none;
}
.error {
    color: rgb(204,0,51);
    font-size: 90%;
}
.errores-resumen {
    font-size: 90%;
}
.errores-resumen li {
    color: rgb(204,0,51);
}
.radios_linea {
    clear: left;
}
.radios_linea .radio_linea {
    float: left;
    width: 4em;
    text-align: center;
}
.radios_linea label {
    font-size: 70%;
}
form p.linea {
    clear: left;
}
form p.linea .label {
    font-size: 100%;
}

* html form .linea span.radios_linea {
    display: block;
    padding-left: 50%;
    
}


}
