.itemFAQ{
	background: #EEE;
	margin-bottom: 1em;
	clear: both;
	padding:1em;

}

.itemFAQ p.fecha{
	font-family: monospace;
	float: left;
}

.itemFAQ p.pregunta{
	color: Green;
	font-size:18px;
}

.itemFAQ p.respuesta{
	padding-left:5px;
	color:#000;
}

.itemFAQ a.enlaceIndiceFAQ{
	display:block;
	width:100%;
	text-align:right;
	background:#DDD;
}

.itemFAQ a.enlaceFormFAQ{
	display:block;
	width:100%;
	text-align:right;
}

.itemFAQ img{
	float: left;
}

.itemCategoriaFAQ{
 margin:5px;
}

.listaItemsFAQ{
	
}

.itemCategoriaFAQ p.nombre{
	font-size: 150%;
	font-weight: bold;
}

.itemCategoriaFAQ p.descripcion{
	color:#444;
}

.listaItemsCategoriaFAQ{
	
}

ul.indiceItemsFAQ{
	background:#EEE;
	margin-left:0;
	padding-left:2em;
}

ul.indiceItemsCategoriaFAQ{
	margin:0px;

	
}

.indiceItemsCategoriaFAQli{
	margin:3px;
	margin-top:10px;

	
}

.tituloIndiceFAQ, .tituloFormFAQ{
	font-weight:bold;
	font-size:110%;
}

.formFaq textarea{
	width:80%;
	height:6em;
}