/* CSS Document */

#contenido_central{
	width:43em;
	float:right;
	margin-top:1em;
}

/*------ Contenido Izquierda ------*/
#contenido_izquierda{
	clear:both;
	width:22em;
	float:left;
	margin-top:1em;
}

h1{
	margin:0;
}


#banner_socio{
	margin-top:2em;
	background:url(../img/all/banner_socio.gif) no-repeat;
	clear:both;
	float:left;
	height:8em;
	width:22em;
}

#banner_socio p{
	font-family:Arial, Helvetica, sans-serif;
	font-size:2em;
	font-weight:bold;
	line-height:1em;
	margin:1.2em 0 0 .6em;
}

#banner_socio p span{
	font-size:.7em;
	display:block;
}

#banner_socio a{
	text-decoration:none;
	color:#000;
}