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

#wrapper{
	margin:0 auto;
}

.img { display: block; margin:auto; }

#wrapper2 img { display: block; margin: auto; }
#wrapper2 p.textoAbout{
	width:autox;
	height:auto;
	text-align:left;
	font-family:Georgia, "Times New Roman", Times, serif;
	size:19pt;
	line-height:25pt;
}

#texto {
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	color:#000;
	position:absolute;
	width:100%;
	height:auto;
	margin-top:30px;
	text-align:center;
}

#texto a {
	text-decoration:none;
	color:#000;
}
#texto a:hover {
	text-decoration:underline;
}