@charset "iso-8859-1";
/* CSS Document */



.texto{
	clear:both;
	text-align:center;
	padding-right:25px;
	padding-left:25px;	
	color:#FFFFFF;
}

img{

	text-align:center;
	border:6px solid #FFFFFF;
	margin-top:60px;
	margin-bottom:20px;

}
.texto h1{
	
	color:#FF6600;
	font-family:"Times New Roman", Times, serif;
	font-size:250%;
}

.texto h2{
	font-size:1em;
}

.texto h3{
	font-size:1em;

}




.texto a{
	text-decoration:none;
	color:#FFFF99;

}

.texto a:hover{
	color:#FF9933;
}



.pie{
	
	margin-top:50px;

}


