﻿h1 {
	margin: 1em 0 1.5em;
	font-size: 18px;
}
h2 {
	margin: 2em 0 1.5em;
	font-size: 16px;
}
p {
	margin: 0;
}
pre, pre+p, p+p {
	margin: 1em 0 0;
}
code {
	font-family: "Courier New", Courier, monospace;
}


#pagina {
	height: 98%;
	width: 98%;
}


.startPanel {
	background: rgba(0, 0, 0, 0) url("../images/iconos/start-fondo3.png") no-repeat scroll 0 0;
    height: 6px;
    position: absolute;
    top: 4px;
    width: 60px;
    z-index: 1000;
    left:0;
    right:auto;
}
#contenedor_controles{
    float: left;
    height: auto;
    margin-left: 25%;
    width: 5%;
	z-index: 1900;
	position: absolute;
	opacity: 0.85;
}

#panelControles {
	background: rgba(0, 0, 0, 0) url("../images/iconos/fondo3.png") no-repeat scroll left bottom;
    height: auto;
    margin-top: 0;
    padding: 11px 0px 10px;
    top: 10px;
    width: 60px;
    z-index: 1000;
    position:absolute;
    right:auto;
    left:0;
}

.olControlEditingToolbar div {
	margin: 0 0 5px 20px !important;
	float:none !important;
}



#pie {
	background: #E0DDC5;
	bottom:0;
	#float:left;
	font-family:Verdana;
	height:4%;
	left:1px;
	opacity:0.85;
	#overflow:hidden;
	position:absolute;
	text-align:left;
	width:100%;
	z-index:1900;
}

#opciones {
	position: absolute;
	height: 26px;
	right: 5px;
	top: 10px;
	opacity:0.85;
	z-index:1900;
	border-bottom:1px solid #C7A10D;
}

#opciones_fijas {
	float: left;
    height: 89%;
    width: 23%;
}


/* Zoom to max extent*/
#panelControles .olControlZoomToMaxExtentItemInactive {
	background-image: url("../images/iconos/icon_home.png");
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

/* ZoomBox - zoom in */
#panelControles .olControlZoomBoxItemInactive {
	background-image: url("../images/iconos/icon_zoomrect.png");
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#panelControles  .olControlZoomBoxItemActive {
	background-image: url("../images/iconos/icon_zoomrect_active.png");
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

/* ZoomBox - zoom out */
#panelControles  .olControlZoomBoxOutItemInactive {
	background-image: url("../images/toolbar/zoom_out_off.png");
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#panelControles  .olControlZoomBoxOutItemActive {
	background-image: url("../images/toolbar/zoom_out_on.png");
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

/* Zoom - zoom in */
#panelControles .olControlZoomInItemInactive {
	background-image: url("../images/iconos/icon_mas.png");
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#panelControles  .olControlZoomInItemActive {
	background-image: url("../images/iconos/icon_mas.png");
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

/* Zoom - zoom out */
#panelControles  .olControlZoomOutItemInactive {
	background-image: url("../images/iconos/icon_menos.png");
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#panelControles  .olControlZoomOutItemActive {
	background-image: url("../images/iconos/icon_menos.png");
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

/* DragPan */
#panelControles  .olControlDragPanItemInactive {
	background-image: url("../images/iconos/icon_pan.png");
	background-repeat: no-repeat;
	background-position: 0px 1px;
}
#panelControles  .olControlDragPanItemActive {
	background-image: url("../images/iconos/icon_pan.png");
	background-repeat: no-repeat;
	background-position: 0px 1px;
}

/* DrawFeature : DrawLine */
#panelControles  .olControlDrawFeatureItemInactive {
	background-image: url("../images/toolbar/add_off.png");
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#panelControles  .olControlDrawFeatureItemActive {
	background-image: url("../images/toolbar/add_on.png");
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

