#inicio_content {
	width:100%;
	margin: 5px;
	text-align: left;
}

#patrocinadores {
	width: 100%;
	height: 150px;
	vertical-align: bottom;
	text-align: left;
	color: #242424;
	font-weight: bold;
	margin-top: 20px;
}

.patrocinadores_logo {
	float:left;
	text-align: center;
	width:33%;
}

#sinscripciones {
	width:300px;
	float:left;	
	vertical-align: bottom;
	text-align: left;
	color: #242424;
	font-weight: bold;	
	margin-top: 10px;
}


#otras_actividades {
	width:690px;	
	float:left;	
	vertical-align: bottom;
	text-align: left;
	color: #242424;
	font-weight: bold;	
	margin-top: 10px;
}

#otras_actividades_logo {
	float:left;
	width: 100px;
	text-align: center;
}

#sinscripciones_logo {
	width: 300px;
	text-align: center;
}

#presentacion {	
	float:left;
	width:746px;
	/*margin-left:10px;*/
	margin-right: 20px;
	text-align: justify;	
}

#ultimas_noticias {
	float:left;
	border: 1px solid #282828;
	/*border-bottom: 1px solid #061A40;*/
	background-color:#F8F9FA;	
	width:219px;
	margin-top: 0px;
	min-height: 500px;
}

.titulo_ultimas_noticias {
	color: #FFFFFF;
	font-weight: bold;
	/*background-color: #026B33;*/
	background-image: url('../img/bg_noticias.png');
	border-bottom: 1px solid #282828;
	line-height: 30px;	
	font-size: 12px;
	text-align: center;
	margin-bottom: 5px;
}

.noticia {
	padding-left:2px;
	padding-right:2px;
	margin-bottom: 10px;	
}

.titulo_noticia {
	color: #012C16;
	text-align: left;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 2px;
	cursor: pointer;
	text-decoration: underline;	
}

.resumen_noticia {
	color: #282828;
	text-align: justify;
	font-size: 12px;
	margin-bottom: 2px;	
}

.fecha_noticia {
	color: #282828;
	text-align: left;
	font-size: 10px;
	font-weight: bold;
}
