/**
 * Empresa desarrolladora: GUADALTEL S.A.
 *
 * Autor: Junta de Andalucía
 *
 * Derechos de explotación propiedad de la Junta de Andalucía.
 *
 * Éste 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.
 *
 * Éste 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/normalizer/fondo.png") repeat;
	font-size: .7em;
	font-family: Verdana, Arial;
	font-weight: normal;
	padding: 0px;
	margin: 0px;
	color: #383D44;
}

.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: #087021;
	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;
}
.ancho80-bold {
	/*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;
}
.th190 {
	float: left;
	width: 190px;
	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;
}
.ancho80 {
	/*float: left;*/
	width: 80px;
}
.ancho20 {
	/*float: left;*/
	width: 20px;
}

.ancho40 {
	/*float: left;*/
	width: 40px;
}

.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;
}
.archivo {
	margin-top:3px;
	margin-right:20px;
	font-weight: bold;
}

#fakeinput, #imagenInput { display: none; }
#realinput{ opacity: 1 !important; }
.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/normalizer/leftside.png") repeat-y left top;
	overflow: hidden;
	width: 950px;
	margin: auto;
	font-weight: normal;
}

.top {
	width:100%;
	height:50px;
	background:url("../img/normalizer/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/normalizer/top-right.png") no-repeat right top;
	text-align: center;
	padding-top: 10px;
	.padding-top: 0px;
	/*color: white;*/
}

.contenido {
	position:relative;
	background:url("../img/normalizer/rightside.png") repeat-y right top;
	padding:1px 20px 1px 25px;
	margin: 0px;
}

.bottom {
	width:100%;
	height:40px;
	background:url("../img/normalizer/bottom.png") no-repeat left bottom;
}

.bottom span {
	display:block;
	position:relative;
	height:40px;
	background:url("../img/normalizer/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/normalizer/tabright-off.png") no-repeat right top;
	margin:0;
}

.tab a {
	display:block;
	background:url("../img/normalizer/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/normalizer/tabright.png") no-repeat right top;

}

.tab li.selected a {
	background:url("../img/normalizer/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;*/
	color: #479565;
}

#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 #087021;
	background:#F5F7FB
}
legend{
	font-weight: bold;
	color: #383D44;
}
.tabla{
	width: 100%;
}

input, textarea, select{
	font-size:11px;
	color: #383D44;
	border-color: #087021;
	background-image: url("../img/normalizer/fondo_campos.png");
	background-repeat: repeat-x;
}

input.btn_normalizer{
	font-size:11px;
	color: #383D44;
	border-color: #087021;
	background-image: url("../img/normalizer/btn_nor.gif");
	width:104px;
	height:26px;
	border:0px;
	cursor:pointer;


}
input.btn_plinea{
	font-size:11px;
	color: #383D44;
	border-color: #087021;
	background-image: url("../img/normalizer/btn_plinea.gif");
	width:155px;
	height:26px;
	border:0px;
	cursor:pointer;
	.padding-bottom:5px;
	vertical-align:middle;
}


input.btn_stop{
	background-image: url("../img/normalizer/stop.png");
	width:35px;
	height:35px;
	cursor:pointer;
}

.btn_volver{
	background: transparent url("../img/home.gif") left;
	background-repeat:no-repeat;
	padding-left:20px;
	width:60px;
	height:40px;
	cursor:pointer;
	border:0px;
	float:right;
	font-size:10px;
	color:#087021;
	font-weight: bold;
}
input.btn_cancelar{
	font-size:11px;
	color: #383D44;
	border-color: #087021;
	background-image: url("../img/normalizer/btn_cancelar.gif");
	width:104px;
	height:26px;
	border:0px;
	cursor:pointer;
	margin-left: 20px;
	margin-top:-5px;

}

/* DiseÃ±o de las secciones */

h1 {
	background: #3E76B0 url("../img/normalizer/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 #087021;
}
.cabecera{
	background-image: url("../img/normalizer/cabecera.jpg");
	background-repeat: no-repeat;
	/*height: 134px;*/
	height: 106px;
	width: 950px;
	margin: 0 auto;
}
.idClassFile {
	background-image: url("../img/divFile.png");
	background-repeat: no-repeat;
	width : 550px;
	margin: 0 auto;
	padding-bottom:15px;
	.padding-bottom:0px;
	/*.margin-top:3px;*/
	/*
	right:15%;
	top:202px;
	border-color: #000000;
	float: left;*/
	position:relative;
	height: 20px;
	text-align:left;
	text-indent:18pt;
	/*top: 3px;*/
	/*margin-bottom: 5px*/
}
.btn.kml {
    background: url("../../../img/file-zip.png") no-repeat scroll center center transparent;
    border: 0 none;
    cursor: pointer;
    height: 32px;
    width: 32px;
}

.errorMessage {
	color: red;
	font-size: 1.1em;
	text-align: center;
}