﻿li { list-style-type: none; }
#list_indicadores, #list2, #list3, #navigation { width:20em; }

#log { position:fixed; bottom: 0; right:1em; text-align:right; }
#switch { position: fixed; bottom: 0; right: 15em; }


#list_indicadores{
	width: 175px;
	font-family: verdana;
	margin:  0 auto;
	padding: 0px;
	border: none;
	overflow:hidden;
}
#list_indicadores p {
	margin-bottom : 10px;
	border: none;
	color: #0c449b;
	text-decoration: none;
	font-weight: bold;
	font-size: 10px;
	margin: 0px;
	padding: 10px;

	overflow: hidden;
	height: 10em;	
}
#list_indicadores h3 {
	cursor:pointer;
	display:block;
	padding:4px;
	margin:0px;
	margin-top: 0;
	text-decoration: none;
	font-weight: bold !important;
	font-size: 11px;
	color: white;
	background-image: url("/Recursos/Img/tit_acordeon.png");
	background-repeat: no-repeat;
	background-position: right top;
	letter-spacing:-0.08em;
}
#list_indicadores h3:hover {
	/*color: #666;*/
	color: #1c267d;
	background-position: right -22px;
}
#list_indicadores h3.selected {
	color: white;
		background-position: right -22px;

}
#list_indicadores .ui-icon{
				display:none;
}

#list_cotizaciones{
	width: 175px;
	font-family: verdana;
	margin:  0 auto;
	padding: 0px;
	border: none;
	overflow:hidden;
}
#list_cotizaciones p {
	margin-bottom : 10px;
	border: none;
	color: #0c449b;
	text-decoration: none;
	font-weight: bold;
	font-size: 10px;
	margin: 0px;
	padding: 10px;

	overflow: hidden;
	height: 10em;	
}
#list_cotizaciones h3 {
	cursor:pointer;
	display:block;
	padding:4px;
	margin:0px;
	margin-top: 0;
	text-decoration: none;
	font-weight: bold !important;
	font-size: 11px;
	color: white;
	background-image: url("/Recursos/Img/tit_acordeon.png");
	background-repeat: no-repeat;
	background-position: right top;
	letter-spacing:-0.08em;
}
#list_cotizaciones h3:hover {
	/*color: #666;*/
	color: #1c267d;
	background-position: right -22px;
}
#list_cotizaciones h3.selected {
	color: white;
		background-position: right -22px;

}
#list_cotizaciones .ui-icon{
				display:none;
}