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