/**
 * Empresa desarrolladora: GUADALTEL S.A.
 *
 * Autor: Junta de Andalucía
 *
 * Derechos de explotación propiedad de la Junta de Andalucía.
 *
 * Este programa es software libre: usted tiene derecho a redistribuirlo y/o modificarlo bajo los términos de la
 *
 * Licencia EUPL European Public License publicada por el organismo IDABC de la Comisión Europea, en su versión 1.0.
 * o posteriores.
 *
 * Este programa se distribuye de buena fe, pero SIN NINGUNA GARANTÍA, incluso sin las presuntas garantías implícitas
 * de USABILIDAD o ADECUACIÓN A PROPÓSITO CONCRETO. Para mas información consulte la Licencia EUPL European Public
 * License.
 *
 * Usted recibe una copia de la Licencia EUPL European Public License junto con este programa, si por algún motivo no
 * le es posible visualizarla, puede consultarla en la siguiente URL: http://ec.europa.eu/idabc/servlets/Doc?id=31099
 *
 * You should have received a copy of the EUPL European Public License along with this program. If not, see
 * http://ec.europa.eu/idabc/servlets/Doc?id=31096
 *
 * Vous devez avoir reçu une copie de la EUPL European Public License avec ce programme. Si non, voir
 * http://ec.europa.eu/idabc/servlets/Doc?id=30194
 *
 * Sie sollten eine Kopie der EUPL European Public License zusammen mit diesem Programm. Wenn nicht, finden Sie da
 * http://ec.europa.eu/idabc/servlets/Doc?id=29919
 */
body {
	background: transparent url("../img/fondo.png") repeat;
	font-size: .7em;
	font-family: Verdana, Arial;
	font-weight: normal;
	padding: 0px;
	margin: 0px;
	color: #494949;
	text-align:center;
}

div{
	text-align:left;
}

.fila {
	clear: both;
	padding-top: 5px;
	padding-bottom: 0px;
	width: 100%;
	height: 25px;
}

.fila_categoria {
	clear: both;
	padding-top: 5px;
	padding-bottom: 0px;
	width: 100%;
	height: 20px;
	.height: 15px;
}

.fila_vacia {
	clear: both;
	padding-top: 5px;
	width: 100%;
	height: 10px;
}

.td_categoria {
	color: #3366CC;
	font-weight: bold;
}

.linea {
	width: 95%;
	height: 1px;
	border: 0px none;
}

.fila_separador {
	clear: both;
	width: 100%;
	height: 10px;
	margin-bottom:10px;
	text-align: center;
}

.th50 {
	float: left;
	width: 50px;
	font-weight: bold;
}
.th80 {
	float: left;
	width: 80px;
	font-weight: bold;
}
.th100 {
	float: left;
	width: 100px;
	font-weight: bold;
}
.th120 {
	float: left;
	width: 120px;
	font-weight: bold;
}
.th150 {
	float: left;
	width: 150px;
	font-weight: bold;
}
.th200 {
	float: left;
	width: 200px;
	font-weight: bold;
}
.th220 {
	float: left;
	width: 220px;
	font-weight: bold;
}
.th250 {
	float: left;
	width: 250px;
	font-weight: bold;
}
.th300 {
	float: left;
	width: 300px;
	font-weight: bold;
}
.th350 {
	float: left;
	width: 350px;
	font-weight: bold;
}
.th400 {
	float: left;
	width: 400px;
	font-weight: bold;
}
.th750 {
	float: left;
	width: 750px;
	font-weight: bold;
}
.td50 {
	float: left;
	width: 50px;
}
.td80 {
	float: left;
	width: 80px;
}
.td100 {
	float: left;
	width: 100px;
}
.td150 {
	float: left;
	width: 150px;
}
.td200 {
	float: left;
	width: 200px;
}
.td250 {
	float: left;
	width: 250px;
}
.td300 {
	float: left;
	width: 300px;
}
.td350 {
	float: left;
	width: 350px;
}
.td400 {
	float: left;
	width: 400px;
}
.td500 {
	float: left;
	width: 500px;
}
.td600 {
	float: left;
	width: 600px;
}
.td750 {
	float: left;
	width: 750px;
}


/* DiseÃ±o de las paginas con bordes redondeados */

.page {
	background:#fff url("../img/leftside.png") repeat-y left top;
	overflow: hidden;
	width: 950px;
	margin: auto;
	font-weight: normal;
	text-align:left;
}

.top {
	width:100%;
	height:50px;
	background:url("../img/top.png") no-repeat left top;
}

.error{
	font-family: verdana arial helvetica "sans serif";
	font-size: 8px;
	border: 1px solid black;
	color:#FF0000;
}

.top span {
	display:block;
	position:relative;
	height:50px;
	background:url("../img/top-right.png") no-repeat right top;
	text-align: center;
	padding-top: 10px;
	.padding-top: 0px;
	color: white;
}

