/* ====================================================================
LAYOUT
-------------------------------------------------------------------- */
body, div#Cabecera, div#Pie, div#MenuAreas {
	width: 300px;
}

#C7Cabecera {
	display: none;
}

#MenuAreas {
	background: #4f4f4f;
}

div#Cabecera img {
	width: 250px;
}

div#Contenido {
	margin-top: 1em;
    padding: 0;
}

#Destacado {
	width: 270px;
	min-height: 115px;
}

#Destacado img {
	width: 100px;
}

#OtrasFichas {
	width: 265px;
}

.Ficha {
	width: 270px;
}

.Ficha img, .FichaBuscador img {
	display: none;
}

.FichaBuscador {
	width: 270px;
	margin-top: .8em;
}

div#Pie {
	font-size: 70%;
}

div#Fichas {
	float: none;
}

 /* ====================================================================
MENU AREAS
-------------------------------------------------------------------- */
#MenuAreas {
	font-size: .9em;
}

 /* ====================================================================
MENU LATERAL
-------------------------------------------------------------------- */
#MenuLateral {
	list-style: none;
}

#MenuLateral li {
	height: 1.6em;
}

#MenuLateral a {
	display: block;
	height: 20px;
	color: #fff;
	font-weight: bold;
}

#MenuLateral a:hover {
	text-decoration: none;
}

#MenuLateral span {
	font-size: .9em;
	color: #fff;
	margin: 10px;
}

#MenuLateral .comunidad {
	height: 1.5em;
	background: #666;
}

#MenuLateral .agenda {
	background: #9a141b;
}

#MenuLateral .tablon {
	background: #006599;
}

#MenuLateral .blog {
	background: #fe9900;
}

#MenuLateral .factoria {
	background: #9999cb;
}

div#Pie {
	padding-top: 2em;
	font-size: .6em;
}
