#base {
	height: auto;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
#base #cabecera {
	color: #FFFFFF;
	background-color: #000000;
	width: 1000px;
}
#base #menu_horizontal {
	background-color: #EEE;
	width: 1000px;
	height: 40px;
}
#base #contenedor {
	background-color: #00FF33;
	height: 600px;
	width: 1000px;
}
#base #contenedor #menu_vertical {
	background-color: #66CC33;
	float: left;
	height: 600px;
	width: 150px;
}
.titulos {
	font-family: "Courier New", Courier, monospace;
	text-decoration: blink;
	text-align: center;
}
.parrafos {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 16px;
	color: #63C;
	text-align: justify;
}

#base #contenedor #contenido {
	background-color: #CCCCCC;
	float: left;
	height: 600px;
	width: 700px;
}
#base #contenedor #publicidad {
	background-color: #999999;
	float: right;
	height: 600px;
	width: 150px;
}
#base #pie_pagina {
	color: #FFFFFF;
	background-color: #000000;
	text-align: center;
	width: 1000px;
}
#base #contenedor #menu_vertical #menu_header {
	font-size: 18px;
	font-weight: bold;
	color: #FFF;
	background-color: #0C3;
	text-align: center;
}
#base #contenedor #menu_vertical #menu_enlaces {
	font-size: 17px;
	font-weight: bolder;
	color: #FFF;
	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: #630;
	border-bottom-color: #630;
	font-family: Verdana, Geneva, sans-serif;
}
#base #contenedor #contenido #main_content {
	padding: 10px;
}
#base #contenedor #contenido #main_content {
}
#base #contenedor #contenido #main_content .parrafos {
	font-family: "Comic Sans MS", cursive;
	font-size: 16px;
	list-style-type: circle;
}
#base #contenedor #contenido #main_content p {
	font-family: "Comic Sans MS", cursive;
	font-size: 16px;
	color: #00F;
	list-style-type: circle;
}
.descripcion {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #909;
}
