*html{overflow:auto;}
html{overflow:auto;}
body {
	background-image: url(background.gif);
	background-color: #000000;
	background-position: center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-repeat: repeat-x;
	overflow: auto;
	}

h1 {
	font-family: 'trebuchet ms', helvetica, sans-serif;
	color: #ffa448;
	font-weight: bold;
	font-size: 12px;
}
h2 {
	font-family: 'trebuchet ms', helvetica, sans-serif;
	color: #ffa448;
	font-weight: bold;
	font-size: 11px;
}
h2 a{color: #ffa448;,text-decoration:none;}
h2 a:hover{color: #ffa448;text-decoration:underline;}
h3 {
margin:0px;
	font-family: 'trebuchet ms', helvetica, sans-serif;
	color: #a64b87;
	font-weight: bold;
	font-size: 15px;
}
.morado{font-family: 'trebuchet ms', helvetica, sans-serif;
	color: #a64b87;
	font-weight: bold;}
	.grande{font-size:20px;}
#col1 {
	position: absolute;
	top: 4em;
	left: 3em;
	left: 10%;
	width: 5em;
	/*background-image: url(../images/logo.gif);
	background-position: bottom;
	background-repeat: no-repeat;
	background-attachment: fixed;*/

	height:300px;
	width:140px;

}
#col1 img{margin-top:30px;}
#col2 {
	position: absolute;
	top: 4em;
	left: 12em;
	left: 25%;
	width: 5em;
}
#col3 {
	position: absolute;
	top: 4em;
	left: 25em;
	left: 45%;
	width: 20em;
	color:#d4cfcf;
/*	background-color: #404040;
/*	font-family: 'trebuchet ms', helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;*/
		color: #ffa448;
		font-size:15px;
}
.lista {
	/*position: relative;
	top: 300px;
	left: 40px;
	/*border: 2px solid #11aa33;
*/
	width: 100px;
	font-family: garamond;
}
ul#menu {
	list-style: none;
	margin: 0;
	padding: 0;display:inline;
}
ul#menu li {
	margin: 2px;
	padding: 0;
	float: left;
	font-family: 'trebuchet ms', helvetica, sans-serif;
}
ul#menu li a {
	display: block;
	width: 100px;
	padding: 1px 4px 0px 0px;
	text-decoration: none;
	text-align: right;
	font-size: 12px;
	color: #000000;
	color: #ffa448;
	background-color: #ffffff;
	background-color: #000000;
	border-left: 10px solid #666666;
}
ul#menu li a:hover {
	color: #6c655a;
	color: #ffa448;
	background-color: #0f234b;
	background-color: #404040;
	border-left-color: #ffffff;
	border-left-color: #ffa448;
}
#enlace {
	position: absolute;
	bottom: 20px;
	right: 50px;
	font-family: 'trebuchet ms', helvetica, sans-serif;
	color: #ffa448;
	font-weight: bold;
	font-size: 12px;
}
#enlace a {
	color: #ffa448;
	text-decoration: none;
}
#enlace a:hover {
	color: #a7387b;
	text-decoration: none;
}
a {
	color: #ffa448;
	text-decoration: none;
}
a:hover {
	color: #a7387b;
	text-decoration: none;
}