@charset "UTF-8";
/* CSS Document */

@media only screen and (max-width : 400px) {

#contenedor
{
	margin-top: 20px;
}

img
{
	width:100%;
}
	
#logotipo
{
	position:relative;
	width:85%;
	margin:auto;
}

#caja_formulario
{
	width: 286px;
}

.txt_formulario
{
	font-size: 16px;
}

.datos
{
	display:block;
	font-size:14px;
	margin-bottom: 5px;
}

.boton
{
	width:28%;
	margin-right:-5px;
}

#datos_pie
{
	margin-bottom:40px;
}