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

body {
	background-color: #F2F2F1;
}

.banner{
	margin-bottom: 35px;
	margin-top: 20px;
}

h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #999B67;
	font-size: 30px;
}

.simbolo {
	height:90px;
	width: 90px;
	margin-bottom: 15px;
	margin-top: 5px;
}


ul {
	list-style-type: none;
	margin-bottom: 25px;
	padding-left:0;
}

li {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #999B67;
}

iframe {
	width: 800px;
	height: 440px;
}

a img {
	width: 75px;
	height: 22px;
	margin-top: 25px;
}