/* ModifyFeature */
#panelControles  .olControlModifyFeatureItemInactive {
	background-image: url("../images/toolbar/edit_off.png");
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#panelControles  .olControlModifyFeatureItemActive {
	background-image: url("../images/toolbar/edit_on.png");
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

/* DeleteFeature */
#panelControles  .olControlDeleteFeatureItemInactive {
	background-image: url("../images/toolbar/delete_off.png");
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#panelControles  .olControlDeleteFeatureItemActive {
	background-image: url("../images/toolbar/delete_on.png");
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

/* Navigation : Previous */
#panelControles .olControlNavigationHistoryPreviousItemActive {
	background-image: url("../images/iconos/icon_zoomnext.png");
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#panelControles .olControlNavigationHistoryPreviousItemInactive {
	background-image: url("../images/iconos/icon_zoomnext_disabled.png");
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
/* Navigation : Next */
#panelControles .olControlNavigationHistoryNextItemActive {
	background-image: url("../images/iconos/icon_zoomprev.png");
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#panelControles .olControlNavigationHistoryNextItemInactive {
	background-image: url("../images/iconos/icon_zoomprev_disabled.png");
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
/* Print button */
#panelControles  .olButtonPrintItemInactive {
	background-image: url("../images/toolbar/print_off.png");
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

/* Refrescar mapa */
#panelControles .olControlRefreshMapItemActive {
	background-image: url("../images/iconos/icon_refreshmap.png");
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#panelControles .olControlRefreshMapItemInactive {
	background-image: url("../images/iconos/icon_refreshmap.png");
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

/* Modo seleccin */
#panelControles .olControlSelectFeatureItemActive {
	background-image: url("../images/iconos/icon_selectrectangle_active.png");
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#panelControles .olControlSelectFeatureItemInactive {
	background-image: url("../images/iconos/icon_selectrectangle.png");
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

/* Limipia seleccin */
#panelControles .olControlLimpiaSeleccionItemActive {
	background-image: url("../images/iconos/icon_clearselect.png");
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#panelControles .olControlLimpiaSeleccionItemInactive {
	background-image: url("../images/iconos/icon_clearselect_disabled.png");
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

/* Zoom a la seleccin */
#panelControles .olControlZoomSeleccionItemActive {
	background-image: url("../images/iconos/icon_zoomselect.png");
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#panelControles .olControlZoomSeleccionItemInactive {
	background-image: url("../images/iconos/icon_zoomselect_disabled.png");
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

/* Medir distancia */
#panelControles .olControlMeasureItemActive {
	background-image: url("../images/iconos/icon_measuredistance_active.png");
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#panelControles .olControlMeasureItemInactive {
	background-image: url("../images/iconos/icon_measuredistance.png");
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

/* Medir rea */
#panelControles .olControlMeasureAreaItemActive {
	background-image: url("../images/iconos/icon_measurearea_active.png");
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#panelControles .olControlMeasureAreaItemInactive {
	background-image: url("../images/iconos/icon_measurearea.png");
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

/* Modo mover*/
#panelControles .olControlNavigationItemActive {
	background-image: url("../images/iconos/icon_pan_active.png");
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#panelControles .olControlNavigationItemInactive {
	background-image: url("../images/iconos/icon_pan.png");
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

/* Modo Pan */
#panelControles .olControlDragPanItemActive {
	background-image: url("../images/iconos/icon_pan_active.png");
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

#panelControles .olControlDragPanItemInactive {
	background-image: url("../images/iconos/icon_pan.png");
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

/* CityShortcut button */
#panelControles  .olButtonCityShortcutItemInactive {
	background-image: url("../images/toolbar/city_shortcut_off.png");
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

#panelControles .olControlNavigationHistory {
	/*background-image:url(../../OpenLayers/theme/default/img/navigation_history.png);*/
	background-repeat:no-repeat;
	height:24px;
	width:24px;
}

