/*	+ Dialog styles override*/

/*.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    background: #dddddd url("images/ui-bg_highlight-soft_60_dddddd_1x100.png") repeat-x scroll 50% 50%;
    border: 1px solid #ccc;
    color: #333;
    font-weight: normal;
}*/

.dialog-warning-icon {
	background: url("images/warning.png") no-repeat scroll center center transparent;
	height: 30px;
	width: 30px;
}

.dialog-error-icon {
	background: url("images/error.png") no-repeat scroll center center transparent;
	height: 30px;
	width: 30px;
}

#dialog-error-text, dialog-warning-text {
	margin-left: 5px;
	font-size: 12pt;
}

/* + dynatree and theme styles override */

li.dynatree-node-deactivated span.dynatree-checkbox {
	background-image: url("images/icons_ext.gif");
	background-position: 0px -176px !important;
}

li.dynatree-node-deactivated SPAN.dynatree-node A {
	background-color: transparent !important;
	color: #808080 !important;
}

span.dynatree-checkbox {
	background-image: url("images/icons_ext.gif");
}

.dynatree-customcheckbox-loading{
	background: url("images/node-loader.gif") no-repeat scroll center center transparent !important;
}

.ui-expand-triangle-down-img,
.ui-expand-triangle-up-img,
.ui-expand-triangle-left-down-img,
.ui-expand-triangle-left-up-img,
.ui-expand-triangle-left-img,
.ui-expand-triangle-left-left-img {
	cursor: pointer;
}

