
SAMP {
font-family:ALFON;

}
#petiska .messageErrorConsulta {
	background-color: inherit;
	font-size: 16px;
	border: none;
	color: #F03369;
}

/* Formato Tablas */
.borderlessTable{
	border: none;
}

.borderlessTable .columnaImagen{
	width: 10em;
}

.ui-datatable.borderlessTable table tbody tr td{
	border: none;
}

.ui-datatable.borderlessTable table tbody tr.ui-datatable-odd {
    background-color: transparent;
}

/**
* Tabla resultados toponimos
*/
.toponimosTable {
	margin-left: 20px;
}

.toponimosTableRow {
	background-color: transparent;
}

/**
* Publicaciones
*/
.botonVerMas{
	width: 15%;
    text-align: center;
}

.publicacionesTable thead {
    display:none;
}

.categoriaPrincipal{
	font-weight: bold;
}

.categoriaColeccion{
	margin-left: 1.5em;
}

.categoriaSerie{
	margin-left: 4em;
}

.listPublicacionTitulo{
	color: #9e1922;
}

.listPublicacionAutor{
	
}

.listPublicacionAnyo{
	font-weight: bold;
}
