@charset "UTF-8";

/*// Este documento define los formatos basicos de los elementos del site, que podrán ser configurados desde el archivo personal.css y mods.css//*/

/*// BASICOS ///*/
body {
	color: #333;
	text-align: center;
	font: 1em/1.2em Arial, Helvetica, sans-serif;
	background: #333;
}
*{
	margin:0;
	padding:0;
	text-decoration: none;
	border-width: 0px;
	border-style: none;
	list-style: none;
}
p {
	font-size: 0.85em;
	margin-bottom: 0.5em;
}
a {
	color: #009ee0;
}
a:hover {
	color: #007EB3;
	text-decoration: underline;
}
h1 {
	font-size: 1.8em;
	padding: 0.5em 0.5em 0.5em 0em;
	line-height: 0.9em;
}
h2 {
	font-size: 1.4em;
	padding: 0.4em 0.4em 0.4em 0em;
}
h3 {
	font-size: 0.85em;
	background: #EEE;
	margin-left: 1em;
	padding-right: 0.5em;
	padding-left: 0.5em;
}
input.campo {
	border: 1px solid #CCC;
	padding: 0.2em;
	font-size: 1em;
	color: #333;
	margin-bottom: 0.3em;
}
input.boton01 {
	font-weight: bold;
	color: #FFF;
	background: #06C url(../img/boton01.gif) repeat-x left center;
	padding: 0.5em 3em;
	margin-top: 0.4em;
	margin-bottom: 0.4em;
	font-size: 0.85em;
	border: 1px solid #bbd3de;
}
input.boton02 {
	font-weight: bold;
	color: #FFF;
	background: #ee8100 url(../img/boton02.gif) repeat-x left center;
	padding: 0.5em 3em;
	margin-top: 0.4em;
	margin-bottom: 0.4em;
	font-size: 0.85em;
	border: 1px solid #ef8200;
	text-align: center;
}
select {
	border: 1px solid  #CCC;
	font-size: 0.9em;
}
textarea {
	border: 1px solid #CCC;
	padding: 0.5em;
	font: 1.2em Arial, Helvetica, sans-serif;
}
a.lnkNueva {
	background: url(../img/ico_nueva.gif) no-repeat left center;
}
a.lnkVolver {
	background: url(../img/ico_volver.gif) no-repeat left center;
}

/*// FORM ACCESO //*/
#inicio {
	background: #E8E8E8;
}
#contenedorInicio {
}
#contenidoInicio {
	width: 60em;
	margin-right: auto;
	margin-left: auto;
	padding-top: 2em;
}
#acceso{
	width: 31.25em;
	margin-right: auto;
	margin-left: auto;
	background: #FFF;
}
#acceso h1, #acceso h2 {
	padding-right: 0.9em;
	padding-left: 0.9em;
}
#formClientes{
	padding-bottom:1em;
}
#formClientes legend {
	padding: 0.5em 1.5em;
	font-size: 0.8em;
	font-weight: bold;
}
#formClientes label {
	width: 6em;
	display: block;
	float: left;
	padding-top: 0.3em;
	padding-left: 2em;
}
#formClientes input.campo {
	width: 20em;
	color: #264F9C;
}
#formClientes p {
	padding-right: 1.5em;
	padding-left: 1.5em;
}
#clientesRecordar {
	margin-bottom: 0.5em;
	padding-bottom: 0.5em;
}
#clientesRecordar label {
	width: auto;
	padding-right: 0.3em;
}
#clientesRecordar input.campo {
	width: 15em;
}
#clientesRecordar input.boton01 {
	margin-top: 0px;
	margin-left: 0.3em;
}
#clientesRecordar, #tecnicosRecordar {
	margin-right: 1em;
	margin-left: 1em;
}
#accesoTecnico{
	background: #DCDCDC;
}
#formTecnicos {
	padding-top: 0.3em;
	padding-bottom: 0.5em;
}
#tecA, #tecB {
	padding-left: 1.5em;
	padding-right: 1.5em;
}
#tecB {
	font-size: 0.8em;
	border-top: 1px solid #76A6BD;
	padding-left: 5.5em;
	margin-top: 0.5em;
}
#formTecnicos legend {
	padding: 0.3em 0.5em 0.3em 1em;
	font-size: 0.75em;
	font-weight: bold;
}
#formTecnicos label {
	font-size:0.7em;
	display: block;
	float: left;
	padding-top: 0.3em;
	padding-right: 0.7em;
}
#formTecnicos input.campo {
	font-size: 0.7em;
	width: 8em;
	margin-right: 0.5em;
	padding: 0.35em 0.5em;
	border-color: #76A6BD;
}
#formTecnicos input.boton01 {
	font-size: 0.65em;
	color: #FFF;
	margin: 0px;
	padding-top: 0.3em;
	padding-bottom: 0.4em;
	background: #0061ba url(../img/boton012.gif) repeat-x left center;
}
#formTecnicos p {
	padding-right: 1.5em;
	padding-left: 1.5em;
	font-size: 0.7em;
	line-height: 1.1em;
}
#formTecnicos a {
	padding-left: 1em;
	color: #06C;
}
#tecnicosRecordar, #tecnicosAcceso {
	margin-bottom: 0em;
	padding-bottom: 0.5em;
	border-top: 6px solid #73a6be;
}
#tecnicosRecordar label {
	width: auto;
	padding-right: 0.5em;
	padding-left: 1.5em;
}
#tecnicosRecordar input.campo {
	width: 20em;
}
#tecnicosRecordar input.boton01 {
	margin-top: 0.1em;
	margin-left: 0.3em;
	padding-top: 0.2em;
}
#copy {
	font-size: 0.6em;
	padding-top: 0.3em;
}