.ui-expand-triangle-down-img {
	background: url("images/expand-arrow-down-dark.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    display: block;
    float: right;
    height: 10px;
    margin-left: 5px;
    margin-top: 5px;
    width: 10px;
}

.ui-expand-triangle-up-img {
	background: url("images/expand-arrow-up-dark.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    height: 10px;
    margin-top: 5px;
    width: 10px;
}

.ui-expand-triangle-left-down-img {
	background: url("images/expand-arrow-down-dark.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    height: 10px;
    margin-top: 5px;
    width: 10px;
}

.ui-expand-triangle-left-up-img {
	background: url("images/expand-arrow-up-dark.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    height: 10px;
    margin-top: 5px;
    width: 10px;
}

.ui-expand-triangle-left-img {
	background: url("images/expand-arrow-left-dark.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    height: 10px;
    margin-top: 5px;
    width: 10px;
}

.ui-expand-triangle-left-left-img {
	background: url("images/expand-arrow-left-dark.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    height: 10px;
    margin-top: 5px;
    width: 10px;
}

.dynatree-exp-e span.dynatree-expander, .dynatree-exp-ed span.dynatree-expander {
    background: url("images/expand-arrow-down-dark.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
}

.dynatree-exp-el span.dynatree-expander, .dynatree-exp-edl span.dynatree-expander{
	background: url("images/expand-arrow-down-dark.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
	background-position: 0 0;
}

.dynatree-connector {
	height: 10px;
    width: 10px;
}

span.dynatree-expander,
.dynatree-exp-cl span.dynatree-expander {
    background: url("images/expand-arrow-left-dark.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    background-position: 0 0;
    background-repeat: no-repeat;
    cursor: pointer;
    display: block;
    float: left;
    height: 10px;
    margin-right: 5px;
    margin-top: 3px;
    width: 10px;
}

.dynatree-highlight-text {
	font-style: italic !important;
}

span.dynatree-active a {
    background-color: transparent !important;
}

.ui-widget-content,.ui-dialog .ui-dialog-content {
	background: none;
}

.ui-dialog {
	/* ----- BACKGROUND #0A849f 0.9 opacity */
	/* Fallback for web browsers that don't support RGBa */
	background-color: rgb(34, 34, 34, 0.9);
	/* RGBa with 0.6 opacity */
	background-color: rgba(34, 34, 34, 0.9);
	/* For IE 5.5 - 7*/
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#E5222222, endColorstr=#E5222222);
	/* For IE 8*/
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#E5222222, endColorstr=#E5222222)";
}

.ui-dialog .ui-widget-content p {
	color: #EEEEEE;
	font-weight: bold;
	font-size: 10pt;
}

.ui-menu {
	background-color: #121212;
}

ul.dynatree-container a {
	color: white;
}

ul.dynatree-container a:hover {
    /*color: black;*/
    color: white;
    background: none !important;
}

ul.dynatree-container a:focus, span.dynatree-focused a:link {
    color: white;
    background: none !important;
}

ul.dynatree-container li {
	margin-bottom: 8px;
}

/*		- Section headers configuration*/

		/*Quitar fondos de cabeceras y bordes*/
.ui-accordion-header-active, .ui-accordion-header-active:hover, 
.ui-accordion-header, .ui-accordion-header:hover{
	background: none;
	border: 0;
	color: #FFFFFF;
	font-weight: bold;
}

.ui-accordion-header,
.ui-accordion-header:hover
{
	border-radius: 0;
    border-top: 1px dotted #FFFFFF;
}

.ui-accordion-header-active,
.ui-accordion-header-active:hover
{
    border-bottom: 0 none !important;
}
/*
#ui-accordion-panel-accordion-panel-3 {
	border-radius: 0;
	border-bottom: 1px dotted #FFFFFF;
}
*/

.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
    height:17px;
    width:17px;
    vertical-align: middle;
    border: 0;
}

.ui-accordion .ui-accordion-header .section-open,
.ui-accordion .ui-accordion-header .section-open:hover {
	background: url("images/header-open-icon.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
}

.ui-accordion .ui-accordion-header .section-closed, 
.ui-accordion .ui-accordion-header .section-closed:hover{
	background: url("images/header-closed-icon.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
}

/* - Container elements styles override */

.toolbar,
.panel-left-horizontal,
.panel-right-vertical {
/* ----- BACKGROUND #0A849f 0.9 opacity */
/* Fallback for web browsers that don't support RGBa */
background-color: rgb(34, 34, 34, 0.9);
/* RGBa with 0.6 opacity */
background-color: rgba(34, 34, 34, 0.9);
/* For IE 5.5 - 7*/
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#E5222222, endColorstr=#E5222222);
/* For IE 8*/
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#E5222222, endColorstr=#E5222222)";
}

/*ie9*/
.panel-right-vertical-ie9 {
/* ----- BACKGROUND #0A849f 0.9 opacity */
/* Fallback for web browsers that don't support RGBa */
background-color: rgb(34, 34, 34, 0.9);
/* RGBa with 0.6 opacity */
background-color: rgba(34, 34, 34, 0.9);
/* For IE 5.5 - 7*/
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#00222222, endColorstr=#00222222);
/* For IE 8*/
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#00222222, endColorstr=#00222222)";
}

.search-bar {
	vertical-align:top;
	white-space:nowrap;
}

.netscape #search-text, .netscape #search-button {
	vertical-align:inherit;
}

#search-erase-button {
	background: url("images/search-erase-btn.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    height:15px;
    width:15px;
    vertical-align: middle;
    border: 0;
    cursor:pointer;
}

.search-erase-button-over {
	background: url("images/search-erase-btn-over2.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
}

.search-erase-button-container {
	width: 25px;
}

.banner-section-search {
	/*width: 100%;*/
	height: 20px;
	float:right;
}
.section-container {
	float: left;
}

.banner-header {
 	background-image:url(./images//cabecera_callejero_145.gif);
 	width:100%;
 	background-repeat: repeat-x;
 	height: 145px;
 	float: none;
    clear: both;
    opacity: 0.5;
    position: relative;
}

.banner-head {
    margin-bottom: 2px;
    margin-top: 2px;
    bottom: 0px;
	left: 0px;
    text-align: center;
    vertical-align: middle;
    width: 160px;
    height: 42px;
    position:absolute;
    float:left;
    /*max-width: 1594px;*/
    max-width: 160px;
}
	
.banner-head img {
	width:  160px;
	height: 42px;
	padding: 0;
	margin: 0;
}

#search-button{
    background: url("images/search-btn.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    border-bottom-right-radius: 0px !important;
    border-top-right-radius: 0px !important;
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
    border: 0 !important;
    height:25px !important;
    width:25px !important;
    vertical-align: middle;
}

.search-button-over{
    background: url("images/search-btn-over2.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
}

#search-input {
	background: none repeat scroll 0 0 #FFFFFF;
    height: 30px;
    margin-right: 5px;
    width: 245px;
}

.input-round {
	border-radius: 10px;
}

#search-input-inner-content {
	padding: 5px;
}

#search-text{
    border-bottom-right-radius: 0px !important;
    border-top-right-radius: 0px !important;
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
    border: 0 !important;
    height:19px !important;
    width: 210px;
    line-height:19px !important;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 5px;
    padding-right: 5px;
}

.ie #search-text {
	margin-right: 0px;
	padding-right: 0px;
}

#wmsclient {
	overflow: hidden;
}


#wmsclient-container {
	height:100%; 
	width: 100%; 
	position: absolute; 
	top: 0pt; 
	left: 0pt; 
	overflow: hidden; 
	background-color:white;
}

.tree-group-link-button {
	cursor: pointer;
	vertical-align: top; 
}

.tree-group-link-button img {
	height:12px !important;
	width: 12px !important;
	margin-top: 2px;
}

.panel-last{
	border-radius: 0;
	border-bottom: 1px dotted #FFFFFF;
}

.panel-right-vertical-flap-close {
	background-image: url("images/panel-right-vertical-flap-close.png");
}

.panel-right-vertical-flap-open {
    background-image: url("images/panel-right-vertical-flap-open.png");
}

/* + Local content styles */
.information-att-container-table-body{
	/*text-align:justify;*/
	text-align: left;
}
.info-field-table-no-info {
	/*text-align:justify;*/
	text-align: left;
	width:100%;
	height:100%;
}

.mapinfo-item-body, .framed-container  {
    background-color: #ffffff;
    border-color: transparent;
    padding: 10px;
}

.legend-item-body {
	background-color: #FFFFFF;
	padding: 10px;
	border-radius: 6px;
}

.mapinfo-item,
.legend-item {
	margin-top: 10px;
	padding: 5px;
}

.mapinfo-item-body {
	height: 100%;
}

.mapinfo-item-body iframe {
	height: 175px;
}

.mapinfo-item-title {
	color: #000000;
	font-size: 10pt;
	font-weight: bold;
	margin-bottom: 0px;
	text-align: justify;
}

.mapinfo-table {
	width: 100%;
	margin-top: 10px;
	margin-bottom: 10px;
}

.mapinfo-table-name {
	color: #000000;
	font-weight: bold;
}

.mapinfo-table-value {
	color: #000000;
}

.mapinfo-item-sources {
	color: #000000;
    font-size: 8pt;
    font-style: italic;
	text-align: justify;
}

.legend-table {
	width: 100%;
	color: #000000;
	font-size: 10pt;
}

.url-info-description-link-text {
	 -ms-word-break: break-all;
     word-break: break-all;

     /* Non standard for webkit */
     word-break: break-word;

	-webkit-hyphens: auto;
  	-moz-hyphens: auto;
    -ms-hyphens: auto;
        hyphens: auto;
}

.framed-container a {
	color: #ae0000;
}

#container-header {
 	background-color: rgba(34, 34, 34, 0.65);
 	height: 0px;
 	width: 100%;
}

.title-container, .language-selection-container {
	width: 100%;
	text-align: center;
	margin-bottom: 5px;
	font-family: Arial,Helvetica,sans-serif;
}

.title-container .title-text {
	font-size: 16pt;
	font-weight: bold;
	color: white;
	/*font-family: Arial,Helvetica,sans-serif;*/
}

#title-container h1{
	margin:0;
	padding:0;
}

#container-header .language-selector{
	padding-top: 3px;
	height: 17px; 
	float:left; 
	margin-left: 30px;
}

#layer-selector {
	position: absolute;
    top: 25px;
}

#layer-selector-panel {
	position: absolute;
	left: 0px;
	height: 0px;
}

.layer-selector-button {
	height: 25px; /* default */
	width: 25px; /* default */
	cursor: pointer;
	position: absolute;
    top: 30px;
}

.layer-selector-up {
	width: 40px;
	height: 25px;
	background: url("images/arrow-up.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
	left: 40px;
	top: 35px;
}

.layer-selector-left {
	width: 25px;
	height: 40px;
	left: 130px;
	background: url("images/arrow-left-2.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
}

.layer-selector-right {
	width: 25px;
	height: 40px;
	/*left: 990px;*/
	background: url("images/arrow-right-2.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
}

.layer-selector-up-disabled {
	background: url("images/arrow-up-disabled.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
	cursor: default;
}

.layer-selector-left-disabled {
	background: url("images/arrow-left-disabled.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
	cursor: default;
}

.layer-selector-right-disabled {
	background: url("images/arrow-right-disabled.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
	cursor: default;
}

.layer-selector-menu {
	position: absolute;
	height: 140px;
}

.layer-selector-image {
	width: 116px;
	height: 76px;
    margin-left: 20px;
	margin-right: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
	box-shadow: 0px 0px 10px #c0c0c0;
	border: 2px solid #E6E6E6;
}

.layer-selector-image-fake {
	width: 120px;
	height: 80px;
    margin-left: 20px;
	margin-right: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.layer-selector-image-selected {
	background-color: #b55c54;
	padding: 10px;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 0px;
	margin-bottom: 0px;
	border: 2px solid #b55c54;
}

.layer-selector-image-title {
	position: absolute;
	width: 160px;
    font-size: 12px;
	font-family: Verdana,Arial,sans-serif;
	color: #ffffff;
	text-align: center;
	cursor: default;
}

.layer-selector-image-fixed {
	background-color: #b55c54;
	opacity: 0.4;
}

.layer-selector-image-hover {
	background-color: #b55c54;
    position: absolute;
    width: 140px;
	height: 100px;
	margin: 10px;
    opacity: 0.75;
    cursor: pointer;
}

.layer-selector-image-desc {
	padding: 13px;
    font-size: 10px;
	font-family: Verdana,Arial,sans-serif;
	color: #ffffff;
}

.language-separator {
	border-left: 1px dotted #FFFFFF;
}

#language-selection-table td{
	text-align: center;
}

.language-selector {
	width: 100%;
}

.ie #container-header .language-selector{
	padding-top: 0px;
}

.ie .ui-acordeon-content-border {
}

.language-selector a,  .language-selector a:visited{
	font-size:8pt;
	color:white;
	text-decoration: none;
}

.language-selector a:hover{
	text-decoration: underline;
}

.language-active {
	font-weight: bold;
}

.cabLenguages a, .cabLenguages a:visited {
	color: white;
	font-size: 8pt;
	padding-left: 30px;
	text-decoration: none;
}
.cabLenguages a:hover {
	color: white;
	font-size: 8pt;
	padding-left: 30px;
	text-decoration: none;
	text-decoration: underline;
}

#container-header .section-selector{
	height: 17px;
	float:right;
	margin-left: 5px;
	margin-right: 5px;
	padding-top: 3px;
	float: right;
	text-align: center;
	width: 100px;
}

#floating-banner{
	position:absolute;
	right:0px;
	width: 100%;
}

#floating-banner iframe{
	width:100%
}

.page-search-container {
	max-height: 46px;
	float:right;
	margin-left: 3px;
	margin-right: 5px;
	float: right;
	text-align: center;
	height: 20px;
}

.page-search-container iframe {
	max-height: 46px;
	width: 265px;
	height: 20px;
}

.ie .page-search-container iframe {
	overflow: hidden;
	height: 20px;
}

#search-container { 
	width: 100%; 
	padding-bottom: 10px; 
	padding-top: 5px;
}

.ie #container-header .section-selector{
	padding-top: 0px;
}

.section-selector a {
	font-size:8pt;
	color:white;
}

div.cab2-1 {
	background-color: #DC271F;
	width: 110px !important;
	color: black;
}
div.cab2-2 {
	background-color: #009900;
}
div.cab2-3 {
	background-color: #86429E;
}
div.cab2-4 {
	background-color: #005575;
}
div.cab2-5 {
	background-color: #FF9900;
}

div.cab-govern {
	background-color: #676767;
	width: 132px !important;
}

#copy {
    color: #cc0000;
    background-color: #000000;
    clear: both;
    /*height: 6em;*/
    margin-left: 0;
    font-family: Arial,Helvetica,sans-serif;
    /*font-size: 70%;*/
}
#copy a,#copy a:link {
    color: #ffffff;
    margin: 0 0.5em;
    text-decoration: none;
    font-size: 70%;
}