/* Bot�n Imprimir */
#panelControles .olControlPrintItemActive {
	background-image: url("../images/iconos/icon_printer.png");
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#panelControles .olControlPrintItemInactive {
	background-image: url("../images/iconos/icon_printer.png");
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

/* Bot�n Informaci�n */
#panelControles .olControlWMSGetFeatureInfoItemActive {
	background-image: url("../images/iconos/icon_information_active.png");
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#panelControles .olControlWMSGetFeatureInfoItemInactive {
	background-image: url("../images/iconos/icon_information_disabled.png");
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

}
/* Bot�n Informe de Error */
#panelControles .olControlInformeErrorItemActive {
	background-image: url("../images/iconos/icon_error_report.png");
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#panelControles .olControlInformeErrorItemInactive {
	background-image: url("../images/iconos/icon_error_report.png");
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

/* Bot�n Ayuda */
#panelControles .olControlAyudaItemActive {
	background-image: url("../images/iconos/icon_help.png");
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#panelControles .olControlAyudaItemInactive {
	background-image: url("../images/iconos/icon_help.png");
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

/* Bot�n Aviso Legal */
#panelControles .olControlAvisoLegalItemInactive {
	background-image: url("../images/iconos/icon_legal_notice.png");
	background-repeat: no-repeat;
	background-position: 0px 0px;
}



#leyenda {
	overflow: auto;
}

#leyenda ul, li {
	list-style-type: none;
}

#tareas {
	height: 300px;
	border: 1px solid #c7a10d;
	overflow: auto;
}

#legend {
	height: 100%;
	border: 1px solid #c7a10d;
	overflow: auto;
	scroll: auto;
}

#seleccion {
	height: 300px;
	overflow: auto;
	border: 1px solid #C7A10D;;
}

#divbuscar {
	height: 300px;
	overflow: auto;
	border: 1px solid #C7A10D;
}

#ulbuscador {
	padding-left: 0;
}

#nresultados {
  clear: both;
}

#resultadosBusqueda {
	overflow: auto;
  clear: both;
}

#resultadosBusquedaSeleccion {
	overflow: auto;
  clear: both;
}

#posicionarSeleccion {
	cursor: pointer;
}

#divwms {
	height: 100%;
	border: 1px solid #c7a10d;
	overflow: auto;
	scroll: auto;
}

#tablawms {

	overflow: auto;
}

#overview {
	height: 260px;
	overflow: auto;
	border: 1px solid #C7A10D;
}

#overview .olControlOverviewMapElement {
	background-color: white;
	text-align: center;
}

#overview .olMap {
	width: 50%;
}

#municipio {
	height: 300px;
	overflow: auto;
	border: 1px solid #C7A10D;;
}

#eiel {
	height: 300px;
	overflow: auto;
	border: 1px solid #C7A10D;;
}

#cartografia {
	height: 300px;
	overflow: auto;
	border: 1px solid #C7A10D;;
}

#medir {
	height: 300px;
	overflow: auto;
	border: 1px solid #C7A10D;;
}


#mostrarCapas {
	position: absolute;
	right: 500px;
	top: 10px;
	z-index: 3000;
	cursor: pointer;
	border: 1px solid #C7A10D;
	background: #fff;
	opacity: .75;
}

#mostrarCapas span {
  text-indent: -1000em;
  background: transparent url('img/mostrar-capas.png') no-repeat;
  width: 24px;
  height: 24px;
  display: block;
}

#mostrarCapas.visible span {
  background: transparent url('img/ocultar-capas.png') no-repeat;
}

#divInfo {
	position: absolute;
	border: 3px solid #A6B2BC;
	background: #FFFFFF;
	top: 100px;
	left: 500px;
	z-index: 3000;
	visibility: hidden;
}

#cerrarDivInfo {
	position: absolute;
	cursor: pointer;
	top: 0px;
	left: 2px;
	background-image: url("../images/icons/broken_overlay.gif");
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

