*{padding:0; margin:0}
html, body { height: 100%; padding:0; margin:0}
	
a:link {
	color: #686C6C;
	text-decoration: underline;

}
a:visited {
	color: #686C6C;
	text-decoration: underline;
}
a:hover {
	color: #686C6C;
	text-decoration: none;
}

.titulos {
	font-family:Arial, Helvetica, sans-serif;
	color: #6e9e07;
	font-weight: bold;
	margin-bottom: 0px;
	padding-bottom: 0px;
	font-size: 12px;

}

a.titulos:link{
	font-family:Arial, Helvetica, sans-serif;
	color: #6e9e07;
	font-weight: bold;
	margin-bottom: 0px;
	padding-bottom: 0px;
	font-size: 12px;
	text-decoration:underline;
	}
a.titulos:visited{
	font-family:Arial, Helvetica, sans-serif;
	color: #6e9e07;
	font-weight: bold;
	margin-bottom: 0px;
	padding-bottom: 0px;
	font-size: 12px;
	text-decoration:underline;
	}
a.titulos:hover{
	font-family:Arial, Helvetica, sans-serif;
	color: #6e9e07;
	font-weight: bold;
	margin-bottom: 0px;
	padding-bottom: 0px;
	font-size: 12px;
	text-decoration:none;
	}
.tabla{ border: 1px solid #6e9e07; background-color: #FFFFFF}
.tabla td{padding:10px;}

.titulosgrande{font-size:20px;font-weight: bold;line-height: normal;color:#6e9e07;}
li{
	list-style-position: inside;
}
