
@media(max-width: 680px){

	.titulo{
		font-size: 1.5em;
	}

	.logo img{
		width: 100%;
	}

	.datosDeContacto{
		width: 100%;
		font-size: 1.2em;
	}

	.datosDeRegistro{
		font-size: 1.2em;
	}

	#lema{
		width: 100%;
		margin-left: 0;
		font-size: 24px;
        margin-top: 0;
	}

	section{
		width:100%;
      		height: auto;
	}

	ul{
		width: 100%;
	}

	#cuadro{
		width: 90%;
	}

	form{
		width: 90%;
		margin-left: 5%;
	}


	label{
		width: 100%;
	}

#servicio{
    width: 100%;
}

	input{
		width: 100%;
	}

#profesion{
    width: 100%;
}




    
    
    
    /* footer */
    
	#columna{
	    width: 100%;
		margin-left: 0;
		margin-bottom: 15px;
	}



}






