#contenedor {
	width: 770px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #6B6B6B;
	color: #FFFFFF;
	border: 1px solid #ccc;
	left: 50%;
	margin-left: -385px;
	position: relative;
	background-image: url(images/menufondo.png);
	background-repeat: repeat-y;
}
body {
	background-color: #333333;
}
#encabezado {
	text-align: center;
	background-color: #000000;
	font-size: 36px;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-bottom: 5px;
}
#encabezado h1 {
font-family:Georgia, "Times New Roman", Times, serif;
font-size:36px;
margin:0px;
}
#encabezado h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	margin:0px;
	text-decoration:none;
	font-weight: normal;
}
h2 {
	font-size:24px;
	text-decoration:underline;
	text-align:center;
}
h1 {
	color: #FFFFFF;
	font-size: 24px;
	font-weight: normal;
}

a.activo {
	font-weight:bold;
	text-decoration:none;
}
#contenido {
	padding: 10px;
	width: 600px;
	float: left;
}
#contenido a:link {
	color:#B8BDC7;
}



#menu {
	background-color: #000000;
	color: #FFFFFF;
	margin-bottom: 5px;
	padding: 0px;
	width: 150px;
	float: left;
}
#menu ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#menu li {
	height: 30px;
	background-color: #333333;
	border: 1px solid #000;
	border-top:none;
	text-align: center;
	padding-top: 5px;
}


.clear {
	clear: both;
}

#menu  a:link, #menu  a:visited {
	color: #FFFFFF;
}
#menu  a:hover, #contenido a:hover  {
	color: #CED0D7;
}

#contenido a:visited {
	color: #000000;
}
