/* CSS para listas */

.listaLinks{
	padding-top:5px;
	background-color:#EBF4FB;
}

.listaLinks a {
	padding-left:12px;
	background:url(../img/item.gif) no-repeat;
	background-color:#EBF4FB;
}

.listaLinks a:hover {
	background:url(../img/item_over2.gif) no-repeat;
	background-color:#EBF4FB;
}

.listaLinks div{
	height: 2px;
	font-size: 1px;
	background:url(../img/nuevasimagenes/Separador_Mlateral.gif) repeat;
	background-color:#EBF4FB;
}