DIV#noticiashome {
	float:left;
	width:200px;
	background:white url(http://www.fundacionetea.org/imagenes/punteadovertical.png) repeat-y top right;
	height:375px;
	min-height:375px !important;
	font-size:0.9em;
	padding-right:4px;
}

	#noticiashome A {
		color:#333;
		text-decoration:none;
	}
	
	#noticiashome A:hover {
		text-decoration:underline;
	}

	#noticiashome IMG {
		padding-bottom:5px;
	}

	#noticiashome UL {
		margin:0;
		padding:0;
		list-style:none;
	}
	
	#noticiashome UL LI {
		background-image:url(http://www.fundacionetea.org/imagenes/punteadohorizontal.png);
		background-position:bottom;
		background-repeat:repeat-x;
		margin-bottom:5px;
		padding:3px;
	}
	
	#noticiashome UL LI.destacada {
		background-color:#ddd;
	}


DIV#inicio{
	padding-left:210px;
	font-size:0.9em;
}

	.idiomasjuventud {
		float:right;
		width:230px;
		margin-top:10px;
		text-align:right;
	}
	
	.CursosExtranjero {
		float:left;
		width:370px;
		margin-top:10px;
	}
	
	.titutlocurso {
		font-weight:bold;
		color:#666666;
		font-size:1.1em;
	}
	
	.alinearderecha {
		text-align:right;
	}
	
	#inicio A {
		color:#333;
		text-decoration:none;
	}
	
	#inicio A:hover {
		text-decoration:underline;
	}

.cpprofes {
 	margin-left:70px;
}