body {
	margin: 0px;
	padding: 0px;
	font-family: Tahoma;
	font-size: 10pt;
	color: #3B3421;
}
.clear {
	height: 0px;
	display: block;
	clear: both;
	/clear: none;
	visibility: hidden;
}
#container {
	margin-top: 40px;
	margin-bottom: 40px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	_height: 550px;
	min-height: 550px;
}
#portada {
	text-align: center;
}
#btn_entrar {
	width: 766px;
	margin-right: auto;
	margin-left: auto;
	text-align: right;
	margin-top: 20px;
}
#btn_entrar a {
	font-size: 1.3em;
	font-weight: bold;
	text-decoration: none;
	color: #3B3421;
}
#btn_entrar a:hover {
	text-decoration: none;
	color: #C6AE0F;
}


.logo {
	position: absolute;
	left: 50px;
	top: 0px;
}
#imagen_central {
	background-image: url(../imagenes/imagen_central.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 419px;
	width: 290px;
	position: absolute;
	left: 50px;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #3B3421;
	top: 70px;
}
#imagen_central .deg_marron_sup, #imagen_central .deg_marron_inf {
	background-image: url(../imagenes/degradado_marron.jpg);
	background-position: right center;
	height: 5px;
	overflow: hidden;
	background-repeat: repeat-y;
	position: absolute;
	left: 0px;
	background-color: #3B3421;
}
#imagen_central .deg_marron_sup {
	width: 240px;
	top: 0px;
}
#imagen_central .deg_marron_inf {
	width: 405px;
	bottom: 0px;
}
.iconos {
	position: absolute;
	margin: 0px;
	padding: 0px;
	left: -50px;
	top: 0px;
	text-align: center;
}
.iconos li {
	list-style-type: none;
	margin-bottom: 5px;
}
.iconos img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#botonera {
	width: 160px;
	position: absolute;
	top: 230px;
	left: 310px;
}
#botonera ul {
	margin: 0px;
	padding: 0px;
}
#botonera li {
	list-style-type: none;
	text-align: right;
	clear: both;
}
#botonera a {
	background-image: url(../imagenes/botonera.gif);
	background-repeat: no-repeat;
	background-position: right 5px;
	display: block;
	padding-right: 20px;
	font-family: "Courier New", Courier, monospace;
	color: #C6AE0F;
	font-weight: bold;
	text-decoration: none;
	font-size: 1.2em;
	margin-top: 3px;
	margin-bottom: 3px;
	float: right;
}
#botonera a:hover {
	text-decoration: none;
	color: #AAAAAA;
	background-image: url(../imagenes/botonera_hover.gif);
}
#botonera .active {
	color: #3B3421;
	background-image: url(../imagenes/botonera_active.gif);
}
#botonera .active:hover {
	color: #3B3421;
	background-image: url(../imagenes/botonera_active.gif);
}
#content {
	width: 300px;
	margin-top: 70px;
	float: right;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #C6AE0F;
	min-height: 420px;
	_height: 420px;
	position: relative;
	padding-left: 10px;
	font-size: 0.9em;
	text-align: justify;
}
#content .deg_amarillo_sup, #content .deg_amarillo_inf {
	height: 200px;
	overflow: hidden;
	background-repeat: repeat-x;
	position: absolute;
	left: -5px;
	width: 5px;
}
#content .deg_amarillo_sup {
	background-image: url(../imagenes/degradado_amarillo_sup.jpg);
	background-position: center top;
	top: 0px;
}
#content .deg_amarillo_inf {
	background-image: url(../imagenes/degradado_amarillo_inf.jpg);
	background-position: center bottom;
	bottom: 0px;
}
#content h2 {
	background-image: url(../imagenes/h2.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	text-align: right;
	color: #C6AE0F;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 12px;
	margin-left: 0px;
}
#content h3 {
	color: #C6AE0F;
	font-size: 1.2em;
	padding: 0px;
	margin-top: 6px;
	margin-right: 0px;
	margin-bottom: 6px;
	margin-left: 0px;
}
#content dl {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#content dt {
	font-weight: bold;
}
#content dd {
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 20px;
	font-size: 0.9em;
}
#content .nota {
	font-size: 0.8em;
}
#content .aviso {
	font-size: 0.8em;
	color: #C6AE0F;
}
#content a {
	font-weight: bold;
	text-decoration: none;
	color: #3B3421;
}
#content a:hover {
	color: #C6AE0F;
	text-decoration: none;
}

#direccion {
	position: absolute;
	font-size: 0.7em;
	left: -10px;
	top: 424px;
	width: 300px;
}
#direccion p {
	margin: 0px;
	padding: 0px;
}
#direccion .direccion {
	margin-bottom: 0.4em;
}
#direccion .direccion a {
	color: #C6AE0F;
	text-decoration: none;
}
#direccion .direccion a:hover {
	color: #3B3421;
	text-decoration: none;
}
#direccion .empresa a {
	color: #3B3421;
	text-decoration: none;
}
#direccion .empresa a:hover {
	color: #C6AE0F;
	text-decoration: none;
}