.contenido {
	position:relative;
	background:url("../img/rightside.png") repeat-y right top;
	padding:1px 20px 1px 25px;
	margin: 0px;
}

.bottom {
	width:100%;
	height:40px;
	background:url("../img/bottom.png") no-repeat left bottom;
}

.bottom span {
	display:block;
	position:relative;
	height:40px;
	background:url("../img/bottom-right.png") no-repeat right top;
}

/* DiseÃ±o de las pestaÃ±as */

.tab.principal {
	padding-top: 50px;
	width:800px;
	margin: auto;
}

.tab {
	position: relative;
	font-size:1em;
	height: 4em;
	font-weight: bold;
}

.tab ul {
	margin:0;
	list-style:none;
	position: absolute;
	bottom: 0px;
	.bottom: -1px;
	margin-left: 0px;
	.margin-left: 30px;

}

.tab li {
	float:left;
	background:url("../img/tabright-off.png") no-repeat right top;
	margin:0;
}

.tab a {
	display:block;
	background:url("../img/tableft-off.png") no-repeat left top;
	text-decoration: none;
	color: #3EB049;
	padding: .8em 1.2em .8em 1.2em;
}

.tab li.selected {
	background:url("../img/tabright.png") no-repeat right top;

}

.tab li.selected a {
	background:url("../img/tableft.png") no-repeat left top;
	color: white;
}


/* DiseÃ±o de los formularios */
table {
	width: 100%;
	empty-cells: show;
	font-weight: bold;
}

td {
	padding: 0px 5px 0px 5px;
}

td input[type="text"], td select {
	/*width: 100%;*/
}

input, select, textarea {
	border: 1px solid #777;
	font-family: Verdana;
	font-weight: normal;
	padding-left: 5px;
}

input:hover, select:hover {
	/*background-color: #fffddc;*/
}

#mensaje {
	border: 2px solid #3EB049;
	background-color: #e7f3e8;
	padding: 10px;
	width: 300px;
	height: 50px;
	position: absolute;
	left: 400px;
	opacity: 0;
	cursor: pointer;
}

hr {
	border: 0px;
	height: 1px;
	border-bottom:1px dotted #3EB049;
	margin-top: 40px;
	margin-bottom: 10px;
}

/* Iconitos pequeÃ±os */
.iconito {
  width: 16px;
  height: 16px;
  padding-left: 8px;
  padding-right: 8px;
  padding-bottom: 2px;
  padding-top: 2px;
  .padding: 0px;
  display:inline-block;
  margin-left: 3px;
  margin-right: 3px;
}

.iconito span {
  display: none;
}

.iconito.inactivo { opacity:.3; cursor: normal; }
.iconito.eliminar { background: transparent url("../../iconos/16x16/user-trash.png") no-repeat center center; }
.iconito.primero { background: transparent url("../img/primero.gif") no-repeat center center; }
.iconito.anterior { background: transparent url("../img/anterior.gif") no-repeat center center; }
.iconito.siguiente { background: transparent url("../img/siguiente.gif") no-repeat center center; }
.iconito.ultimo { background: transparent url("../img/ultimo.gif") no-repeat center center; }
.iconito.busqueda { background: transparent url("../../verde/iconos/buscar.gif") no-repeat center center; }


/* Iconos grandes */
button, .boton {
	text-align: center;
	background: transparent none;
	border: 0px;
	width: 100px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	padding-top: 30px;
	text-decoration: none;
}

.botonera {
	height: 50px;
}

.botonera .boton, .botonera button {
	float: left;
}

.derecha {
	float: right;
}

button:hover, .boton:hover {
	cursor: pointer;
}

input:hover {
	background-color: transparent;
}

input.boton {
    border: 0px;
}

.derecha {
	float: right !important;
}

/* Iconos grandes*/
.boton.nuevo { background: transparent url("../../iconos/32x32/document-new.png") no-repeat top center; }
.boton.actualizar { background: transparent url("../../iconos/32x32/view-refresh.png") no-repeat top center;}
.boton.volver {background: transparent url("../../iconos/32x32/go-previous.png") no-repeat top center;}
.boton.guardar {background: transparent url("../../iconos/32x32/document-save.png") no-repeat top center;}
.boton.ayuda {background: transparent url("../../iconos/32x32/help-browser.png") no-repeat top center;}


.etiqueta{
	width: 150px;
	font-weight: normal;
	text-align: right;
}

fieldset{
	margin: 10px;
	padding: 10px;
	background-color: white;
	border: 1px solid #779CC3;
	background:#F5F7FB
}
legend{
	font-weight: bold;
	color: #494949;
}
.tabla{
	width: 100%;
}

input, textarea, select{
	font-size:11px;
	color: #494949;
	border-color: #779CC3;
	background-image: url("../img/fondo_campos.png");
	background-repeat: repeat-x;
}

input.btn_geocoder{
	font-size:11px;
	color: #494949;
	border-color: #779CC3;
	background-image: url("../img/btn_geo.gif");
	width:104px;
	height:26px;
	border:0px;
	cursor:pointer;
}

