.fondo {
	background-color: #c5c5c5;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center top;
	margin-top:0;
	margin-bottom:0;
}
.fondo_izq {

	background-color: #c5c5c5;
	background-attachment: scroll;
	background-image: url(../imag/fondo_izq.jpg);
	background-repeat: repeat-y;
	background-position: right top;
	margin-top:0;
	margin-bottom:0;
}
.fondo_dere {


	background-color: #c5c5c5;
	background-attachment: scroll;
	background-image: url(../imag/fondo_der.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	margin-top:0;
	margin-bottom:0;
}
.textogris {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #aeadad;
	line-height: 11px;
	text-decoration: none;
}
.texto_titulo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #CCCCCC;
	line-height: 11px;
	text-decoration: none;
	font-weight: bold;
	text-align: left;
}
.fondotabla {
	background-color: #191919;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center top;
	margin-top:0;
	margin-bottom:0;
	background-image: url(../imag/fondo.jpg);
}
.link-gris {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #aeadad;
	line-height: 11px;
	text-decoration: none;
}
.link-gris:hover {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #E5E5E5;
	line-height: 11px;
	text-decoration: none;
	background-color:#101010;
}
.textogrisjustifi {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #aeadad;
	line-height: 14px;
	text-decoration: none;
	text-align: justify;
}
.link-grisClaro {


	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #E2E6D9;
	line-height: 11px;
	text-decoration: none;
}
.link-grisClaro:hover {


	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #000000;
	line-height: 11px;
	text-decoration: none;
	background-color:#cccccc;
}
