a:link, a:visited {
	color: #004890;
}

a:link.variante, a:visited.variante {
	color: black !important;
	text-decoration: none !important;
}

a:hover.variante {
	color: black !important;
	text-decoration: underline !important;
}


/**** Cabeceira ***/
.usc {
	background-image: url(../img/logo_ilg.png);
	background-size: cover;
	/*width: 531px;
	height: 70px;*/
	width: 334px;
	height: 70px;
	/*padding: 12px 0px;*/
}
h1.titulo,
#cabeceira h1 {
	font-family: 'Oswald', sans-serif;
	/*Anonymous Pro en bold*/
	/*Arvo*/
	/*Brawler*/
	/*Cabin*/
	/*Droid sans*/
	/*Droid serif*/
	/*Francois one*/
	/*Lato*/
	/*Lora*/
	/*Maven Pro*/
	/*Michroma*/
	/*Molengo*/
	/*Neutron*/
	/*Nova flat*/
	/*Nova mono*/
	/*Nova Oval*/
	/*Open Sans*/
	/*Orbitron*/
	/*PT Sans*/
	/*Playfair display*/
	/*Shanti*/
	/*Tinos*/
	/*Ubuntu*/
	font-size: 1.3em;
	text-transform: uppercase;
	font-weight: normal;
}

h1.t3 {
	text-align: right;
	margin-top: 10px;
}

#menu {
	font-size: 0.8em;
	/*background: #eee;*/
	background: #004890;
	border: solid 1px #ddd;
}
#menu a {
	color: #fff;
	/*background: none;*/
	background: #004890;
	padding: 3px 8px;
	float: left;
}
#menu a:hover, #menu .select a {
	background: #fff;
	color: #004890;
}

#lang {
	font-size:0.8em;
	margin:0;
	padding:0;
	text-align:right;
}


/**** Textos ****/
#contido-texto {
	line-height: 1.3em;
	font-size: 0.9em;
	text-align: justify;
}
#contido-texto h2 {
	font-size: 1.5em;
	margin: 0 0 1em 0;
}

#contido-texto h3 {
	font-size: 1.1em;
	margin: 0 0 1em 0;
}

#contido-texto p {
	text-indent: 30px;
}


#contido-texto-lateral {
	color: #999;
}
#contido-texto-lateral h2 {
	line-height: 1em;
	font-size: 1.2em;
	margin: 0 0 1em 0;
	color: #333;
}
#contido-texto-lateral h3 {
	line-height: 1em;
	font-size: 1em;
	margin: 0 0 0.5em 0;
	color: #333;
}

#contido-texto-lateral p {
	line-height: 1.3em;
	font-size: 0.8em;	
	text-align: justify;
}

#pe {
	text-align: center;
	font-size: 0.7em;
	padding: 20px;
}
#pe strong {
	color: #BBB;
}

.texto_xeral {
	line-height: 1.3em;
	font-size: 0.9em;
	text-align: justify;
}


/**** Mapas ****/

#mapsCover{
	position:absolute; 
	display:none; 
	z-index:10;
	background: #292929;
	opacity:0.4;
	filter:alpha(opacity=40)
}

/* Tooltip */
.tip{
	position: absolute;
	display: none;
	border: solid 1px #CDCDCD;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	background: #292929;
	color: white;
	font-family: sans-serif, Verdana;
	padding: 3px;
	z-index: 10000;
	font-size: 0.8em;
}


/**** Checklists titles ****/
#c_filtros h3 {
	border: 1px solid #ccc;
	margin:0;
	color:white;	
}

h3#h_locs {
	background-color: red;
}

h3#h_cs {
	background-color: orange;
}

h3#h_lemas {
	background-color: blue;
}

h3#h_variantes {
	background-color: black;
}

#c_filtros h3, .presearch-table th {
	border: 1px solid #ccc;
	margin:0;
	color:white;	
	background: #004890;
	padding: 5px 10px;
	font-size: 0.8em;
	color: #fff;
	margin: 0;
	text-align: left;
}

/**** Checklists ****/
.checklist li { background: none; padding-left: 0; }

.checklist {
	list-style: none;
	height: 100px;
	overflow: auto;
	width: 300px;
	margin:0;
	text-align: left;
}
.checklist, .checklist li { margin-left: 0; padding: 0; }
.checklist label {
	display: block;
	padding-left: 25px;
	text-indent: -15px;
	border-bottom: 1px solid #CCC;
	color: #666;
	cursor: pointer;
}
.checklist label input {
	margin-right: 5px;
}
.checklist label:hover, .checklist label.hover {
	background: #777;
	color: #fff;
}
* html .checklist label { height: 1%; }


