/*************Preguntas ******************************/
.faqs {
	margin:10px 0px 0px 0px;
}

.faqs a{
	text-decoration:none;
}
.faqs a:hover{
	text-decoration:underline;
}

.faqs h3{
	font-size:18px;
	margin:0px 0px 5px 0px;
	color:#3162f9;
}

.faqs ul {
	margin:15px 0px 0px 0px;
}

.faqs ul li{
	padding:0px 0px 0px 45px;
	background-image: url(../images/Faqs/icono_pregunta.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

.faqs_comillas {
	font-size:12px;
	/* font-style: italic; */
	color: #000083;
	background-image: url(../images/Faqs/comillas1_peq.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding:0px 0px 0px 35px;
	margin:15px 0px 20px 0px;
}

.faqs_comillas2 {
	background-image: url(../images/Faqs/comillas2_peq.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding:0px 35px 5px 0px;
	text-align: left;
}

.faqs_comillas2 a {
	text-decoration:none;
	color:#3b6afb;
	background:url(../images/icono_link.gif) no-repeat right center;	
	padding-right:15px;
}

.faqs_comillas2 a:hover{
	text-decoration:underline;
	color:#3b6afb;
}

