.basic { width:20em; }

.basic  {
	width: 170px;
	font-family: verdana;
}

.basic p {
	margin-bottom : 10px;
	border: none;
	text-decoration: none;
	font-weight: normal;
	font-size: 10px;
	margin: 0px;
	padding: 3px;
}
.basic   a  {
	cursor:pointer;
	display:block;
	padding:5px 5px 5px 15px;
	margin-top: 0;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
	color: black;
	
	background-image: url(../images/flecha.png);
	background-repeat: no-repeat;
	background-position: left center;
	
}
.basic a:hover {
	background-image: url(../images/flecha.png);
	background-repeat: no-repeat;
	background-position: left center;
}
.basic a.selected {
	color: black;

	background-image: url(../images/flecha_down.png);
	background-repeat: no-repeat;
	background-position: left center;
}


@media print {
	.basic div {
		display: block!important;
		height: auto!important
	}
}
.liga {
	cursor:pointer;
	display:block;
	margin-top: 0;
	text-decoration: none;
	font-weight: normal;
	font-size: 11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: black;
	background-repeat: no-repeat;
	background-position: left center;
	background-image: none;
}
.liga a {
	cursor:pointer;
	display:block;
	margin-top: 0;
	text-decoration: none;
	font-weight: normal;
	font-size: 11px;
	color: black;
	background-repeat: no-repeat;
	background-position: left center;
	background-image: none;
}
.liga a:hover {
	cursor:pointer;
	display:block;
	margin-top: 0;
	text-decoration: none;
	font-weight: normal;
	font-size: 11px;
	color: black;
	background-repeat: no-repeat;
	background-position: left center;
	background-image: none;
}

