/* CSS especifico para el index */

#header_index {
	height: 330px;
}
	#header_index .title {
		position: absolute;
		top: 1px;
		margin-left: 515px;
		width: 500px;
		font-size: 2em;
		font-weight: bold;
		color: #fff;
	}
/* end #header_index */

#content_index {
	padding: 0 30px 30px 30px;
	background: #014F97 url(../images/bg-content-index.jpg) top left no-repeat;
}
	#content_index .section_title {
		font-size: 1.3em;
		font-weight: bold;
		text-transform: uppercase;
		color: #FAB41E;
	}
	#prominent_content_index .title {
		font-size: 1.1em;
		font-weight: bold;
	}
	#prominent_content_index .title a {
		text-decoration: none;
	}
	#prominent_content_index p {
		color: #fff;
	}
	#prominent_content_index .thumb img {
		display: block;
	}
	#prominent_content_index .thumb {
		width: 140px;
		border: 1px solid #bddefe;
	}
	
	#news_content_index ul {
		margin: 0;
		padding: 0;
	}
	#news_content_index li {
		margin: 0 0 10px 0;
		padding: 0;
		color: #BEE2FF;
	}
	#news_content_index p {
		margin: 0 0 0 65px;
	}
	#news_content_index a {
		color: #fff;
		text-decoration: none;
	}
	#news_content_index a:hover {
		color: #BEE2FF;
	}
	#news_content_index .date {
		margin-right: 20px;
	}
/* end #content_index */

#footer { border-top: 1px solid #fff; }
