#tit_contenido_faq {
	padding-top: 10px;
	padding-bottom: 10px;
	color: #000;
	font-size: 14px;
	font-weight: bold;
}
#lista_faq {
}
#lista_faq li{
	background-image: url(../imagenes/flechita.gif);
	background-repeat: no-repeat;
	background-position: 1px 4px;
	list-style-type: none;
	margin: 0px;
	padding-left: 10px;
}
#lista_faq li a{
	color: #000;
	text-decoration: none;
}
#lista_faq li a:hover{
	color: #000;
	text-decoration: underline;
}
#lista_faq ul {
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 15px;
	color: #000;
}
.pregunta {
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 15px;	
}
.tit_pregunta {
	margin-bottom: 10px;
	padding-bottom: 4px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EDEDED;
}
#btn_volver_faq {
	position: absolute;
	left: 695px;
	top: 180px;
}
