/* CSS Bokart */
/* Estilos solo PREGUNTAS FRECUENTES Y FAQ */

.celda_preguntas{
	padding-left: 20px;
}
.celda_preguntas .pregunta{
	font-weight: bold;
}
.celda_preguntas .pregunta a{
	color: #000000;
	text-decoration: none;
}
.celda_preguntas .pregunta a:hover{
	text-decoration: underline;
}
.celda_preguntas .pregunta span{
	background: url(rec_azul_11x11.gif) left bottom no-repeat;
	font-size: 10px;
	color: #FFFFFF;
	font-weight: normal;
	padding: 0 2px 0 2px;
}
.celda_explicacion{
	padding: 5px 13px 5px 13px;
	background-color: #E5E5E5;
}
.celda_explicacion .titulo{
	font-weight: bold;
	font-size: 12px;
}
.celda_explicacion .titulo span{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	padding: 0 4px 0 4px;
	background: url(rec_azul_14x14.gif) left bottom no-repeat;
}
.celda_explicacion .pregunta{
	font-size: 12px;
	margin-bottom: -12px;
	font-weight: bold;
}
.celda_explicacion .respuesta{
	color: #333333;
}
.celda_explicacion .respuesta a{
	color: #666666;
	font-style: italic;
	text-decoration: underline;
}
.celda_explicacion .respuesta a:hover{
	color: #000000;
}
.celda_explicacion .arriba{
	text-align: right;
	color: #006EC7;
	background: url(triangulo_azul.gif) right center no-repeat;
	padding-right: 15px;
}
.celda_explicacion .arriba a{
	color: #006EC7;
	font-style: italic;
	text-decoration: none;
}
.celda_explicacion .arriba a:hover{
	text-decoration: underline;
}
/*------- SIMULACION mediante imagenes de fondo de redondeo -------*/
	/*------- top -------*/
	#top .faq{
		background: #FFFFFF url(faq_top.gif) no-repeat;
	}
	/*------- bottom -------*/
	#bottom .faq{
		background: #FFFFFF url(faq_bottom.gif) no-repeat;
	}
/*------- FALDON Y OPTIMIZADO -------*/
.faq #faldon{
	background: #FFFFFF url(faq_faldon.gif) no-repeat;
}

