

/*Para todos mis inputs*/
#inputs {
background: lightblue;
border: 1px solid #333;
text-align: left;
font-size: 11px;
font-family: Arial, serif;
font-weight: normal;
}

#inputsdisabled{
background: lightblue;
border: 1px dotted #333;
text-align: left;
font-size: 11px;
font-family: Arial, serif;
font-weight: normal;
}

#textar{
background: lightblue;
border: 1px solid #333;
text-align: left;
font-size: 11px;
font-family: Arial, serif;
font-weight: normal;
}



/*Imagenes enlazadas*/
img{ 
border:0;
} 


/*Imagenes enlazadas*/
img.func{ 
border:1;
} 



a {
color: #0033FF;
font-family: verdana, arial, helvetica, sans-serif;
font-size: 10px;
text-decoration: none;
}


a:link {
color: darkblue;
text-decoration: bold;
}

a:hover.link {
color: red;
text-decoration: underline;
}





a:thecult {
color: #6699FF;
text-decoration: none;
}

a:hover.thecult {
color: red;
text-decoration: underline;
}

a:visited.thecult {
color: #6699FF;
}



a:link.principal {
color: white;
text-decoration: none;
}

a:hover.principal {
color: red;
text-decoration: underline;
}


a:visited.principal {
color: white;
}



/* ESTILO DEL MARCO PRINCIPAL DE LA INTRO */
TD.intro {	
	color=blue;
	font-family: verdana, arial, helvetica, sans-serif;
	text-align:center;
	font-size:9px;
	background-color=#FFFFFF;
}



/* ESTILO DE LAS CAJAS DE LOGIN Y REGISTRO */
TD.login_cabecera {
	color=blue;
	font-family: verdana, arial, helvetica, sans-serif;
	text-align:left;
	font-size:9px;
	background-color=blue;
}



/* ESTILO DE LAS CAJAS DE LOGIN Y REGISTRO */
TD.login {	
	color:blue;
	font-family: verdana, arial, helvetica, sans-serif;
	text-align:left;
	font-size:9px;
	background-color=#FFFFFF;
}


/* ESTILO DE LAS CAJAS DE PERDIDA DE PASSWORD Y REGISTRARSE */
TD.login2 {	
	color:blue;
	font-family: verdana, arial, helvetica, sans-serif;
	text-align:left;
	font-size:9px;
	background-color=#CCCCCC;
}

/* ESTILO DE LAS CABECERAS PARA CAJAS DE GESTION Y NOTICIAS DE LOS CLIENTES */
TD.cabeceralogin {	
	color:lightblue;
	font-family: verdana, arial, helvetica, sans-serif;
	text-align: center;
	font-size:9px;
	background:blue;
}


/* ESTILO DE LAS CABECERAS DE TABLAS DE LISTADO DE IMEIS (CLIENTES) */
TD.cabeceraimeis {	
	color: #000;
	font-family: verdana, arial, helvetica, sans-serif;
	text-align:center;
	font-size:9px;
	background:lightblue;
}



/* ESTILO EN EL MENU PRINCIPAL DE CLIENTES */
TD.maincli {	
	color:white;
	font-family: verdana, arial, helvetica, sans-serif;
	text-align:center;
	font-size:9px;
	background:blue;
}

/* ESTILO DE LAS CELDAS DE LISTADO DE IMEIS DEL CLIENTE */
TD.imeis {	
	color:#000000;
	font-family: verdana, arial, helvetica, sans-serif;
	text-align: left;
	font-size:9px;
	background-color:#FFFFFF;
}

TD.imeis_alter {	
;
	color:#000000;
	font-family: verdana, arial, helvetica, sans-serif;
	text-align:left;
	font-size:9px;
	background-color:#F0F0F0;
}



/*ESTILO INTERCALADO DE LAS CELDAS DE LISTADOS */
TD.listado1 {	
	color:#000000;
	font-family: verdana, arial, helvetica, sans-serif;
	text-align:center;
	font-size:9px;
	background-color=#f5e992;
}
TD.listado2 {	
	color:#000000;
	font-family: verdana, arial, helvetica, sans-serif;
	text-align:center;
	font-size:9px;
	background-color=#b6e3ff;
}

