/* capas */

#content {
	width: 760px;
	background-color: #f4f1eb;
	position: relative;
}

#cabezal {
	width: 760px;
}

#centro {
	width: 760px;
}

#barra_nav {
	height: 20px;
	width: 760px;
	text-align: left;
	
}

#botonera {
	height: 20px;
	width: 460px;
	float:left
}

#fecha {
	float: right;
	height: 20px;
	width: 300px;
	line-height: 20px;
	text-align: right;
}

#pie {
	/*background-image: url(../img/pie.png);*/
	/*height: 61px;*/
	width: 760px;
	border-top-width: 3px;
	border-bottom-width: 3px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #663300;
	border-bottom-color: #663300;
}

#cuadro {
	float: left;
	width: 355px;
	margin-right: 5px;
	margin-left: 5px;
	text-align: left;
	padding-right: 5px;
	padding-left: 5px;
	background-color: #E6DFD0;
	padding-top: 5px;
	padding-bottom: 5px;
}

#divide {
	height: 20px;
	width: 760px;
}

/* clases */
body {
	background-color: #e3d1ac;
}

.fuentes {
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	color: #333333;
}

.bold {
	font-weight: bold;
}

ul {
	
	list-style-type: disc;
}

ul li {
	
	margin-bottom: 8px;
}