/*// PAGINAS //*/
#topCont{
	background: #CCC;
}
#naveCont{
	background: #E3E3E3;
}
#contenidoCont{
	background: #FFF;
}
#pieCont{
	background: #333;
}
#top, #nave, #contenido, #pie{
	width: 60em;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}
#contenedor{
}
#top{
}
#top h1 {
	width: 50%;
}
#user {
	width: 20em;
	padding: 0.3em 0.6em;
	margin-right: 0.5em;
}
#fotoUser {
	margin-right: 0.5em;
	border: 4px solid #FFF;
}
#datosUser {
	font-size: 0.75em;
	line-height: 1.2em;
}
#datosUser em {
	font-size: 0.8em;
}
#nave{
}
#nave ul {
	padding-top: 2.5em;
}
#nave ul li {
	display: inline;
}
#nave ul li a {
	background: #CCC;
	display: inline-block;
	padding: 0.3em 1.5em 0.2em;
	margin-right: 0.2em;
	color: #666;
}
#nave ul li a:hover {
	color: #505050;
	background: #B8B8B8;
	text-decoration: none;
}
#nave ul li a.activo, #nave ul li a.activo:hover {
	font-weight: bold;
	color: #333;
	background: #FFF;
	cursor: default;
}
#contenido{
	padding-top: 1em;
}
#migas {
	background: #F1F1F1;
	font-size: 0.7em;
	padding: 0.2em 1em;
	margin-bottom: 0.5em;
}
#cab {
	background: url(../img/cab_separador.gif) repeat-x left bottom;
	padding-top: 0.5em;
	padding-bottom: 1em;
	margin-bottom: 1em;
}
#cab h2 {
	font-weight: normal;
	font-size: 1.3em;
}
#cab h2 span {
	font-size: 0.7em;
}
#acciones{
	white-space:nowrap;
}
#acciones ul {
	padding-top: 0.7em;
}
#acciones ul li {
	display: inline;
}
#acciones ul li a {
	display: inline-block;
	padding-left: 1.3em;
	margin-left: 0.5em;
	font-size: 0.9em;
	font-weight: bold;
}
#acciones label {
	font-size: 0.7em;
}

/*// NUEVA TABLA //*/

#tablaAlmacen {
	margin-bottom: 1em;
	line-height: 1.1em;
	border-bottom: 1px solid #666;
}
#tablaAlmacen th {
	font-size: 0.8em;
	padding: 0.2em;
	border-bottom: 1px solid #666;
	text-align: center;
}
#tablaAlmacen th.tLeft {
	text-align: left;
}
#tablaAlmacen th.headFicha {
	font-size: 0.9em;
	background: #666;
	padding: 5px;
	font-weight: normal;
	color: #FFF;
}
#tablaAlmacen td {
	font-size: 0.8em;
	padding: 0.3em 0.2em 0.4em;
	border-top: 1px solid #666;
}
#tablaAlmacen td a.lnkDesplegar {
	background: url(../ico-desplegar.gif) no-repeat right center;
	padding-right: 12px;
}
#tablaAlmacen td.contenedorA {
	background: #E7E7E7 url(../ubic01.gif) no-repeat 10px center;
	padding-left: 30px;
	font-weight: bold;
}
#tablaAlmacen td.contenedorB {
	background: #D2D2D2 url(../ubic02.gif) no-repeat 12px center;
	padding-left: 30px;
	font-weight: bold;
	color: #000;
}
#tablaAlmacen td.contenedorC {
	background: #E7E7E7 url(../ubic03.gif) no-repeat 30px center;
	padding-left: 50px;
	font-weight: bold;
}
#tablaAlmacen td.celdaUbicados {
	padding: 0px;
	background: #F9F9F9;
}
#tablaAlmacen td table {
	color: #333;
	font-size: 1.2em;
}
#tablaAlmacen td table th {
	color: #FFF;
	background: #999;
}
#tablaAlmacen td table td {
	border-bottom: 1px solid #666;
	border-top-width: 0px;
	border-top-style: none;
	padding-top: 1px;
	padding-bottom: 1px;
}
#tablaAlmacen li {
	padding: 2px 4px;
}
#tablaAlmacen li.cebra {
	background: #E9E9E9;
}

