/* 
	STYLE SHEET FOR IHWY JQUERY LISTNAV PLUGIN V 2.0, 3/2/2009
	
	For more information, visit http://www.ihwy.com/Labs/jquery-listnav-plugin.aspx
*/


/* default styling example
----------------------------------------------------------------- */

.listNav {
	margin: 10px 0 20px;
}

.ln-letters {
	overflow: hidden;
	background-color: #6dd0f7;
}
.ln-letters a {
	font-size: 11pt;
	display: block;
	float: left;
	margin: 0;
	padding: 2px 5px; /*border: 1px solid silver; 	border-right: none;*/
	text-decoration: none;
	color: White;
}
.ln-letters a.ln-last {
	border-right: 1px solid silver;
}
.ln-letters a:hover, .ln-letters a.ln-selected {
	background-color: #000000;
	color: #FFFFFF;
}
.ln-letters a.ln-disabled {
	color: darkGray;
}
.ln-letter-count {
	text-align: center;
	font-size: 0.8em;
	line-height: 1;
	margin-bottom: 3px;
	color: #336699;
}


#contentList #recintos {
	width: 650px;
	font-size: 1.2em;
}
#recintos li {
	float: left;
	list-style: none;
	width: 210px;
	font-size: 1em;
	margin-left: 0px;
}
#recintos a {
	display: block;
	text-align: center;
	border: 1px solid silver;
	padding: 5px;
	margin: 0 10px 10px 0;
	text-decoration: none;
	height: 40px;
	-moz-border-radius: 5px;
	color: #000000
}
#recintos a:hover {
	background-color: #FF9933;
	color: #FFFFFF;
}

