@charset "utf-8";
/* CSS Document */

#base {
	height: auto;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
#base #contenedor #menu_vertical #menu_enlaces {
	font-size: 16px;
	font-weight: bold;
	padding-right: 10px;
	padding-left: 10px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #302219;
	border-bottom-color: #302219;
}
#base #cabecera {
	width: 1500px;
}
#base #contenedor {
	height: auto;
	width: 1000px;
}
#base #contenedor #menu_vertical {
	float: left;
	height: auto;
	width: 150px;
}
#base #contenedor #contenido {
	height: 400px;
	width: 850px;
	float: left;
	background-color: #392B20;
	background-repeat: no-repeat;
}
#base #pie_pagina {
	text-align: right;
	width: 1000px;
	height: auto;
}
.letra_pie {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	font-style: italic;
	font-weight: normal;
}
