body {

	margin-left: 0px;
	margin-top: 0px;	
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Arial,  Helvetica, sans-serif;
	font-size: 12px;
	height:100%; 
	
}
input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
select {
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 12px;
}
textarea {
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 12px;
}
form {
	padding:0px;
	margin:0px;
}
a {
	text-decoration: none;
	color: #58626a;/*ANTES: color: #888888;*/
}
a:active {
	text-decoration: none;
	color: #58626a;
}
a:link {
	text-decoration: none;
	color: #58626a;;/*ANTES: color: #888888;*/
}
a:visited {
	text-decoration: none;
	color: #454e55;/*ANTES: color: #999999;*/
}
a:hover {
	text-decoration: none;
	color: #717f89;/*ANTES: color: #777777;*/
}
h1 {
	color: #52585d;
	font-weight : bold;
	font-size: 20px;
	margin: 0px;
}
h2 {
	color: 5e6265 ;
	font-weight : bold;
	font-size: 16px;
	margin: 0px;
}
h3 {
	color: 555a5d;
	font-weight : bold;
	font-size: 14px;
	margin: 0px;
}
h4 {
	color: #494d51;
	font-weight: normal;
	font-size: 12px;
	margin: 0px;
}
.titulo {
	background-image:url(img/titulo_fondo.gif);
	height:18px;
	font-weight : bold;
	font-size: 11px;
	margin: 0px;
}
.separador {
	height:8px;
	overflow:hidden;
}
.separador1 {
	height:12px;
	overflow:hidden;
	background-color:#eae8c7;
}
li {
   padding-top: 10px;
}

