/************************************************/
/*    Estilos para la lista de procedimientos   */
/************************************************/

#GVGrupos h1 {
	clear: both;
}

#GVGrupos .contenedorMateria {
	background: none;
	padding-left: 0px;
}

#GVGrupos .contenedorMateria .textoMateria {
	cursor: pointer;
}

#GVGrupos .contenedorMateria.listaProcedimientosReplegada .listaProcedimientos {
	display: none;
}

.listaGrupos {
	width: 100%; 
}

#listaGrupos {
	width: 100%;
}

.listaGruposTitulo {
	width: 100%;
}

.listaGruposDescripcion {
	width: 100%;
	padding-left: 2%;
}

.listaProcedimientos {
	width: 100%; 
}

.listaProcedimientosBloque {
	width: 100%; 
}

#listaProcedimientos {
	width: 100%;
}

.listaProcedimientosTitulo {
	width: 100%;
}

.listaProcedimientosDescripcion {
	width: 60%;
	padding-left: 2%;
}

.listaProcedimientosInformacion {
	width: 20%;
	text-align: center;
}

.listaProcedimientosTramitar {
	width: 20%;
	text-align: center;	
}

div.leyenda > ul.leyendaNivel > li > img {
    vertical-align: text-top;
}

.listaProcedimientosNivel p {
	margin: 0;
}

#contenido ul.leyendaNivel {
	list-style-type: none;
}

#contenido ul.leyendaNivel li {
	background-image: none;
	padding: 0;
}

#contenido ul.leyendaNivel li span {
	line-height: 1.8em;
	vertical-align: bottom;
}

tr.even{
	background-color: #F0F0F0;
}

#contenido{
	width: 100%;
}

/* ------------------------------- */ 
/* Ajustes para pantallas de móvil */
/* ------------------------------- */

@media only screen and (max-device-width: 500px) {
	
	.iconoNivel{
		width: 13px !important;
	}
	
	td.listaProcedimientosInformacion p {
		margin: 0.5em 0em;
		min-height: 16px;
	}
	
	td.listaProcedimientosTramitar p {
		margin: 0.5em -1em;
		min-height: 16px;
	}
	
	td.listaProcedimientosInformacion hr, td.listaProcedimientosTramitar hr {
		height: 1px;
		margin-top: auto;
		border: none;
		margin-bottom: 6.5px;
	}
	
	td.listaProcedimientosInformacion a {
		color: #0073e6 !important;
		border: 1px solid #0073e6;
		border-radius: 10px;
		padding: 8px;
		display: block;
	}
	
	td.listaProcedimientosTramitar a {
		color: green !important;
		border: 1px solid green;
		border-radius: 10px;
		padding: 8px;
		display: block;
	}
	
	td.listaProcedimientosTramitar span {
		padding: 8px;
		display: block;
	}

}