/* CSS Document */

.main {
	background-color: #FFFFFF;
	padding: 20px;
	margin-top: 10px;
	margin-left:20px;
	margin-right:20px;
	margin-bottom:0px;

	
}
.texto {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 0.8em;
	color: #666666;
	background-color: #F8FCF6;
	padding: 10px;
	text-align: justify;
	height:270px;
}
body {
	background-color: #CBDDC5;
}
.main .texto h1 {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 1.1em;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #666666;
	border-bottom-color: #666666;
	margin-bottom:40px;
}
a:link {
	font-family: "Trebuchet MS", Verdana, Arial;
	color: #666666;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	font-family: "Trebuchet MS", Verdana, Arial;
	color: #666666;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	font-family: "Trebuchet MS", Verdana, Arial;
	color: #666666;
	text-decoration: none;
	font-weight: bold;
	background-color: #FFFF00;
}
a:active {
	font-family: "Trebuchet MS", Verdana, Arial;
	color: #666666;
	text-decoration: none;
	font-weight: bold;
}