@charset "utf-8";
body {
	background-image: url(images/fondo.gif);
}

.texto_copy {
	font-family: "Trebuchet MS", Tahoma, Arial;
	font-size: 11px;
	line-height: 18px;
	font-weight: normal;
	color: #54616b;
}

.texto {
	font-family: "Trebuchet MS", Tahoma, Arial;
	font-size: 11px;
	line-height: 18px;
	font-weight: normal;
	color: #54616b;
}

#rojo{
	color: #d9001d;

}
.titulos {
	font-family: "Trebuchet MS", Tahoma, Arial;
	font-size: 18px;
	color: #d9001d;
	text-transform: uppercase;
	font-weight: bold;
}

li{
	list-style-image: url(images/bullet1.gif);
	list-style-type: square;
}

.sub_titulos {
	font-family: "Trebuchet MS", Tahoma, Arial;
	font-size: 14px;
	color: #690512;
	text-transform: uppercase;
	font-weight: bold;
}