/* MENU LATERAL */
#menuLateral {
	float: right;
	width: 16.6875em;
	margin-right: 3em;
	position: relative;
	margin-bottom: 2em;
}

#contenidoMenuLateral {
	padding: 1em;
	background-image: url("../imagenes/fondomarco.png");
	background-repeat: repeat-y;
}

#contenidoMenuLateral p {
	margin: 0 0 0 1em;
}

.separadorMenu{
    margin: 0 0 0.3em 0;
    border-bottom:0.2em groove #CCC
}

#contenidoMenuLateral hr {
	margin: 0 0 0.3em 0;
}

#contenidoMenuLateral ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#contenidoMenuLateral li {
	font-size: 0.9em;
}

#contenidoMenuLateral a {
	display: block;
	padding: 0 1em 0 0.5em;
	margin: 0;
}

#contenidoMenuLateral a, #contenidoMenuLateral a:VISITED,
	#contenidoMenuLateral a:LINK, #contenidoMenuLateral a:HOVER {
	text-decoration: none;
}



#contenidoMenuLateral a:HOVER {
	background-color: #447c39;
	color: #FFFFFF;
}

#contenidoMenuLateral div {
	margin-bottom: 1em;
}

#pieMenuLateral {
	margin: 0;
	height: 1.375em;
	background-image: url("../imagenes/fondomarcofin.png");
	background-repeat: no-repeat;
}

#cuerpo {
	position: relative;
}

#cuerpo .centro {
	position: relative;
}