body {
	margin: 0px;
	font-size: 12px;
	font-family: DejaVu Sans, Verdana, Arial, Helvetica, sans;
	/* background-color: #ece1db; */
	background-color: #555555;
	color: #333333;
}

h1 {
	font-size: 1.4em;
	color: #b57b5a;
	text-align: left;
	margin-bottom: 2px;
	margin-top: 0px;
}

a:link, a:active, a:visited {
	color: #990000;
	text-decoration: none;
}

a:hover {
	color: #aa0000;
	text-decoration: underline;
}

li {
	margin-bottom: 1.1em;
}

#tabla_principal {
	background-color: #ffffff;
	padding: 0px;
	/* border-left: 1px solid #333333; */
	/* border-right: 1px solid #333333; */
	width: 1000px;
}

.barra_enlaces {
	padding: 0px;
	height: 8px;
	background-color: #b57b5a;
}

.sombra_izquierda {
	background-color: #555555;
	background-image: url('./img/sombra_izquierda.png');
	background-repeat: repeat-y;
	width: 10px;
}

.columna_izquierda {
	width: 140px;
	padding: 16px 8px 8px 8px;
	/* border-right: 1px solid #ece1db; */
	border-right: 1px solid #b57b5a;
	background-image: url('./img/fondo_degradado_columnas.png');
	background-repeat: repeat-x;
}

.columna_central {
	padding: 20px;
	padding-bottom: 40px;
}

.columna_derecha {
	width: 140px;
	padding: 16px 8px 8px 8px;
	border-left: 1px solid #b57b5a;
	background-image: url('./img/fondo_degradado_columnas.png');
	background-repeat: repeat-x;
}

.sombra_derecha {
	background-color: #555555;
	background-image: url('./img/sombra_derecha.png');
	background-repeat: repeat-y;
	width: 10px;
}

.pie {
	font-size: 0.95em;
	padding: 20px 10px 10px 10px;
	border-top: 1px solid #b57b5a;
}

.subseccion {
	text-align: left;
	font-weight: bold;
	font-size: 1.2em;
}

.aviso {
	background-color: #ffffdd;
	border: 2px solid #dfdfbd;
	padding: 6px;
	margin-bottom: 20px;
}

.seccion_columna_derecha {
	font-weight: bold;
	color: #990000;
	font-style: italic;
}

.separador_columna_derecha {
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 16px;
	margin-right: 16px;
	border-top: 1px solid #b57b5a;
}

.post_lobo_iberico {
	font-size: 1.2em;
	font-weight: bold;
}
