.css {
	background-attachment: fixed;
	background-image: url(fondo.jpg);
	background-repeat: repeat;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-attachment: fixed;
	background-repeat:  repeat;
	background-color: #061c10;
}
.tabla {
}
.titulos {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 19px;
	font-weight: normal;
	color: #aba54d;
}
.texto {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #aba54d;
}
.textomedio {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #aba54d;
}
.textopeq {


	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #aba54d;
}

a.textopeq:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #aba54d;
	text-decoration: underline;
}

a.textopeq:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #aba54d;
	text-decoration: underline;
}

a.textopeq:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #aba54d;
	text-decoration: underline;
}