#intro {
	background-color: #f1f1f1;
	overflow: hidden;
	height: 1%;
	position: relative;
}

#intro_saludo {
	width: 47%;
	float: left;
	border-right: 2px solid white;
}

.foto_presidente {
	float: left;
	margin-right: 1ex;
}

a.masinfo {
	color: #333 !important;
	font-weight: bold;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;
	text-decoration: none;
}

a.masinfo.x1 {
	position: absolute;
	right: 51.5%;
	bottom: 10px;
}

a.masinfo.x2 {
	position: absolute;
	right: 12px;
	bottom: 10px;
}

a.masinfo:hover {
	text-decoration: underline;
}

#intro_noticias {
	 float: left;
	 border-left: 2px solid white;
	 margin-left: -2px !important;
	 width: 47%;
}

#intro_noticias .fecha {
	color: #666;
	font-size: 95%;
}

#intro_noticias .subtitulo {
	font-weight: bold;
	font-size: 105%;
	margin-left: 1ex;
}

#intro_noticias .foto_noticia {
	float: left;
	margin-right: 1ex;
	margin-top: 5px;
}

#intro_noticias .contenido_noticia {
	display: block;
}

