body {
	margin-top: 0px;
	background-color: #660000;
}
.fondo {
	background-image: url(images/fon.png);
	background-repeat: no-repeat;
}

.Estilo1 {
	color: #660000;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.Estilo2 {color: #660000}
.Estilo3 {
	color: #660000;
	font-size: 12px;
	font-family: "Times New Roman", Times, serif;
}
.sep_menu {
	background-image: url(images/sep_menu.gif);
	background-repeat:  repeat-y;
	background-position: center;
}
a.trigger{
	position: fixed;
	text-decoration: none;
	top: 100px;
	left: 0px;
	font-size: 16px;
	letter-spacing:-1px;
	font-family: verdana, helvetica, arial, sans-serif;
	font-weight: normal;
	-moz-border-radius-topright: 20px;
	-webkit-border-top-right-radius: 20px;
	-moz-border-radius-bottomright: 20px;
	-webkit-border-bottom-right-radius: 20px;
	-moz-border-radius-bottomleft: 0px;
	-webkit-border-bottom-left-radius: 0px;
	display: block;
	right: 0px;
}