#copy span {
	font-size: 70%;
}

a:hover, a:focus {
	text-decoration: undeline;
}

a:focus {
	outline: thin dotted white;
	outline-offset: -2px;
}

.skip-link {
	display:none;
}

.skiplink {
    position: absolute;
    left: -999em;
    width: 990em;
}

a.skiplink:active,  a.skiplink:focus {
    left: -8.5em;
    border: 3px #3399cc solid;
    background-color: #fff;
}


#links-table {
    margin-bottom: 10px;
    margin-left: 20px;
    margin-top: 10px;
}

#links-table td {
	padding-bottom: 5px;
}

.list-enumeration {
	background-image: url("images/list-enumeration.png");
	background-repeat: no-repeat;
	height:5px;
	width: 5px;
	display: inline-block;
	float: left;
	margin-top: 5px;
	margin-right: 3px;
}

#links-table a {
	font-weight: bold;
}

.social a {
	text-decoration: none;
	padding-right: 5px;
}

.social a img {
	border: 0px;
}

#social-panel iframe {
	height: 40px;
}

#map-layer-tree-message-text {
	padding-left: 10px;
	padding-top: 10px;
}

#map-layer-tree-loading {
	float:left;
	margin-top: 12px
}

.information-att-fieldtext-style .information-att-text-style, .no-search-text {
	color: #EEEEEE;
	font-size: 10pt;
	font-style: italic;
	text-align: justify;
}

