/* @group Menu Superior */
	#menuSuperior{
		background-color: #FFFFFF;
		margin-left: 2.5em;
		margin-right: 2em;
		height: 3em;
	}
	div.lateralIzq{
		background-image: url(../imagenes/bordeIMenu.png);
		background-position: left top;
		height: 2.5em;
		width: 1em;
		float: left;
	}
	div.centro{
		background-color: #EEF0F3;
		float: left;
		width: 57em;
		height: 2.5em;
	}
	div.lateralDra{
		background-image: url(../imagenes/bordeDMenu.png);
		background-position: left top;
		height: 2.5em;
		width: 1em;
		float: left;
	}
/* @end */

/* @group Banners */
	
	#bannerNoticias{
		background-image: url(../imagenes/caja.png);
		background-position: top left;
		background-repeat: repeat-y;
		width: 245px;
	}
	div.bottomBlog{
		height: 45px;
		width: 500px;
		background-image: url(../imagenes/bottomBanner.png);
		background-position: bottom left;
	}
	
	div.centroCajaVertical{
		
		background-image: url(../imagenes/caja.png);
		background-position: top left;
		background-repeat: repeat-y;
		width: 245px;
		margin: 0;
	}
	div.cajaBajo{
		background-image: url(../imagenes/bottomCaja.png);
		background-position: top left;
		height: 50px;
		width: 247px;
		background-repeat: no-repeat;
		background-position: bottom left;
		margin: 0;
	}
	div.cajaSup{
		background-image: url(../imagenes/topCaja.png);
		background-position: top left;
		height: 35px;
		width: 245px;
		background-repeat: no-repeat;
		margin: 0;
		margin-top: .5em;
	}
/* @end */

/* @group Enlaces */
	#topEnlaces{
		height: 65px;
		width: 245px;
		background-image: url(../imagenes/topEnlaces.png);
		margin: 0;
	}
	#cajaEnlace{
		padding-top: 1em;
		background-image: url(../imagenes/caja.png);
		background-position: top left;
		background-repeat: repeat-y;
		width: 245px;
		height: 720px;
	}
/* @end */

/* @group Marco Imagen */
	div.marcoImagen{
		float: left;
		width: 198px;
		height: 194px;
		background-image: url(../imagenes/marcoImagen.png);
		margin-left: 1em;
		margin-top: 1em;
		clear: left;
	}
	
	div.imagenSinMarco{
		float: left;
		margin: .5em .1em .5em 1em;
	}
	
	div.imagen{
		margin-left: 17px;
		margin-bottom: 17px;
		margin-right: 21px;
		margin-top: 17px;
	}
	div.imagenSinMarco a{
		text-decoration: none;
		border: none;
		color: transparent;
		
	}
	div.imagenSinMarco img{
		width: 180px;
		height: 180px;
		border:  none;
	}
	
}
/* @end */


/* @group Menu Lateral */
	#menuLateral{
		width: 215px;
		height: 300px;
		overflow: auto;
	}
/* @end */










