@charset "utf-8";
/* CSS Document */

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	text-align: justify;
	text-indent: 20px;
	margin: 5px 0;
	line-height: 150%;
	}
	
.explica p{
	font-size:10px;
	text-align: justify;
	line-height: 145%;
	}
	
h1 {
	font-family: "Gill Sans MT", "Gill Sans", "Trebuchet MS", Arial, sans-serif;
	font-size:34px;
	font-weight: 100;
	text-align: left;
	text-transform: uppercase;
	letter-spacing: -2px;
	margin: 2px 0;
	color: #000000;
	}
	
h2 {
	font-family: "Gill Sans MT", "Gill Sans", "Trebuchet MS", Arial, sans-serif;
	font-size: 18px;
	text-transform:uppercase;
	letter-spacing: 2px;
	line-height: 50%;
	text-align: left;
	margin: 10px 0 6px 0;
	color: #CC0000;
	}


h3 {
	font-family: "Gill Sans MT", "Gill Sans", "Trebuchet MS", Arial, sans-serif;
	font-size: 12px;
	letter-spacing: 2px;
	line-height: 50%;
	text-align: left;
	margin: 10px 0 0px 0;
	line-height: 80%;
	color: #000000;
	}

	
a {
	color: #333333;
	text-decoration: underline;
	}
	
a:hover {
	text-decoration: none;
	color: #333333;
	}
	
a img {
	border:0;}
	
.menor {
	font-size:9px;
	line-height:100%;}
