body {
	margin: 0px;
	background-color:#FFD27E;
	color:#FFFFB1;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
a {
	color:#FFFFB1;
	text-decoration:none;
}
#todo {
	position:relative;
}
#cabecera {
	position:relative;
	width:100%;
	height:120px;
	background-color:#FFD27E;
	text-align:left;
	font-weight: bold;
	border-bottom: 1px solid #660600;
	z-index:1;
}
#pie {
	position:relative;
	width:100%;
	height:15px;
	padding-top:2px;
	padding-bottom:2px;
	background-color:#993900;
	color:#CCA57E;
	font-weight: bold;
}
#pie a {
	color:#CCA57E;
	text-decoration: none;
	font-weight: bold;
}
#medio {
	position:relative;
}
#menu {
	position:relative;
	width:170px;
	background-color:#FFD27E;
}
#contenido {
	text-align:center;
	padding:10px;
}
#contenido .texto {
	background-color:#FFD27E;
	color:#990013;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: left;
}
#contenido .texto a {
	background-color:#FFD27E;
	color:#990013;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: left;
	text-decoration: underline;
}
#enlaces {
	color:#663F18;
	text-align:left;
	font-weight: bold;
	left:0px;
	width:170px;
	background-color:#FFD27E;
	margin-top:20px;
}
#enlaces .lista{
	list-style-type:none;
	margin:0px;
	padding:4px;
	text-indent: 12px;
	font-weight: bold;
}
#enlaces .enlace{
	color:#663F18;
	font-weight: bold;
}
#enlaces a {
	color:#663F18;
	font-weight: bold;
}
.celda_menu {
	width:170px;
	text-align:left;
	text-indent: 4px;
	font-weight: bold;
	padding-top:5px;
	padding-bottom:5px;
	background-color:#CC6C18;
	border-bottom: 1px solid #FFD27E;
	cursor: hand;
}
.celda_menu:hover {
	background-color:#993900;
	font-weight: bold;
}
.izquierda {
	position:absolute;
	left:0px;
}
.derecha {
	position:absolute;
	right:0px;
}
.titulo1 {
	font-size: 14px;
	color: #663F18;
}
.titulo2 {
	font-size: 16px;
	color: #990013;
	text-align: left;
	padding-left: 40px;
	font-weight:bold;
}
.titulo3 {
	font-size: 12px;
	color: #990013;
	text-align: left;
	font-weight:bold;
	text-indent: 8px;
	margin-bottom:0px;
}
a.paginacion {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #663F18;
	font-weight: bold;
	text-decoration: none;
	padding: 3px;
}
.pagina_actual {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #FFFFB1;
	background-color: #CC6C18;
	padding: 3px;
}
