body {
	margin: 0px;
	background-color: #E8EDCB;
	background-image: url(../img/fondo_degrade1.jpg);
	background-repeat:   repeat-x;
}


.texto_general {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #000000;
}

.titulos {
	font-family: "Trebuchet MS";
	font-size: 14px;
	color: #0099CC;
	font-weight: bold;
}
.titulones {
	font-family: "Trebuchet MS";
	font-size: 18px;
	color: #FFFFFF;
	font-weight: bold;
}
.descarga {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #FF3300;
}
.linea_raya {
	border: 1px dashed #666666;
}

