@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-image: url(../img/base/fondo-base.gif);
	background-repeat: repeat;
}
#fila_espaciador {
	height: 60px;
	width: 100%;
	position: fixed;
	top: 0px;
	background-image: url(../img/base/fondo-base.gif);
	background-repeat: repeat;
	z-index: 1;
}
#fila_titular {
	width: 100%;
	background-color: #FFFFFF;
	position: fixed;
	top: 40px;
	height: 27px;
	z-index: 1;
	background-image: url(../img/base/azul-barra.gif);
	background-repeat: repeat-x;
}
#fila_titular img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	padding-left: 5px;
	position: relative;
	top: -30px;
}
#imagen_titular {
	position: fixed;
	top: 10px;
	right: 10px;
	z-index: 1;
	margin: 0px;
	padding: 0px;
}
#imagen_pagina {
	position: fixed;
	z-index: 1;
	left: 10px;
	top: 205px;
}
#contenido {
	position:relative;
	width: 615px;
	max-width: 615px;
	height:auto;
	margin-top:10px;
	margin-right: auto;
	margin-left: auto;
	z-index: 3;
	background-color: #FFFFFF;
	border: 2px solid #1D1D56;
	padding-left: 10px;
	padding-right: 10px;
	color: #1D1D56;
}
#menu {
	position: fixed;
	z-index: 4;
	left: -10px;
	top: 100px;
}
#menu li {
	width: 120px;
	list-style-type: none;
	padding: 0px;
	text-align: center;
	background-image: url(../img/base/boton-fondo.gif);
	background-position: left;
	color: #FFFFFF;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#menu li:hover {
	width: 120px;
	list-style-type: none;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0px;
	text-align: center;
	background-image: url(../img/base/boton-fondo.gif);
	background-position: right;
}
#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;
}
.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;
}
#contenido a {
	font-family: Verdana, Geneva, sans-serif;
	text-decoration: none;
	font-weight: bold;
	color: #666;
}
#contenido a:visited {
	color: #5F0A02;
	text-decoration: none;
}
#contenido a:hover {
	color: #ED7B19;
	text-decoration: none;
}
.naranja {
	color: #F93;
}