#textoDivInfo {
	padding-top: 10px;
}

#textoDivInfo a {
	text-decoration: underline;
}

#coordenadas {
	width: 70%;
	float: left;
	padding-left: 10%;
	padding-top: 6px;
}

#escala {
	width: 20%;
  float: left;
}

.olControlLoadingPanel {
	background-image:url("../js/OpenLayers/theme/default/img/loading.gif");
	background-position:center;
	background-repeat:no-repeat;
}


.treeview, .treeview ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

.treeview ul {
	background-color: white;
	margin-top: 4px;
}

.treeview .hitarea {
	background: url(images/treeview-default.gif) -64px -25px no-repeat;
	height: 16px;
	width: 16px;
	margin-left: -16px;
	float: left;
	cursor: pointer;
}
/* fix for IE6 */
* html .hitarea {
	display: inline;
	float:none;
}

.treeview li {
	margin: 0;
	padding: 3px 0pt 3px 16px;
	font-size: 12px !important;
}

.treeview a.selected {
	background-color: #eee;
}

#treecontrol { margin: 1em 0; display: none; }

#arbol .treeview .hover { color: red; cursor: pointer; }

.treeview li { background: url(img/treeview-default-line.gif) 0 0 no-repeat; }
.treeview li.collapsable, .treeview li.expandable { background-position: 0 -176px; }

.treeview .expandable-hitarea { background-position: -80px -3px; }

.treeview li.last { background-position: 0 -1766px }
.treeview li.lastCollapsable, .treeview li.lastExpandable { background-image: url(img/treeview-default.gif); }
.treeview li.lastCollapsable { background-position: 0 -111px }
.treeview li.lastExpandable { background-position: -32px -67px }

.treeview div.lastCollapsable-hitarea, .treeview div.lastExpandable-hitarea { background-position: 0; }

.treeview-red li { background-image: url(images/treeview-red-line.gif); }
.treeview-red .hitarea, .treeview-red li.lastCollapsable, .treeview-red li.lastExpandable { background-image: url(images/treeview-red.gif); }

.treeview-black li { background-image: url(images/treeview-black-line.gif); }
.treeview-black .hitarea, .treeview-black li.lastCollapsable, .treeview-black li.lastExpandable { background-image: url(images/treeview-black.gif); }

.treeview-gray li { background-image: url(images/treeview-gray-line.gif); }
.treeview-gray .hitarea, .treeview-gray li.lastCollapsable, .treeview-gray li.lastExpandable { background-image: url(images/treeview-gray.gif); }

.treeview-famfamfam li { background-image: url(images/treeview-famfamfam-line.gif); }
.treeview-famfamfam .hitarea, .treeview-famfamfam li.lastCollapsable, .treeview-famfamfam li.lastExpandable { background-image: url(images/treeview-famfamfam.gif); }

.treeview .placeholder {
	background: url(images/ajax-loader.gif) 0 0 no-repeat;
	height: 16px;
	width: 16px;
	display: block;
}

.filetree li { padding: 3px 0 2px 16px; }
.filetree span.folder, .filetree span.file { padding: 1px 0 1px 16px; display: block; }
.filetree span.folder { background: url(images/folder.gif) 0 0 no-repeat; }
.filetree li.expandable span.folder { background: url(images/folder-closed.gif) 0 0 no-repeat; }
.filetree span.file { background: url(images/file.gif) 0 0 no-repeat; }

/* estilos para el contenido de los tabs */

/*.tabs-container { width: 475px; overflow: auto; clear: both;}*/
.tabs-container { overflow: auto; clear: both;}