/* DiseÃ±o de las secciones */

h1 {
	background: #3E76B0 url("../img/fondohead.png") repeat-x bottom;
	font-size: 1em;
	color: #fdfdfd;
	padding: 10px;
	padding-bottom: 20px;
	margin: 0px;
}

h2 {
	font-size:11px;
	width: 70%;
	color: #3E76B0;
	/*background-color: #9EC5EE;*/
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 0px;
	border-bottom: 1px dotted #779CC3;
}
.cabecera{
	background-image: url("../img/cabecera.jpg");
	background-repeat: no-repeat;
	/*height: 134px;*/
	height: 68px;
	width: 950px;
	margin: 0 auto;
}


/* correcciones para scroll de ficheros */

div.x-panel-body.x-panel-body-noheader.x-panel-body-noborder{
	padding-top:0px !important;
	padding-bottom:0px !important;
}

div#gridWMC.x-panel.x-panel-noborder.x-grid-panel{
	margin-bottom:0px !important;
}
div#gridWMS.x-panel.x-panel-noborder.x-grid-panel{
	margin-bottom:0px !important;
}
div#gridKML.x-panel.x-panel-noborder.x-grid-panel{
	margin-bottom:0px !important;
}
/*Modificacion franciscomlopez*/
div#gridWFS.x-panel.x-panel-noborder.x-grid-panel{
	margin-bottom:0px !important;
}
div#gridWFS div div div div div.x-grid3-scroller{
	height:84px !important;
}
/*CAPAS WFS*/

div#gridWFS table.x-toolbar-ct{
	width:755px;
}

div#gridWFS table#tbarWFS{
	width:70px !important;
}

div#gridWMS table#tbarWFS2{
	width:70px !important;
}

div#gridWFS table.x-toolbar-ct div.x-form-field-wrap.x-form-field-trigger-wrap{
	width:135px !important;
	/*margin-left:20px !important;*/
}
div#gridWFS table.x-toolbar-ct div.x-form-field-wrap.x-form-field-trigger-wrap input{
	.margin-top:1px !important;
}
/*Fin modificación*/

div#servicesId.x-tab-panel.x-tab-panel-noborder{
	padding-top:0px !important;
	padding-bottom:0px !important;
}

div#gridWMC div div div div div.x-grid3-scroller{
	height:84px !important
}
div#gridWMS div div div div div.x-grid3-scroller{
	height:84px !important
}
div#gridKML div div div div div.x-grid3-scroller{
	height:84px !important;
}

/* correcciones para el toolbar */

/*FICHEROS WMC*/

div#gridWMC table.x-toolbar-ct{
	width:755px;
}

div#gridWMC table#tbarWMC{
	width:70px !important;
}

div#gridWMC table#tbarWMC2{
	width:70px !important;
}

div#gridWMC table.x-toolbar-ct div.x-form-field-wrap.x-form-field-trigger-wrap{
	width:135px !important;
	/*margin-left:20px !important;*/
}
div#gridWMC table.x-toolbar-ct div.x-form-field-wrap.x-form-field-trigger-wrap input{
	.margin-top:1px !important;
}

/*CAPAS WMS*/

div#gridWMS table.x-toolbar-ct{
	width:755px;
}

div#gridWMS table#tbarWMS{
	width:70px !important;
}

div#gridWMS table#tbarWMS2{
	width:70px !important;
}

div#gridWMS table.x-toolbar-ct div.x-form-field-wrap.x-form-field-trigger-wrap{
	width:135px !important;
	/*margin-left:20px !important;*/
}
div#gridWMS table.x-toolbar-ct div.x-form-field-wrap.x-form-field-trigger-wrap input{
	.margin-top:1px !important;
}


/*FICHEROS KML*/
div#gridKML form{
	margin:0px;
	padding:0px;
	display:inline;
	height:20px;
}

div#gridKML table.x-toolbar-ct{
	width:815px;
}

div#gridKML table.x-toolbar-ct td{
	vertical-align: middle;
}

div#gridKML table#tbarKML{
	width:70px !important;
}

div#gridKML table#tbarKML2{
	width:70px !important;
}

div#gridKML table.x-toolbar-ct div.x-form-item{
	margin-bottom:0px;
}

div#gridKML table.x-toolbar-ct div.x-form-item label{
	padding-top:4px !important;
}

div#gridKML table.x-toolbar-ct td.x-toolbar-cell div.x-panel.x-panel-noborder.x-form-label-left{
	margin-left:300px !important;
	.margin-left:150px !important;
}


fieldset#tableAdvanced input#zoomCmb{
	height: 19px !important;
}
fieldset#tableAdvanced img{
	height: 18px !important;
}

fieldset#infAdvanced input#formatCmb{
	height: 19px !important;
}
fieldset#infAdvanced img{
	height: 18px !important;
}

