@import "../base/base.css";

#filaCabecera
{
	clear:both;
	background-image:url(imagenes/cabecera.jpg);
	height: 208px; /* height:291px; */
}

#noticias
{
	float:left;
	margin-top:-20px;
	padding-top:120px;
	padding-right:20px;
	background-image:url(imagenes/noticias.jpg);
	background-position:left top ;
	background-repeat:no-repeat;
	width:290px;
	border-right:1px dotted #62626E;
	text-align:justify;
}
	#noticias a
	{
		color: #62626E;
	}
	#noticias h3
	{
		margin-bottom: 0.5em;
	}

	span.fechaNoticia
	{
		display: block;
		font-style: italic;
		text-align: right;
		margin-top: 0.5em;
	}
	
#cursos
{
	float:left;
	margin-top:-20px;
	padding-top:120px;
	margin-left:20px;
	padding-right:20px;
	background-image:url(imagenes/cursos.jpg);
	background-position:left top ;
	background-repeat:no-repeat;
	width:290px;
	border-right:1px dotted #62626E;
	text-align:justify;
}
	#cursos h3
	{
		margin-bottom: 0.5em;
	}
	#cursos a
	{
		color: #62626E;
	}
	span.fechaCurso
	{
		display: block;
		font-style: italic;
		text-align: left;
		margin-top: 0.5em;
	}

#areaclientes
{
	float:left;
	margin-top:-20px;
	padding-top:120px;
	margin-left:20px;
	padding-right:20px;
	background-image:url(imagenes/areaclientes.jpg);
	background-position:left top ;
	background-repeat:no-repeat;
	width:260px;
	text-align:justify;
}

	#areaclientes a
	{
		color: #62626E;
	}
