
.ArbolSelect {
	text-align: left;
	cursor: pointer;
	text-decoration: none;
	color: black;
}

.coleccionSelected {
/*	background-color: silver !important;
	text-decoration: none !important;
	font-weight: normal !important;
	border-bottom: 1px solid black; */
}

.buscado {
	background-color: #C0C0C0;
	color: #000000 !important;
	font-weight: bolder !important;
	text-decoration: underline !important;
}

#Arbol1 ul, #Arbol1 li {
	margin-top:0px !important;
	padding-top: 0px !important;
	margin-bottom: 0px !important;
	padding-bottom: 0px !important;
}

#Boton {
	background-color: #FFFFFF;
    border-style: solid;
    border-width: 1px;
    font-family: "Trebuchet MS",Arial;
    font-size: 1em;
    width: auto;
    border-color: #0097CC;
}

#descripcionPublicacion {
	width: 50%;
	background-color: #FFFFFF;
    border: 1px solid #D7D7D7;
    font-family: "Trebuchet MS",Arial;
    font-size: 1em;
    width: 60%;
}

/***********************************************/
/*    Estilos para la lista de publicaciones   */
/***********************************************/


.listaCatalogos {
	width: 100%; 
}

#listaCatalogos {
	width: 100%;
}

.listaCatalogosNombre {
	width: 80%;
	padding-left: 2%;
	text-align: justify;
}

.listaCatalogosDetalle {
	width: 20%;
	padding-left: 2%;
	text-align: justify;
}