* {
	font-family: 'Trebuchet MS';
}

html {
	font-family: 'Trebuchet MS';
}

a {
	color : #FFFFFF;
	font-family: 'Trebuchet MS';
}


a:hover { color: #FFFFFF; text-decoration: none; font-weight: bold; }
a:link { color: #FFFFFF; text-decoration: none; font-weight: bold; }
a:active { color: #FFFFFF; text-decoration: none; font-weight: bold; }
a:visited { color: #FFFFFF; text-decoration: none; font-weight: bold; }

body {
	margin: 0;
	padding:0;
	font-family: 'Trebuchet MS';
	font-size: 12px;
	line-height: 1.5em;
	color: #5F677A;	
	width: 100%;
	display: block;
}
h1 {
	font-family: 'Trebuchet MS'; 
	display: block; 
	border-bottom: dashed 1px #cccccc; 
	padding: 5px 0px 5px 0px; 
	margin: 10px 0px 10px 0px; 
	color:#000000; 
	font-size: 22px; 
	font-weight: bold;
}
hr {
	border-bottom: dashed 1px #cccccc; 
	padding: 5px 0px 0px 5px; 
	margin: 0px 0px 0px 0px;
}
form {
	font-family: 'Trebuchet MS';
	font-size: 12px;
}
input {
	 font-family: 'Trebuchet MS';
	 font-size: 12px;
    margin:3px;
    border:1px solid;
    border-bottom-color: #000000;
    border-bottom-style: solid;
}
table {
	font-size: 14px;
}
tr {
	font-size: 14px;
}
td {
	font-size: 14px;
}
ul {
	font-size: 14px;
}
li {
	font-size: 14px;
}
div.block, div.blockDistinct {
    padding: 90px;
    padding-bottom: 0px;
    padding-top: 0px;    
}

div.blockDistinct {
    background: 100% 100% #ffffff;
}

#texto_interno {
	float: left;
	margin-top: 30px;
	text-align: justify;
	color: #000000;
	font-family: 'Arial Narrow';
	font-size: 15px;
}

