body,html {
	height: 100%;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #E5FFC7;
}
body {
	background-color: #000000;
	background-image: url(../img/bg.jpg);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-attachment: fixed;
	background-position: bottom right;
	background-repeat: no-repeat;
}
a:link {
	color: #FF6600;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #CC3300;
}
a:hover {
	text-decoration: underline;
	color: #FF9966;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}
div#main {
	width: 600px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	border-left: solid #FF6600 medium;
	border-right: solid #FF6600 medium;
	background-color: #35372A;
	padding-bottom: 5px;
}
div.text {
	margin-left: 25px;
	margin-right: 10px;
}
img.ico {
	margin: 2px;
	border: #FF6600 1px solid;
}
a.ico:hover img {
	border: #FFFFFF 1px solid;
}
img {
	border-color: #FF6600;
}
img.left {
	float: left;
	margin-right: 5px;
}
div#footer {
	font-size: 10px;
	width: 100%;
	text-align: center;
	margin-top: 30px;
}
h2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	margin-top: 30px;
	margin-left: -15px;
	background-color: #515342;
	-moz-border-radius: 4px;
	padding-left: 2px;
	padding-right: 2px;
}
ul,ol {
	padding-left: 1.5em;
}
ol.faq li {
	margin-bottom: 10px;
}
div.sesion {
	margin-bottom: 10px;
	width: 100%;
	overflow: visible;
	font-size: 10px;
}

div.sesion .titulo {
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	margin-left: 0px;
	font-size: 12px;
	padding: 0px;
}

div.sesion a.titulo:link {
	color: #E5FFC7;
}

div.sesion a.titulo:hover {
	text-decoration: none;
}

div.sesion .box {
	width: 525px;
	border-bottom: #515342 1px solid;
	padding-left: 20px;
}
.codigo {
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
}
iframe#guestbook {
	width: 100%;
	height: 350px;
	border: #515342 1px solid;
}

img.mini-icon {
	border-width: 0px;
}

img.caratula {
	border: #FF6600 1px solid;
	display: block;
	float: right;
	margin-left: 5px;
}

/*MENU*/
.hovermenu ul{
text-align: center;
font: bold 12px arial;
padding-left: 0;
margin-left: 0;
height: 20px;
}

.hovermenu ul li{
list-style: none;
display: inline;
}

.hovermenu ul li a{
padding: 2px 0.5em;
text-decoration: none;
color: #E5FFC7;
border: 1px solid #515341;
background-color: #515341;
}

.hovermenu ul li a:hover{
background-color: #FF6600;
border-style: outset;
color: #FFFFFF;
}

html>body .hovermenu ul li a:active{ /* Apply mousedown effect only to NON IE browsers */
border-style: inset;
}
