@import url('usuario.css');
*{
	margin: 0;
	padding: 0;
}

nav a{
	text-align: left;
}
.texto_rojo{
	color: red;
}