/* /////////// */

#tablaIncidencias {
	margin-bottom: 1em;
	line-height: 1.1em;
}
#tablaIncidencias th {
	font-size: 0.8em;
	padding: 0.2em;
	border-bottom: 2px solid #333;
	text-align: center;
}
#tablaIncidencias th.tLeft {
	text-align: left;
}
#tablaIncidencias td {
	font-size: 0.8em;
	padding: 0.5em 0.2em 0.6em;
	border-top: 2px solid #333;
}
#tablaIncidencias td.celdaInformes {
	border-top-width: 0px;
	border-top-style: none;
	padding-bottom: 1em;
}
#tablaIncidencias td.celdaSeleccion {
	font-size: 1em;
	border-bottom: 2px solid #333;
	border-top-width: 0px;
	border-top-style: none;
}
#tablaIncidencias tfoot td {
	border-top-width: 3px;
}
.thSAT {
	width: 105px;
}
a.infoSAT{
	position:relative; /*this is the key*/
	z-index:24;
	color:#00415d;
	font-size:0.85em;
	text-decoration:none;
	display:block;
	width:18px;
	height:25px;
	background: url(../img/ico_doc.gif) no-repeat right 5px;
				}

a.infoSAT:hover{
	z-index:25;
	background-color:#fff;
}

a.infoSAT span{
	display: none;
	font-weight: normal;
	line-height: 1.3em;
}

a.infoSAT:hover span{ /*the span will display just on :hover state*/
	display:block;
	position:absolute;
	top:-0.5em;
	left:-30.9em;
	width:30em;
	border:5px solid #FFF;
	color:#585A4E;
	text-align: left;
				}
a.infoSAT:hover span div{ /*the span will display just on :hover state*/
	border:1px solid #A4A8A0;
	background: #EAECE9;
	padding:5px;
				}
ul.informes li {
	border-bottom: 2px solid #FFF;
	background: #ECECEC;
	padding: 0.3em 1em 0.3em 0.5em;
	font-size: 0.9em;
}
ul.informes li.cebra {
	background: #F8F8F8;
}
ul.informes li div.informe {
	border-top: 0.7em solid #ECECEC;
}
ul.informes li.cebra div.informe {
	border-top: 0.7em solid #F8F8F8;
}
.iRecibida {
	background: url(../img/ico_recibida.gif) no-repeat left center;
	padding-left: 18px;
}
.iRecibida strong {
	color: #08A;
}
.iDiagnostico {
	background: url(../img/ico_diagnostico.gif) no-repeat left center;
	padding-left: 18px;
}
.iDiagnostico strong {
	color: #C60;
}
.iSolucion {
	background: url(../img/ico_solucion.gif) no-repeat left center;
	padding-left: 18px;
}
.iSolucion strong {
	color: #360;
}
.reloj {
	background: url(../img/ico_reloj.gif) no-repeat left center;
	padding-left: 16px;
	font-family: "Courier New", Courier, monospace;
}
a.lnkVerInforme {
	padding-right: 17px;
	background: url(../img/ico_ampliar.gif) no-repeat right center;
	font-weight: bold;
	font-size: 1em;
}
a.lnkVerInforme:hover{
	background: url(../img/ico_ampliar_on.gif) no-repeat right center;
}
a.lnkOcultarInforme {
	padding-right: 17px;
	background: url(../img/ico_contraer.gif) no-repeat right center;
	font-weight: bold;
	font-size: 1em;
}
a.lnkOcultarInforme:hover{
	background: url(../img/ico_contraer_on.gif) no-repeat right center;
}
.informe {
	background: #FFF;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	margin-left: 0.5em;
	padding: 1em;
	font-size: 1.1em;
	line-height: 1.1em;
}
#paginador {
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}