TD.dcha_listado1 {	
	color:#000000;
	font-family: verdana, arial, helvetica, sans-serif;
	text-align:right;
	font-size:9px;
	background-color=#f5e992;
}
TD.dcha_listado2 {	
	color:#000000;
	font-family: verdana, arial, helvetica, sans-serif;
	text-align:right;
	font-size:9px;
	background-color=#b6e3ff;
}

TD.imeis2 {
	font-family: verdana, arial, helvetica, sans-serif;
	text-align:center;
	font-size:9px;
	background-color=lightgreen;
}

TD.imeis6 {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size:9px;
	background-color=#e8ecc0;
}

TD.imeis7 {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size:9px;
	background-color=#e8ecff;
}

TD.imeis9 {
	font-family: verdana, arial, helvetica, sans-serif;
	text-align:center;
	font-size:9px;
	background-color=lightblue;
}

TD.imeis14 {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size:9px;
	text-align:center;
	background-color=#e8ecff;
}
TD.imeis15 {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size:9px;
	text-align:center;
	background-color=#e8ddee;
}

/*Botones*/
#desplegable {
color: white;
background: blue;
text-align: center;
font-size: 9px;
}

/*Cajas formulario*/
#desactivado {
border: 1px dotted black;
}


/*POP UP*/
#hintbox{ /*CSS for pop up hint box */
position:absolute;
top: 0;
background-color: lightyellow;
width: 150px; /*Default width of hint.*/ 
padding: 3px;
border:1px solid black;
font:normal 11px Verdana;
line-height:18px;
z-index:100;
border-right: 3px solid black;
border-bottom: 3px solid black;
visibility: hidden;
}


#Bloque {
	margin: 0 auto;
	width: 750px;
	text-align: center;
	font-family: verdana, arial, helvetica, sans-serif;
}


/**
 * ----------------------------------------------------------------------------
 * toggleElements.css - Stylesheet for jQuery-Plugin toggleElements
 * Divs Desplegables
 * ----------------------------------------------------------------------------
 */

/* Screen ------------------------------------------------------------------- */

@media projection, screen {

	/* Toggler - default style */
	.toggler {
	  margin:15px 0 15px 0;
		cursor:pointer;
		text-decoration: none;
		font-size: 9px;
		font-weight:bold;
		line-height:25px;
		display: block;
	}
	.toggler-closed {
		color:#fff;
		padding-left:20px;
		height:25px;
		background: #Acc8E6 url('images/togglerc.gif') center right no-repeat;
		border: solid 1px black;
	}
	.toggler-closed:hover {
		color: #000;
		padding-left:20px;
		height:25px;
		background: #fff url('images/togglerch.gif') center right no-repeat;
		border: solid 1px #e3e3e3;
	}
	.toggler-opened {
		color:#fff;
		padding-left:20px;
		height:25px;
		background: #efefef url('images/togglero.gif') center right no-repeat;
		border: solid 1px black;
	}
	.toggler-opened:hover {
		color: #000;
		padding-left:20px;
		height:25px;
		background: #fff url('images/toggleroh.gif') center right no-repeat;
		border: solid 1px #e3e3e3;
	}

	/* Container - default style */
	.toggler-c {
	}
	.toggler-c-closed {
	   border:solid 1px #e3e3e3;
		 margin:-15px 0px 15px 0px;
	   padding:20px;
	   color: #fff;
	}
	.toggler-c-opened {
		 margin:-15px 0px 15px 0px;
	   padding:20px;
	   background:white;
	   border:solid 1px #000;
	   color: #000;
	}

}

/* Print -------------------------------------------------------------------- */
@media print {

	.toggler-c { margin-bottom:25px; }
	.toggler { display: none; }

}


/* Easy Tooltip */

#easyTooltip{
	font-family: verdana, arial, helvetica, sans-serif;
	font-size:9px;
	padding:5px 10px;
	border:1px solid #195fa4;
	background:#195fa4;
	color:#fff;
	}
					
/* // Easy Tooltip */