.tabs-container h3 {font-size: 1em; font-weight:bold;line-height: 1.5em; margin-top: 0.3em; margin-bottom: 0.5em; color:#44596c;background:url(img/fondoh2.jpg) no-repeat bottom left;}


.tabs-container table { border-collapse: separate; border-spacing: 0; } /*; */
.tabs-container caption, .tabs-container th, .tabs-container td { text-align: left; font-weight: normal; }
.tabs-container table, .tabs-container td, .tabs-container th { vertical-align: middle; }

.tabs-container table{background:#f0f0f0; border:1px solid #cecece; margin-bottom: 5px; width: 100%;}
.tabs-container table caption{background:#44596c; letter-spacing:0.3em; color:#fff;text-align:center;padding: 2px 4px;border-left:1px solid #cecece;border-right:1px solid #cecece;}
.tabs-container th{ background:#39a3f4; color:#fff; padding: 2px 4px;letter-spacing:0.2em;}
.tabs-container  tr.odd  td{background:#fff;}
.tabs-container td{padding: 4px;}
.tabs-container th { border:1px solid #fff; font-size:95%; width: 20px;}
.tabs-container td { border:1px solid #fff; }
.tabs-container p {
  font-size: 14px;
  font-weight: bold;
  color: #39a3f4;
  margin-bottom: 0px;
}

.tabs-container2 { width: 100%; overflow: auto; clear: both;}


.tabs-container2 h3 {font-size: 1em; font-weight:bold;line-height: 1.5em; margin-top: 0.3em; margin-bottom: 0.5em; color:#44596c;background:url(img/fondoh2.jpg) no-repeat bottom left;}


.tabs-container2 table { border-collapse: separate; border-spacing: 0;  width: 750px } /*; */
.tabs-container2 caption, .tabs-container2 th, .tabs-container2 td { text-align: left; font-weight: normal; }
.tabs-container2 table, .tabs-container2 td, .tabs-container2 th { vertical-align: middle; }

.tabs-container2 table{background:#f0f0f0; border:1px solid #cecece; margin-bottom: 5px;}
.tabs-container2 table caption{background:#44596c; letter-spacing:0.3em; color:#fff;text-align:center;padding: 2px 4px;border-left:1px solid #cecece;border-right:1px solid #cecece;}
.tabs-container2 th{ background:#39a3f4; color:#fff; padding: 2px 4px;letter-spacing:0.2em;}
.tabs-container2  tr.odd  td{background:#fff;}
.tabs-container2 td{padding: 4px;}
.tabs-container2 th { border:1px solid #fff; font-size:95%;}
.tabs-container2 td { border:1px solid #fff; }


 /*table { border-collapse: separate; border-spacing: 0;  width: 100%, overflow-y: auto }
 table,  td,  th { vertical-align: middle; }
 table{background:#f0f0f0; border:1px solid #cecece; margin-bottom: 5px;}
 th{ background:#39a3f4; color:#fff; padding: 2px 4px;letter-spacing:0.2em;}
 tr.odd  td{background:#fff;}
 td{padding: 4px; font-size: 8px}
 th { border:1px solid #fff; font-size:95%;}
 td { border:1px solid #fff; font-size: 12px }*/
 /*caption,  th,  td { text-align: left; font-weight: normal; }
 table,  td,  th { vertical-align: middle; }

 table{background:#f0f0f0; border:1px solid #cecece; margin-bottom: 5px;}
 table caption{background:#44596c; letter-spacing:0.3em; color:#fff;text-align:center;padding: 2px 4px;border-left:1px solid #cecece;border-right:1px solid #cecece;}
 th{ background:#39a3f4; color:#fff; padding: 2px 4px;letter-spacing:0.2em;}
 tr.odd  td{background:#fff;}
 td{padding: 4px;}
 th { border:1px solid #fff; font-size:95%;}
 td { border:1px solid #fff; }
 .divtabla {
	 width: 100% !important;
	 overflow-y: auto;
 }*/


.tabs-container  select{ background:#FBFBFB;border:1px solid #CCCCCC;height:30px; margin-bottom: 10px;}
.tabs-container  input{ background:#FBFBFB;border:1px solid #CCCCCC;height:30px; margin-bottom: 10px}
.tabs-container #pParametro, .tabs-container #pCriterio { float: left;}
.tabs-container #pCriterio { margin-left: 20px;}

.tabs-container #buscar {border-bottom: 1px solid #777; border-right: 1px solid #777; display:block; margin: 5px auto;}
.tabs-container #buscar:hover {border: 1px solid #777; cursor: pointer;}
.tabs-container #buttonwms {border-bottom: 1px solid #777; border-right: 1px solid #777; display:block; margin: 5px auto;}
.tabs-container #buttonwms:hover {border: 1px solid #777; cursor: pointer;}

.tabs-container2  select{ background:#FBFBFB;border:1px solid #CCCCCC;height:30px;}
.tabs-container2  input{ background:#FBFBFB;border:1px solid #CCCCCC;height:20px;}
.tabs-container2 #pParametro, .tabs-container2 #pCriterio { float: left;}
.tabs-container2 #pCriterio { margin-left: 20px;}

.tabs-container2 #buscar {border-bottom: 1px solid #777; border-right: 1px solid #777; display:block; margin: 5px auto;}
.tabs-container2 #buscar:hover {border: 1px solid #777; cursor: pointer;}
.tabs-container2 #buttonwms {border-bottom: 1px solid #777; border-right: 1px solid #777; display:block; margin: 5px auto;}
.tabs-container2 #buttonwms:hover {border: 1px solid #777; cursor: pointer;}

#pie img {border: none; padding-top:3px;}

.olControlScaleLineTop {border-style: none; border-color: #FFFFFF; border-width: 0px; width:70px;}
.olControlScaleLineBottom{border-style: none; border-color: #FFFFFF; border-width: 0px; width:70px;}

.entradawms {
    width: 270px;
    font-size: 13px;
    height: 25px;
		margin-top: 3px;
}

.buttonwms {
	font-size: 13px;
  margin-left: 102px;
  margin-top: 10px !important;
}

 .tirador {
    width: 2px;
    height: 20px;
    background-color: #1c3a80;
    cursor: e-resize;
  }

  #dimen {
    border-top: 1px solid #1c3a80;
    border-left: 1px solid #1c3a80;
    border-bottom: 1px solid #1c3a80;
    font-family: Tahoma, Arial;
    font-size: 10pt;
  }
  #dimen th {
    border-top: 1px solid #1c3a80;
    border-bottom: 1px solid #1c3a80;
  }
  #dimen td {
    border-right: 2px solid #1c3a80;
    border-bottom: 1px solid #1c3a80;
    border-top: 1px solid #1c3a80;

  }

.grupoleyenda {
	width: auto;
}

.grupoleyenda:hover {
	cursor: pointer;
}

#divmunicipio {
	margin-left:20px;
}


.impresora {
    background: url("../images/iconos/impresora.png") no-repeat scroll 0 0 transparent;
    border: medium none;
    height: 74px;
    width: 80px;
}

.class_clear {
	clear: both;
}

.divtitulomunicipio {
	float: left;
	width: 75%;
}

.impresora:hover {
	 cursor:pointer; cursor: hand;
}

.informeerror h1, .ayuda h1 {
	width:545px;height:60px;margin:0;background:transparent url('img/cabecera.jpg') no-repeat;text-indent:-20000em;
}

.informeerror h3, .ayuda h3 {
	font-size:1.2em;
}

.informeerror .tabs-container .ayuda .tabs-container .tabs-container2 {
	padding:10px;
}

.informeerror label {
	width:80px;display:inline-block;
}

.informeerror .tabs-container .tabs-container2 {
	width:100%;
}

.informeerror textarea {
	width:95%;
}

.informeerror .centro {
	text-align:center;
}

.olPopup {
	z-index: 1753 !important;
}

.leaflet-container {
	background: white !important;
	z-index: 1 !important;
}
.form-control {
  font-size: 12px !important;
}