.text-bold {
	color: #EEEEEE;
	font-weight: bold;
	font-size: 10pt;
}

.information-att-fieldtext-style {
    border: 1px solid #EEEEEE;
}

/* Get feature info styles */
.mapinfo-item-body #info-container {
	padding: 8px;
}

.mapinfo-item-body {
	color: #AE0000;
	font-size: 10pt;
}

.mapinfo-item-body p{
	font-weight: bold;
}

.mapinfo-item-body a {
	color: #ae0000;
	font-size: 10pt;
	text-decoration: underline;
}

.mapinfo-item-body p a {
	font-weight: normal;
}

/* Search styles */

#search-results {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 10px;
	padding-left: 10px;
}

#page-results {
	margin-top: 10px;
}

#page-results .resultTitle {
    color: white;
}

.previousPage, .nextPage {
	color: black;
	background: white;
	border-radius: 15px;
	padding: 3px;	
}

.pagination-button-over {
	color: #FFFFFF;
	background: none repeat scroll 0 0 #CCCCCC;
}

#page-results .resultTitle {
    color: #white;
    cursor: pointer;
    font-size: 8pt;
    font-weight: bold;
    line-height: 2em;
    width: 270px;
}

#page-results .resultDetailContent {
	margin: 5px;
}

#page-results .resultDetailContent td {
	border-bottom: 1px dotted #B2B2B2;
}

