body {
	font-family: "trebuchet MS", tahoma, verdana, arial;
	font-size: 12px;
	color: #000000;
}
#contenedor {
	width: 920px;
	border: 1px solid #06802d;
}
/* ////////////////// CABECERA */
#cabecera {
	width: 920px;
	height: 77px;
	background-image: url(../imagenes/fondo-cabecera.gif);
	background-repeat: no-repeat;
	background-position: right top;	
}

/* ////////////////// CONTENIDOS */
#contenidos {
	float: left;
	width: 775px;
}
/* ////////////////// ARRIBA */
#arriba {
	width: 770px;
	height: 160px;
	background-color: #CCCC00;
	padding: 2px;
}
#menu {
	width: 170px;
	background-color: #CCCC00;
	float: left;
	color: #fff;
}
#menu ul {
	margin: 0px;
	padding: 0px;
}
#menu li {
	list-style-type: none;
	width: 165px;
	background-color:#067F2D;
	margin: 2px 0px 2px 0;
	padding-left: 4px;
}
#menu a {
	color: #fff;
	width: 100%;
	text-decoration: none;
}
#menu a:hover {
	font-weight: bold;
}

.directorio {
	font-size: 16px;
}

#mapa {
	padding: 2px;
	background-color: #CCCC00;
	float: left;
}
#noticias {
	width: 190px;
	padding: 2px;
	background-color: #CCCC00;
	float: left;
}
#noticias p {
	margin-top: 3px;
	margin-bottom: 0px;
	border-bottom: 1px dotted #067F2D;
}
#noticias a {
	color: #000000;
	font-weight: normal;
	text-decoration: underline;
}
#noticias a:hover {
	font-weight: bold;
	text-decoration: none;
}
/* ////////////////// ABAJO */
#abajo {
	height: 170px;
	clear: both;
	margin-bottom: 0px;
}

#contacto {
	float: left;
	width: 163px;
	background-color: #CCCC00;
	background-image: url(../imagenes/contacto-esquina.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin-top: 5px;
	padding: 0px;
}
#contacto a {
	color: #000;
	font-weight: bold;
}
#contacto p {padding: 4px;}
#localizacion {
	float: right;
}
/* ////////////////// PUBLICIDAD */
#publicidad {
	width: 145px;
	height: 330px;
	background-color: #ccc;
	float: right;
}
#publicidad p {margin: 2px 0px 2px 4px;}
#publicidad img {margin: 4px;}
/* ////////////////// PIE */
#pie {
	clear: both;
	text-align: center;
	border-top: 3px solid #06802d;
	margin-top: 0px;
}
#pie p {margin: 0px;}
