#contenedor-cuerpo {
	margin: 0 0 0 0;
	padding: 24px 0 0 0;

}
#cuerpo {
		height: 360px;
		color: #fff;
}
#cuerpo h2 {
		font-size: 16px;
		font-weight: bold;
		color: #3a9bdd;
}
#noticias,#introduccion,#accesoformacion {
		float: left;
}
#noticias {
		height: 322px;
		width: 427px;
		/*background-image: url(../imagenes/noticias-fondo.jpg);*/
		background-position: top left;
		background-repeat: no-repeat;
		margin-right: 15px;
}
#noticias h2 {color: #fff; padding: 18px 0 13px 10px;}
div.noticia {margin: 10px 0 10px 13px;}
div.noticia .noticia-imagen {float: left;}
div.noticia .noticia-texto {float: right; width: 270px; margin: 0 5px 0 0;}
div.noticia .noticia-texto a {color: #3a9bdd;}
#introduccion {
		width: 235px;
		height: 313px;
		/*background-image: url(../imagenes/introduccion-fondo.jpg);*/
		background-position: top left;
		background-repeat: no-repeat;
		margin-right: 10px;
}
#introduccion img {
		margin: 10px 0 0 0;
}
#introduccion h2 {padding: 18px 0 8px 10px;}
#introduccion p {padding: 8px 0 13px 10px;}
#introduccion a {color: #3a9bdd;}
#introduccion a:hover {color: #bdd684;}
#accesoformacion {
		width: 225px;
		height: 313px;
		/*background-image: url(../imagenes/introduccion-fondo.jpg);*/
		background-position: top left;
		background-repeat: no-repeat;
}
#accesoformacion h2 {padding: 18px 0 13px 10px;}