/* Checklist 1 */
.cl1 { 
	font-size: 0.9em; 
	min-height:21px;
	height:auto !important;
	height:21px;
    max-height: 168px;
	width: 100%; 
}

/*
How to implement cross browser min-height and max-height at the same time?
http://stackoverflow.com/questions/1467664/how-to-implement-cross-browser-min-height-and-max-height-at-the-same-time*/
* html .cl1 { 
   height: expression(this.scrollHeight >= 168 ? "168px" : this.scrollHeight <= 21 ? "21px" : "auto");
}




.cl1 .alt { background: #f5f5f5; }
.cl1 input { vertical-align: middle; }
.cl1 label:hover, .cl1 label.hover { background: #ddd; color: #000; }



/**** Autocompletado ****/
.ac_results {
	text-align: left;
}

/**** Buscador ****/
#f, #f3 {
	padding: 5px 20px 20px 20px;
}
#f label, #f3 label {
	margin-right: 20px;
	font-size: 0.8em;
}
#f p, #f3 p {
	margin: 0;
}

#f .exemplo, #f3 .exemplo {
	font-size: 0.75em;
	display: inline;
}

#f .exemplo a, #f3 .exemplo a  {
	color: #004890;
}
#q, #q3 {
	/* width: 349px; */
	width: 339px;
	background: url(../img/buscar.png) no-repeat;
	padding: 6px 5px 8px 5px;
	border: none;
	margin-right: -10px;
	/* margin-bottom:6px; */
}
#f .buscar, #f3 .buscar {
	width: 40px;
	height: 40px;
	margin-left: 470px;
	margin-left: 310px;
	margin-top: -40px;
	position: absolute;
	z-index: 2;
	opacity: 0;
	background-color: white;
}


/**** Filtros ****/
#c_filtros h3 {
	background: #004890;
	padding: 5px 10px;
	font-size: 0.8em;
	color: #fff;
	margin: 0;
	text-align: left;
}


/**** Resultados ****/
.lite	{
	background: #BBB;
	color: #FFF;
	text-align: left;
	padding: 4px;
	text-shadow: 1px 1px 0 #666;
}

#c_entradas {
	text-align: left;
	padding: 0;
}
#c_entradas div.entrada {
	padding: 5px 20px 5px 50px;
	border-bottom: solid 1px #DDD;
	text-indent: -40px;
	font-size: 0.9em;
	line-height: 1.3em;
	color: #444;
	overflow: hidden;
}
#c_entradas .hover, #c_entradas .entrada:hover{
	background-color: #cdeaf0;
	text-shadow: 1px 1px 0 #FFF;
	-moz-box-shadow: 0 1px 8px 0 #000;
	-webkit-box-shadow: 0 1px 8px 0 #000;
	box-shadow: 0 1px 8px 0 #000;
}
#c_entradas .entrada strong {
	font-size: 1.2em;
	line-height: 1em;
	color: #000;
}
#c_entradas .entrada a {
	color: #318697;
}
#c_entradas .entrada a:hover {
	text-decoration: none;
}
#c_entradas .imaxes {
	background-image: url('../img/image.png');
	width: 24px;
	height: 24px;
	position: relative;
	bottom: -3px;
}
#c_entradas .iconos {
	float: right;
	text-align: right;
	width: 90px;
}

/*
#c_entradas .hover .iconos, #c_entradas .entrada:hover .iconos{
	text-shadow: 2px 2px 0 black ;
}*/

#c_entradas .iconos span {
	font-weight: bold;
	text-transform: uppercase;
	font-size: 0.8em;
	padding: 3px;
	cursor: default;
}
#c_entradas .iconos span.idioma {
	background: blue;
	color: #FFF;
}
#c_entradas .iconos span.campo-semantico {
	background: green;
	color: #FFF;
}


#c_entradas .hover .iconos , #c_entradas .entrada:hover .iconos {
	text-shadow: 0px 0px 0 #0099FF ;
}

#c_entradas .hover .iconos span.idioma, #c_entradas .entrada:hover .iconos span.idioma{
	text-shadow: 2px 2px 0 #0099FF ;
}

#c_entradas .hover .iconos span.campo-semantico, #c_entradas .entrada:hover .iconos span.campo-semantico{
	text-shadow: 2px 2px 0 #47B547 ;
}

#tooltip-text {
	background: none repeat scroll 0 0 #FFEEC7;
	border: 1px solid #E2D3B0;
	border-radius: 5px 5px 5px 5px;
	box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.5);
	display: none;
	font-size: 95%;
	margin: 0;
	max-height: 45ex;
	overflow: hidden;
	padding: 10px;
	position: absolute;
	text-align: left;
	width: 30em;
	z-index: 15;
}



