h2.faq {
	font-size: 14px;
	border-bottom: 1px solid;
}
p.tituloPregunta {
	font-weight: bold;
}
p.tituloPreguntaOn {
	font-weight: bold;
	padding-left: 15px;
	background-image: url(img/menos.gif);
	background-repeat: no-repeat;
	background-position: 2px 3px;
}
p.tituloPreguntaOff {
	font-weight: bold;
	padding-left: 15px;
	background-image: url(img/mas.gif);
	background-repeat: no-repeat;
	background-position: 2px 3px;
}
p.respuestaFaq {
	padding-left: 15px;
}
.ocultoFaq {
	position: absolute;
	top: 0;
	left: -4000px;
	padding-left: 15px;
}
.visibleFaq {
	position: static;
	display: table;
	top: 0;
	left: 1em;
	padding-left: 15px;
}
a.enlaceFaq {
	text-decoration: none;
	color: #036;
}
a.enlaceFaq:hover {
	text-decoration: underline;
}
ul#grupos  {
	margin-left: 0;
	padding-left: 0;
}
ul#grupos li {
	list-style-type: none;
	margin-left: 0;
	padding-left: 15px;
	background-image: url(img/masmenos.gif);
	background-repeat: no-repeat;
	background-position: 2px 3px;
	
}
ul#grupos a {
	font-weight: bold;
	text-decoration: none;
	color: #036;
}
ul#grupos a:hover {
	text-decoration: underline;
}

.volverFaq {
	text-align: right;
}
.volverFaq a{
	text-decoration: none;
	font-size: 10px;
	font-weight: bold;
	/*color: #036;*/
}
.volverFaq a:hover {
	text-decoration: underline;
}