@charset "utf-8";
html {
	height:auto;
}
body, div {
	margin: 0px;
	padding: 0px;
	height:auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
}
body {
	background-color: #5F0A02;
}
#fila_espaciador {
	height: 60px;
	width: 100%;
	position: fixed;
	top: 0px;
	background-color: #5F0A02;
	z-index: 1;
}
#fila_titular {
	width: 100%;
	background-color: #5F0A02;
	position: fixed;
	top: 40px;
	height: 27px;
	z-index: 1;
	background-image: url(../img/base/azul-barra.gif);
	background-position: bottom;
}
#fila_titular img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	padding-left: 10px;
	position: relative;
	top: -30px;
}
#contenido {
	position:relative;
	width: 615px;
	max-width: 615px;
	height:auto;
	margin-top:10px;
	margin-right: auto;
	margin-left: auto;
	z-index: 3;
	padding-left: 10px;
	padding-right: 10px;
	color: #FFF;
}
#menu {
	position: fixed;
	z-index: 4;
	left: -30px;
	top: 100px;
}
#menu li {
	width: 150px;
	height: 30px;
	list-style-type: none;
	padding: 0px;
	text-align: right;
	background-image: url(../img/base/boton-fondo3.gif);
	background-position: bottom;
	color: #FFFFFF;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-weight: bold;
}
#menu li:hover {
	width: 150px;
	height: 30px;
	list-style-type: none;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0px;
	text-align: right;
	background-image: url(../img/base/boton-fondo3.gif);
	background-position: top;
	font-weight: bold;
}
#menu a:link {
	color: #FFFFFF;
	text-decoration: none;
}
#menu a:visited {
	text-decoration: none;
	color: #FFF;
}
#menu a:hover {
	text-decoration: none;
	color: #FFFFCC;
}
#menu a:active {
	text-decoration: none;
}
#menu li:hover a {
	color: #FFFFCC;
}
#botones {
	position: fixed;
	width: 150px;
	left: 15px;
	top: 400px;
}
#parrafo_relleno {
	padding-top: 50px;
}

#contenido a {
	text-decoration: none;
	color: #C9D1E1;
}
#contenido a:visited {
	color: #C9D1E1;
	text-decoration: none;
}
#contenido a:hover {
	color: #DFA56A;
	text-decoration: none;
}

.imagen_izda {
	display: inline;
	float: left;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
}
.imagen_dcha {
	display: inline;
	float: right;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
}
.naranja {
	color: #F93;
}
