#contenido-izquierda{
	display:table;
	float:right;
}

#contenido-derecha{
	display:table;
	float:left;
	width:151px;
	vertical-align:top;
	margin-top:0px;
	padding-top:0px;
	margin-bottom:inherit;
	padding-bottom:inherit;
}

#consejos{
	display:table;
	width:362px;
	margin-bottom:10px;
	padding-top:188px;
	background-image:url(../img/index/consejos.gif);
	background-repeat:no-repeat;
}

#rehabilitacion{
	display:table;
	width:362px;
	margin-bottom:10px;
	padding-top:27px;
	background-image:url(../img/index/rehabilitacion.gif);
	background-repeat:no-repeat;
}

#noticias{
	display:table;
	width:151px;
	background-image:url(../img/index/noticias.gif);
	padding-top:27px;	
	background-repeat:no-repeat;
}

#eventos{
	display:table;
	width:151px;
	background-image:url(../img/index/eventos.gif);
	padding-top:27px;
	background-repeat:no-repeat;
}

#contenido a,
#contenido a:active,
#contenido a:link,
#contenido a:visited{
	color:#CC0000;
	font-weight:bold;
	text-decoration:none;
}

#contenido a:hover{
	color:#FF9900;
	font-weight:bold;
	text-decoration:none;
}

