#urlAyuda {
	text-decoration: none !important;
}

/*Para añadir borde al panel de Primefaces, sólo si tiene la clase myPanel*/
.myPanel.ui-panel
{
	border: solid 1px !important;
	border-color: rgb(209, 211, 212) !important;
}

**
Estilos propios de la aplicación
**/

.cen{
	text-align: center;
}

.der{
	text-align: right;
}

.izq{
	text-align: left;
}

.w5{
	width: 5%;
}

.w7{
	width: 7%;
}

.w10{
	width: 10%;
}

.w20{
	width: 20%;
}

.w23{
	width: 23%;
}


.w35{
	width: 35%;
}

a.search-cat-name span{
	color: black;
}

#frmg .ellipsis { 	
  text-overflow: ellipsis;
  /* Required for text-overflow to do anything */
  white-space: nowrap;
  overflow: hidden;
}

#frmg .mayusculas{
	text-transform:uppercase;
}

#frmg .sin-borde {
    border-width: 0 !important;
    border-style: none !important;
}

.ui-selectmanycheckbox  tbody tr{
    border-width: 0 !important;
    border-style: none !important;
}


ul#frmg\:search-result-dl_list {
    list-style: none;
}

header h1 span{
	color: red;
}

li.ui-datalist-item {
	border-bottom: 1px solid #5B5B5B;
	margin-top:20px;
}

.search-result,
a.search-result,
.ui-widget-content,
.ui-datalist {
	background-color: transparent;
}

.search-container>.clearfix:first-child { display: none; }

.search-container {
	  margin-right: 2em;
}

.search-wrapper {
	  display: flex;
	  width: 100%;
}

.search-title {
    font-weight: 700;
    color: #AD1900;
}

.search-cat-label-name{
    color: black;
    font-size: medium;
    font-weight:bold;
} 
 
.search-cat-name{
    color: black;
    font-size: small;
    
}

.search-icon{
    display: block;
    vertical-align: super;
}

.search-icon img {
     width: var(--container-xs); 
}

.search-cat{
    display: inline-block;
    width: 5%;
    vertical-align:top;
    height: auto;
    width: auto;
}

.search-info{
    display: inline-block;
    width: 94%;
}

.search-icon>img{
	 flex-shrink: 1;
     margin: 0 auto;
     transform: scale(.6);
}


.espaciado {
    margin-left: 10%;
}

.ui-widget-content a.text_link {
    font-weight: 2em;
    color:  #AD1900;  !important;
    font-weight: bold;    
}

.ui-widget.text_download {
    font-weight: 2em;
    color:  #AD1900  !important;
    font-weight: bold;    
}

.ui-widget-header a{
	color:  #AD1900  !important;
}

ul {
  list-style: none;
  padding: 0;
}



