.oculta-texto-error {
    display: none;
}

.muestra-texto-error{
	display:inline-block;
	margin-left: 15px;
	color:#a94442;
}

.oculta-texto-error{
	display:none;
}
.mais-ligazon{
	font-weight: bold;
	line-height: 2.2em;
}
#ligazon_mais_servizo{
	padding-left: 0;
}

.buscador-imaxe-fondo{
	height: 250px;
	background-position-x: 50% !important;
	margin: 0 !important;
}
	
.buscador-imaxe-fondo .contenedor-buscador{
	position: relative;
	height: 250px;
}
	
.buscador-imaxe-fondo .formulario-buscador-eell{
	position: absolute;
	right: 0;
	bottom: 20px;
}

.buscador-imaxe-fondo .titulo-paxina-fondo {
    color: #ffffff;
    position: absolute;
    bottom: 5px;
    left: 0px;
    padding: 0 5px;
    background: rgba(0,0,0,0.2);
}

.buscador-imaxe-fondo .contenedor-buscador .input-texto{
	border-radius: 5px 0 0 5px !important;
	padding-left: 10px;
	height: 32px !important;
	box-shadow: none !important;
}

.buscador-imaxe-fondo .contenedor-buscador .input-group-btn:last-child > .btn, .buscador-imaxe-fondo .input-group-btn:last-child > .btn-group{
	background: #007bc4;
	border-radius: 0 5px 5px 0;
	color: #fff;
}

.buscador-imaxe-fondo #buscador_portada{
	border-radius: 5px;
	box-shadow: 4px 4px 7px rgba(0,0,0,0.25);
}

.buscador-imaxe-fondo .has-error{
	margin-bottom: 10px;
}

.buscador-imaxe-fondo .muestra-texto-error{
	position: absolute;
    right: 0;
    bottom: 5px;
}

.buscador-imaxe-fondo #mensaxe_error > span{
    margin-left: 15px;
    background-color: #fff;
    border-radius: 4px;
    padding: 2px 8px;
}


#tbody_resultados tr:hover  {
    cursor: pointer;
    background: #d8e6f3;
    text-decoration: underline;
}

@media (max-width: 576px) { 
	.dataTables_scroll{
		width: 445px;
	}
}

@media (min-width: 576px) { 
	.dataTables_scroll{
		width: 530px;
	}
}

@media (min-width: 768px) { 
	.dataTables_scroll{
		width: 730px;
	}
}

@media (max-width: 767px) {
	.titulo-paxina-fondo {
		bottom: 50px !important;
		left: 35px !important;
	}
	.buscador-imaxe-fondo .formulario-buscador-eell, .buscador-imaxe-fondo .muestra-texto-error{
		width: 95%;
		left: 5px;
	}
}

@media (min-width: 992px) { 

	.dataTables_scroll{
		width: 940px;
	}
}
@media (min-width: 1200px) { 

	.dataTables_scroll{
		width: 100%;
	}
}


	
.alto-contraste .search-choice-close{
	color: #000;
}

.alto-contraste .chosen-container .chosen-results li.highlighted {
  background: #ff0;
  color: #000; 
 }
 
 .alto-contraste .chosen-container-multi .chosen-choices li.search-choice {
  border: 1px solid #000;
  color: #000; 
  }
