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


.foto {
width:100px;
height:100px;
border:#9933CC 2px solid;
margin:10px;
   }
   
.boton{
	background-color:#CC0099;
	color:#FFFFFF;
	font-size:18px;
	padding:10px;
	text-align:center;
	border-radius:8px;
	width:300px;
	margin:0 auto;
	}   

.boton a:link {
	color: #FFFFFF;
	text-decoration: none;
}
.boton a:visited {
	text-decoration: none;
	color: #ffffff;
}
.boton a:hover {
	text-decoration: none;
	color: #000;
	
}
.boton a:active {
	text-decoration: none;
	color: #ffffff;
}
