* html
    {
    overflow-y: hidden;
    }
* html body
    {
    height: 100%;
    overflow: auto;
    }

body {
	color: black;
	background: #8a0a07;
	font-family: "Trebuchet MS", Verdana, Geneva, sans-serif;
	margin:0;
	padding:0;
	}

h1 {
	margin:5px;
	padding:5px;
	font-size: 1.5em;
}
h1, h2, h3, h4 {
	text-align: center;
	}
	
p {
	text-align: justify;
	}
	
iframe {
	display: block;
	margin: auto;
	}

a {
	color: #edb32a;
	}
img {
	border: 0;
	text-decoration: none;
}
a:hover, a:active, a:focus {
	color: #431417;
	}

.left {
  float:left;
  margin:0 10px 0 0;
}
.right {
  float:right;
  margin:0 0 0 10px;
}
.center {
  display: block;
  margin: auto;
  text-align: center;
}
.center p {
  text-align: center;
}
	
#logo {
	text-align: center;
	font-size: 1.5em;
	margin:0;
	padding:5px;
	}
	
#cabecera {
	position: fixed;
	z-index:3;
	top:0; right:0; bottom:0; left:0px;
	background: url(fondo.gif) #431417 left top no-repeat fixed;
	color: #edb32a;
	height:104px;
	width:100%;
	white-space:nowrap;
}

* html #cabecera {
	position:absolute;
	z-index:3;
	top:0; right:0; bottom:0; left:0px;
	background: url(fondo.gif) #431417 left top no-repeat fixed;
	color: #edb32a;
	height:104px;
	width:100%;
	white-space:nowrap;
}

#menu {
	position: fixed;
	z-index:1;
	top:0; right:0; bottom:0; left:0;
	background: url(fondo.gif) #8a0a07 left top no-repeat fixed;
	padding: 310px 0 0 0;
	width:236px;
}

* html #menu {
	position:absolute;
	z-index:1;
	top:0; right:0; bottom:0; left:0;
	background: url(fondo.gif) #8a0a07 left top no-repeat fixed;
	padding: 310px 0 0 0;
	width:236px;
}

#menu ul {
	list-style:none;
	width:142px;
	margin:0;
	padding:0;
}
#menu li {
	text-align: right;
	list-style:none;
	margin:0;
	padding:0;
}

#menu a {
font-weight: bold;
text-decoration: none;
padding:5px 25px 5px 5px;
display: block;
width:112px;
background: url(boton.gif) right center no-repeat;
}
	
#texto {
	position:static;
	z-index:2;
	margin: 124px 20px 40px 236px;
	line-height: 1.8em;
	}
	
#texto ul {
	text-align: center;
	list-style-image: url(boton.gif);
	list-style-position:outside;
}
#texto li {
	text-align: center;
	margin: 10px;
	padding: 0 0 0 10px;
}
#texto li a {
font-weight: bold;
text-decoration: none;
}

#pie {
	padding: 5px 20px 5px 265px;
	color: #edb32a;
	background: #431417;
	clear:both;
}

#pie p {
	text-align: center;
	padding: 0;
}
#cabecera a, #pie a {
	color: #edb32a;
	}