@charset "utf-8";
/* CSS Document */
*{
	margin:0 auto;
}
body{
	background-color: #201B18;
}
.texto{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
}
