/** DISTRIBUCIÓN DE LA PÁGINA  ***/
section {
	/*border: solid 1px blue;*/
	float: left;
	min-height: 200px;
	margin: 2px 10px;
}

section div {
	margin-bottom: 10px;
}

/** 3 COLUMNAS  **/
#columna_izquierda {
	width: 230px;
}

#columna_derecha {
	float: right;
	padding: 0px 10px;
}

/* ASOCIACIONES A LA IZQUIERDA */
#asociaciones {
	min-height: 100px;
}

.borde_top_blanco {
	border-top: solid 1px white;
	padding: 5px;
}



.texto_asociacion {
	text-decoration: none;
	color: black;

	padding-left: 15px;
	display: inline-block;
}
/** VIDEO DE PRESENTACION **/
.videopresentacion {
	border-radius: 10px;
	box-shadow: 5px 5px 5px gray;
}

/** ACCESOS RAPIDOS DE LA DERECHA **/
#accesos_rapidos tr td {
	height: 50px;
	padding-right: 20px;
	/*border: solid 1px red;*/
}

/** BLOQUE DE NOTICIAS **/
#noticias {
}
