body {

	margin-left: 0px;
	margin-top: 0px;	
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Verdana,Tahoma,Arial,  Helvetica, sans-serif;
	font-size: 11px;
	height:100%; 
	
	background-color: #d7dde1;
	background-image:url(img/fondo_total.gif);
	background-repeat:repeat-x;
}
input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
a {
	text-decoration: none;
	font-weight : bold;
	color: #51607A;
}
a:active {
	text-decoration: none;
	font-weight : bold;
	color: #51607A;
}
a:link {
	text-decoration: none;
	font-weight : bold;
	color: #51607A;
}
a:visited {
	text-decoration: none;
	font-weight : bold;
	color: #51607A;
}
a:hover {
	text-decoration: none;
	font-weight : bold;
	color: #787FA9;
}
h1 {
	color: #bfc5c8;
	font-weight : bold;
	font-size: 17px;
	margin: 0px;
}
h2 {
	color: #bfc5c8;
	font-weight : bold;
	font-size: 15px;
	margin: 0px;
}
h3 {
	color: #9fa6ab;
	font-weight : bold;
	font-size: 13px;
	margin: 0px;
}
h4 {
	color: #71777b;
	font-weight : bold;
	font-size: 12px;
	margin: 0px;
}
.marcotitulo {
	background-color: #EAEAEA;
	border-bottom: solid 1px #CCC;
	margin: 0px;
}
li {
   padding-top: 10px;
}