#page-results .detailKey {
    font-weight: bold;
    vertical-align: top;
    color: black;
}

#page-results .detailValue {
    color: black;
}

#page-results .detailKey, #page-results .detailValue {
    font-size: 8pt;
}

.search-text {
    border-color: #DDDDDD;
    color: black;
}

.detailKey, .detailValue {
	color: white;
}

.pageof-text {
    color: white;
}

#search-results-found {
	font-size: 10pt;
}

#totalResults {
	font-weight: bold;
}

.ui-search-autocomplete .ui-menu-item{
	/*width: 215px;*/ /*Anchura de input de busqueda*/
}

.ui-autocomplete .ui-menu-item a {
	border-radius: 0px !important;
}

/* Estilo para deshabilitar el aspa que aparece para borrar contenido de las cajas de texto en IE9 e IE10 */
::-ms-clear { 
  display: none; 
}

.round {
	-webkit-border-top-left-radius: 50%;
	-webkit-border-top-right-radius: 50%;
	-webkit-border-bottom-right-radius: 50%;
	-webkit-border-bottom-left-radius: 50%;
	
	-moz-border-radius-topleft: 50%;
	-moz-border-radius-topright: 50%;
	-moz-border-radius-bottomright: 50%;
	-moz-border-radius-bottomleft: 50%;
	
	border-top-left-radius: 50%;
	border-top-right-radius: 50%;
	border-bottom-right-radius: 50%;
	border-bottom-left-radius: 50%;
}

.buttonFixSelected {
	border:1px solid #000 !important;
	background:#121212 url("images/ui-bg_inset-soft_15_121212_1x100.png") 50% 50% repeat-x !important;
	font-weight:normal !important;
	color:#fff !important;
}

#dialog-download {
	max-height: 66vh;
}

.download-data-item {
	height: 40px;
}

.download-data-icon {
	min-width: 50px;
	text-align: center;
}

.download-data-title {
	font-weight: bold;
}

.download-data-link {
	min-width: 120px;
	text-align: right;
}

.download-data-link a {
	color: #ffffff !important;
    text-decoration: none !important;
    background-color: #cc0000 !important;
    padding: 5px;
    border-radius: 5px;
}