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



.fotos img{


border:white solid 3px;
margin-right:5px;
margin-bottom:5px;


}

.fotos{
	width:430px;
	margin-left:auto;
	margin-right:auto;
	position:relative;
	margin-top:50px;
	text-align:center;
	}
	

.info{
	clear:both;
	text-align:center;
	padding-right:25px;
	padding-left:25px;	
	color:#FFFFFF;
}

.info h1{
	
	color:#FF6600;
	font-family:"Times New Roman", Times, serif;
	font-size:250%;
}

.info h2{
	font-size:1em;
}

.info h3{
	font-size:1em;

}


.info a{
	text-decoration:none;
	color:#FFFF99;

}

.info a:hover{
	color:#FF9933;
}

img.vertical{
	height:320px;
	width:200px;
	text-align:center;
}