span.tooltip {
	cursor: pointer;
	text-decoration:none;
	border-bottom:1px dotted gray;
}

span.ipa {
	font-family: 'IPA', "Hiragino Mincho Pro W3","TITUS Cyberbit Basic","Doulos SIL","Gentium","Hiragino Mincho Pro W3","Arial Unicode MS";
	font-size: 1.1em;
	color: DarkRed;
}

#ajaxBusy, #ajaxBusy2 {
	position: absolute;
	display:none;
	width: 32px;
	height: 32px;
	left: 540px;
	top: 34px;
}




/**** Downloads ****/

a.pdf, a.pdf:hover, a.pdf:active {
	background:url("images/icon_pdf.gif") no-repeat scroll right center transparent;
}

a.png, a.png:hover, a.png:active {
	background:url("images/icon-png.png") no-repeat scroll right center transparent;

}

a.svg, a.svg:hover, a.svg:active {
	background:url("images/icon_svg.png") no-repeat scroll right center transparent;

}

a.csv, a.csv:hover, a.csv:active {
	background:url("images/icon_csv.png") no-repeat scroll right center transparent;

}

.downloads a, .downloads a:hover, .downloads a:active {
	padding:5px 20px 5px 0;
	text-decoration: none;
}


.downloads a:hover {
	text-decoration: underline;
}




.logos img {
	display: inline;
	margin: 0px 10px;
}
.logos #geoarpadimg {
	margin-bottom: 15px;
}



/**  **/

ul.datos-busca {
	list-style: none;
	font-size: 0.8em;
	line-height: 1.4em;
	margin-left: 0;
}
ul.datos-busca .titulo {
	font-size: 1.2em;
	font-weight: bold;
}
ul.datos-busca strong {
	clear: left;
	color: #004890;
}


.indentblock {
    margin-top:20px;
    margin-bottom:20px;
    margin-left: 40.0pt;
}


.indenlist {
	margin-left: 40.0pt;
}



#bava, #bsim {
	text-decoration: none;
}

#bava:after, #bsim:after, #bava2:after {
    margin-left: 5px;
    vertical-align: middle;
    position:relative;
    font-size: 0.8em;
}

#bava:after, #bava2:after {
    content: '\25BC';
}

#bsim:after {
    content: '\25B2';
}


#endless_scroll_loader{
	background-image: url(../img/ajax-loader2.gif);
	width: 100%;
	height: 32px;
	z-index:9999;
	background-repeat:no-repeat;
	background-position:center; 	
}

/* .ajax_overlay {} */
.ajax_loader {background: url("../img//ajax-loader.gif") no-repeat center center transparent;width:100%;height:100%;}
.ajax_loader {background: url("../img//ajax_loader_blue_48.gif") no-repeat center center transparent;width:100%;height:100%;}
.ajax_loader {background: url("../img//ajax_loader_blue_48.gif") no-repeat center center rgba(0, 0, 0, 0);}


/*** 
NUEVO
***/

.ui-sortable {
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 55%;
	left:308px;
	position: relative;
	margin-top:10px;
}

.ui-sortable li {
	margin: 0 3px 0 3px;
	padding: 0.4em;
	padding-left: 1.5em;
	font-size: 0.75em;
	height: 1.5em;
	background:#eeeeee;
	cursor: move;
	border-bottom:0px;
}

.ui-sortable li:last-child {
	border-bottom:1px solid #cccccc;
}

.ui-sortable li .ui-icon {
	position: absolute;
	margin-left: -1.3em;
}

.ui-sortable li .inv_cb {
	float: right;
	width:5em;
}

.block-busq {
	float: right;
}

.block-busq ul {
	margin: 0;
	text-align: right;
	list-style: none;
}

.select2-container-multi .select2-choices {
	border-radius: 8px;
	background-image:none!important;
}

body.ui-layout-container h1.titulo {
    margin-left: 20px;
}
/* body.ui-layout-container .ui-layout-north + .ui-layout-center {
	top:135px!important;
} */
body.ui-layout-container #filters {
	/*top:135px!important;*/
	/* margin-top: 39px!important; */
}
body.ui-layout-container .ui-layout-resizer.ui-layout-resizer-west.ui-layout-resizer-open.ui-layout-resizer-west-open {
	/* top:150px!important; */
}
/* body.ui-layout-container .ui-layout-north {
	z-index: 999!important;
	height: 135px!important;
} */
body.ui-layout-container .block-busq {
	position: absolute;
	left: 1066px;
	top: 48px;
}
body.ui-layout-container #f2 {
    padding: 5px 20px 20px 20px;
}
