/*******************************/
/*    Estilos para la leyenda  */
/*******************************/

.leyenda{
	width: 100%;
}

.leyendaParametro {
	width: 16%;
	font-weight: bold;
}

.leyendaValores {
	width: 84%;
}

.leyendaValor{
	width:28%;
	text-align: left;
}

.leyendaValor img{
	padding-right: 20px;
}


/*********************************************************/
/*    Estilos para la lista de documentacion a aportar   */
/*********************************************************/

.listaDocumentacionAportar {
	width: 100%; 
}

#listaDocumentacionAportar {
	width: 100%;
}

.listaDocumentacionAportarDescripcion{
	width: 70%;
	text-align: justify;
}

.listaDocumentacionAportarDescripcionHeader{
	width: 70%;
	text-align: left; 
}

.listaDocumentacionAportarTipo {
	width: 15%;
	text-align: center; 
}

.listaDocumentacionAportarPresentacion {
	width: 15%;
	text-align: center; 
}

.listaDocumentacionAportarVacia {
	width: 100%;
	font-weight: bold;
}