@charset "utf-8";
body {
	background-image: url(images/fondo.jpg);
	background-repeat:  repeat-x;
	background-color: #33000b;
	background-position: top;
	margin-top: 10px;
}
.texto_pie {
	font-family: "Trebuchet MS", "Segoe UI", Tahoma, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}
.texto_pieCreditos {
	font-family: "Trebuchet MS", "Segoe UI", Tahoma, sans-serif;
	font-size: 10px;
	color: #C1ACB1;
	text-decoration: none;
}
.texto_menu {
	font-family: "Trebuchet MS", "Segoe UI", Tahoma, sans-serif;
	font-size: 12px;
	color: #E3C4C9;
	text-decoration: none;
}
.texto {
	font-family: "Trebuchet MS", "Segoe UI", Tahoma, sans-serif;
	font-size: 12px;
	color: #44393C;
}
.titular {
	font-family: "Trebuchet MS", "Segoe UI", Tahoma, sans-serif;
	font-size: 14px;
	color: #A91017;
	font-weight: bold;
}
.texto_dest {
	font-family: "Trebuchet MS", "Segoe UI", Tahoma, sans-serif;
	font-size: 12px;
	color: #A91017;
	font-weight: bold;
}
