*{
    box-sizing: border-box;
    
}

h2{
    line-height: 20px;
}

.fondo_registro{
	background:#FFF;	
}


.cuadro_formulario_login{
    margin:0 auto;
    width:100%;
    height:auto;
    
}

.resultado_login{
    margin-top:10px;
}

.campo{
    font-family: Helvetica, sans-serif !important;
    float: left;
    width: 100%;
    height: auto;
    padding: 10px 10px 10px 10px;
    background-color: transparent;
    font-size: 18px;

    margin-bottom: 10px;
    border: 0px;
    border-bottom: 1px dotted gray;
}

.campo:focus{
    outline:0px;
}


.campo::placeholder{
    color: gray;
    font-size: 14px;
    
}

textarea::placeholder{
    color: gray;
    font-family: 'Rambla';

}

.boton_enviar{
    float: left;
    height: auto;
    width: 100%;
    
    padding: 15px;
    border:0px;
    font-family: 'Rambla';
    font-size: 23px;
    color:white;
}

.boton_enviar:hover{
    color: #89bc28;
    cursor: pointer;
}



.boton_enviar_registro{
    float: left;
    height: auto;
    width: 100%;
    
    padding: 15px;
    border:0px;
    font-family: 'Rambla';
    font-size: 23px;
    color: #CCCCCC;

}

.boton_enviar_registro:hover{
    color: white;
    cursor: pointer;
}



.boton_alta{


	border-radius			: 0px 0px 0px 0px;
	-moz-border-radius		: 0px 0px 0px 0px;
	-webkit-border-radius	: 0px 0px 0px 0px;		
			
	margin:0 auto;
    width: auto;
    height: auto;
    
    padding: 15px 30px 15px 30px;
    border:0px;
    font-family: 'Rambla';
    font-size: 17px;
    color: #FFF;
}

.boton_alta:hover{
    color: rgb(0, 140, 221);;
    cursor: pointer;
}


.condiciones{
    font-size: 17px;
    line-height: 20px;

}


.borde_abajo{
    border: 0px solid;
    border-bottom: 1px dotted gray;
}


@media only screen and (max-width:900px){

}