#paginador li {
display: inline;
border-right: 1px solid #666;
font-size: 1em;
font-weight: bold;
margin-bottom: 0.5em;
float: left;
padding-right: 0.4em;
padding-left: 0.2em;
/*width:2em;*/
}
#paginador li.final {
	border-right-width: 0px;
	border-right-style: none;
}
#paginador li a:hover {
	text-decoration: none;
}
#paginador li a.activo , #paginador li a.activo:hover{
	color: #FFF;
	display: inline-block;
	background: #333;
	padding: 0em 0.6em;
	cursor: default;
	text-decoration: none;
}
#nueva {
	margin-top: 0.5em;
}
#nA {
	background: #eeeeee;
	width: 37%;
	padding: 0.5em 0.7em;
}
#nA label {
	font-size: 0.85em;
	padding-top: 0.2em;
	padding-bottom: 0.2em;
}
#nB {
	width: 58%;
	padding: 0.5em;
}
.titNueva {
	background: url(../img/tit_nueva.gif) repeat-x left center;
}
a.info{
	position:relative; /*this is the key*/
	z-index:24;
	color:#00415d;
	font-size:0.85em;
	text-decoration:none;
	display:block;
	width:20px;
	height:18px;
	background: #eeeeee url(../img/ico_help01.gif) no-repeat 2px 3px;
				}

a.info:hover{
	z-index:25;
	background-color:#eeeeee;
}

a.info span{
	display: none;
	font-weight: normal;
	line-height: 1.3em;
}

a.info:hover span{ /*the span will display just on :hover state*/
	display:block;
	position:absolute;
	top:0em;
	left:1.5em;
	width:17em;
	/*border:5px solid #FFF;*/
	color:#585A4E;
	text-align: left;
				}
a.info:hover span div{ /*the span will display just on :hover state*/
	border:1px solid #A4A8A0;
	background: #EAECE9;
	padding:5px;
				}
#pie{
	color: #F2F2F2;
	padding-top: 1em;
	padding-bottom: 2em;
}
#copyPie {
	font-size: 0.7em;
	margin-left: 1em;
	padding-left: 1em;
	border-left: 1px dotted #272E6B;
}
#gesio {
	font: 9px Verdana, Geneva, sans-serif;
	padding-left: 15px;
}


/*// MODIFICADORES //*/
.alerta{
	padding: 0.4em 1em;
	margin-right: 1em;
	margin-left: 1em;
	font-size: 0.8em;
	background: #E8E8E8;
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #999;
	margin-bottom: 0.5em;
	font-weight: bold;
}
.alertaAzul{
	color: #1f568a;
	background: #d7f3fa;
	border-top-color: #63b8cd;
	border-bottom-color: #63b8cd;
}
.alertaRojo{
	color: #c60017;
	background: #fbe7ef;
	border-top-color: #f19fc1;
	border-bottom-color: #f19fc1;
}
.alertaAmarillo{
	color: #b79101;
	background: #fff9ea;
	border-top-color: #fdda8d;
	border-bottom-color: #fdda8d;
}
.alertaVerde{
	color: #639a00;
	background: #effad7;
	border-top-color: #accd63;
	border-bottom-color: #accd63;
}
.verde {
	font-weight: bold;
	color: #690;
}
.rojo {
	font-weight: bold;
	color: #900;
}
.left {
	float: left;
}
.right {
	float: right;
}
.tleft {
	text-align: left;
}
.tCenter {
	text-align: center;
}
.tRight {
	text-align: right;
}
.tTop{
}
.tBottom{
	vertical-align: bottom;
}
.small01 {
	font-size: 0.8em;
}
.small02 {
	font-size: 0.7em;
}
.small03 {
	font-size: 0.6em;
}
.bloque {
	display: block;
}
.clear {
	clear: both;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {display: inline-table;}
	/* Hides from IE-mac \*/
	* html .clearfix {height: 1%;}
	
	.clearfix {display:inline-block;}
	.clearfix {display: block;}
	/* End hide from IE-mac */
.clearRight {
	clear: right;
}
.clearLeft {
	clear: left;
}
.invisible {
	display: none;
}
.w100 {
	width: 100%;
}
.w95 {
	width: 95%;
}
/* Margenes */
.ml7{
	margin-left:7em;
}
.ml75 {
	margin-left: 7.5em;
}
.mr05 {
	margin-right: 0.5em;
}
.mr1 {
	margin-right: 1em;
}
.mt03{
	margin-top:0.3em;
}
.mb03{
	margin-bottom:0.3em;
}
.mb05{
	margin-bottom:0.5em;
}
.mb1 {
	margin-bottom: 1em;
}

/*Paddings*/
.p1{
	padding:1em;
}
