/* 
    Document   : formCrearUsuario.css
    Created on : 05/03/2012, 04:50:34 PM
    Author     : jleon
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

.bloque_izquierda{  
    margin-bottom: 1%;
}

.bloque_derecha{
    margin-left: 10%;
    margin-bottom: 1%;
}

.bloques {
    margin-left: 10%;
}

.boton_guardar, .boton_cancelar {
    float: left;
    margin-left: 10%;
    margin-top: 2%;
}

/*
.errors {
    margin-top: 0px;
}
*/