/*Creado por Iván Bustos para DisenoPaginas.com*/
/*Prohibida su reproducción parcial ó total*/
/*Todos los derechos reservados©*/
/*Created by Iván Bustos for DisenoPaginas.com*/
/*Copying or reverse engineering is strictly prohibited*/
/*All rights reserved©*/

/*IMPORTS*/
/*---------------------------------------------------------------*/
/*---------------------------------------------------------------*/
/*---------------------------------------------------------------*/
/*---------------------------------------------------------------*/
/*---------------------------------------------------------------*/

@import url('basic.css');

/*content*/
/*---------------------------------------------------------------*/
/*---------------------------------------------------------------*/
/*---------------------------------------------------------------*/
/*---------------------------------------------------------------*/
/*---------------------------------------------------------------*/

div.questions
{
	padding-bottom:							5px;
	margin-top:								10px;
	border-bottom-style:					solid;
	border-bottom-width:					6px;
	border-color:							#8f2e04;
	background-image:						url('../images/faqSeparator.png');
	background-repeat:						no-repeat;
	background-position:					bottom right;
	margin-bottom:							30px;
}
* html div.questions
{
	background-image:						none;
}
div.questions p
{
	margin-bottom:							10px;
}
div.questions p a
{
	font-weight:							bold;
	color:									#8f2e04;
}
div.questions p a:hover
{
	text-decoration:						underline;
}


div.answers dl dt
{
	color:									#8f2e04;
	margin-bottom:							10px;
}
div.answers dl dd
{
	margin-bottom:							30px;
	line-height:							16px;
}
div.answers dl dd br
{
	margin-bottom:							20px;
}
