﻿
.lblTituloMenuIzq{
	font-weight: bold;
	color:#525263;
	font-size:22px;
}

#MenuIzq_info {
	margin:0px;
	padding:0px;
	text-indent:0px;
	width:295px;
}

#MenuIzq_info a.head 
{
	cursor:pointer;
	color:#888598;
	display:block;
	font-weight:bold;
	margin-bottom:5px;
	margin-top:5px;
	padding:13px 0px;
	text-indent:10px;
	font-size:18px;
	text-decoration: none;
	background: #f2f5f6 url(/WebPublico/images/Faq/collapsed_blanco.gif) no-repeat right center;
}

#MenuIzq_info a.headSinImg
{
	cursor:pointer;
	color:#888598;
	display:block;
	font-weight:bold;
	margin-bottom:5px;
	margin-top:5px;
	padding:13px 0px;
	text-indent:10px;
	font-size:18px;
	text-decoration: none;
	color:#524e6a;
	background: #e9edef;
}

#MenuIzq_info  a.head:hover {
	color:#fb7000;
}

#MenuIzq_info  a.selected {
	margin-bottom:5px;
	color:#524e6a;
	background: #e9edef url(/WebPublico/images/Faq/expanded.gif) no-repeat right center;
}

#MenuIzq_info  a.current {
	background-color:#f5f7f7;
	color:#666;
}

#MenuIzq_info  ul {
	border-width:0;
	margin:0;
	padding:0;
	text-indent:0;
}

#MenuIzq_info  li a {
	color:#000;
	display:block;
	padding:5px 0 10px 5px;
	text-decoration: none;
	border-bottom:#d6d6d6 solid 1px;
	
}

/*RAP - 20100610*/
#MenuIzq_info  li {
list-style:none outside none; display:inline;
}
/*FIN RAP*/

#MenuIzq_info  li a:hover {
	color:#fb7000;
}

@media print {
#MenuIzq_info  ul{
		display: block!important;
		height: auto!important
	}
}