body {
	background-image: url(../imgcss/fondo.gif);
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.tabla {
	background-color: #333300;
}
.direccion {
	background-color: #5E8A00;
	color: #FFFFFF;
	text-align: center;
	margin-left: 7px;
	margin-right: 7px;
}
.principal {
	background-color: #669900;
	margin-left: 7px;
	margin-right: 7px;
	background-image: url(../imgindex/enlaces.jpg);
	background-repeat: no-repeat;
}
.principal2 {
	background-color: #669900;
	margin-left: 7px;
	margin-right: 7px;
	background-image: url(../imgindex/enlaces-2.jpg);
	background-repeat: no-repeat;
}
.botones {
	background-color: #C4C47B;
	margin-left: 7px;
	margin-right: 7px;
	background-image: url(../imgindex/botones.png);
	background-repeat: no-repeat;
	padding-left: 13px;
	padding-top: 4px;
	padding-bottom: 5px;
}
.encabezado {
	background-image: url(../imgindex/encabezado.jpg);
	padding-top: 24px;
	margin-left: 7px;
	margin-right: 7px;
	text-align: right;
	padding-bottom: 1px;
}
.descripcion {
	background-color: #669900;
	margin-left: 7px;
	margin-right: 7px;
	height: 69px;
	background-image: url(../imgindex/descripcion.png);
	background-repeat: no-repeat;
	color: #FFFFFF;
	line-height: 13px;
	padding-top: 9px;
	text-align: justify;
	padding-left: 20px;
	padding-right: 20px;
}
.otro {
	background-color: #669900;
	margin-left: 7px;
	margin-right: 7px;
}
.enlaces {
	padding-top: 125px;
	padding-left: 15px;
	line-height: 17px;
}
a:link, a:visited {
	color:#FFFFFF;
	text-decoration:none;
}
a:hover {
	color:#FFFFCC;
	text-decoration:underline;
}
