/* CSS Document */

*{
	margin:0;
	padding:0;
	border:none;
}

html { padding: 0px; margin: 0px; }

body { padding: 0px; margin: 0px;
		 
	 }

a{
	text-decoration: none;
	color: #FCAC01;	
	font-style: normal;
	font-weight: bold;
	background-color: transparent;
}

a:hover{
	text-decoration: none;
	color: #7C5A10;
	font-style: normal;
	font-weight: bold;
	background-color: transparent;
}

.aBlanco{
	text-decoration: none;
	color: #FFFFFF;
	font-style: normal;
	font-weight: bold;
	background-color: transparent;
}

.aBlanco:hover{
	text-decoration: none;
	color: #7C5A10;
	font-style: normal;
	font-weight: bold;
	background-color: transparent;
}

.aBlancoPrepago{
	text-decoration: none;
	color: #FFFFFF;
	font-style: normal;
	font-weight: bold;
	background-color: transparent;
}

.aBlancoPrepago:hover{
	text-decoration: none;
	color: Gray;
	font-style: normal;
	font-weight: bold;
	background-color: transparent;
}

p{
	font: normal 12px "Trebuchet MS";
	margin-left: 3px; 
	background-color: transparent;
	
}

.pPrepagoGastado{
	font: normal 12px "Trebuchet MS";
	margin-left: 3px;
	color: White;
}

.pLetraCapital {
	font: normal 15px "Trebuchet MS";
	margin-left: 4px;
	background-color: #ffffff;
	text-decoration: none;
	word-spacing: normal;
	letter-spacing: 0;
	font-weight: bold;
	font-style: italic;
	color: #FCAC01;
	line-height: 1.8;
}

.pTextoAyuda {
	font: normal 13px "Trebuchet MS";
	margin-left: 3px;
	background-color: #ffffff;
	text-decoration: none;
	word-spacing: normal;
	letter-spacing: 0;
	font-weight: bold;
	font-style: italic;
	color: #545959;
	line-height: 1.8;
}


select {
	border-color: #B5C8E8;
	border: 2px solid #B5C8E8;
	font: normal 12px "Trebuchet MS";
	background-color: #EBEBEB;
	width: 120px;
}

ul{
	list-style:none;
}

h1 {
	font-family: "Trebuchet MS", Verdana, arial, sans;
	color: #0052cc;
	font-size: 18pt;
	text-decoration: none;
	word-spacing: normal;
	letter-spacing: 0;
	font-weight: bold;
	font-style: normal;
}

h3 {
	font-family:  Verdana,Trebuchet MS, Geneva, Arial, Helvetica, sans-serif;
	margin-left: 3px;
	/*background-color: #ffffff;*/
	color: #222222;
	font-size: 8pt;
	text-decoration: none;
	word-spacing: normal;
	letter-spacing: 0px;
	font-style: normal;
	height: 27px;
	line-height: 1.9 em;
}

h4 {
	font: normal 14px "Trebuchet MS";
	margin-left: 3px;
	background-color: transparent;
	text-decoration: none;
	word-spacing: normal;
	letter-spacing: 0;
	font-weight: bold;
	font-style: italic;
	color: #545959;
	line-height: 1.9;
}

h5 {
	font: normal 13px "Trebuchet MS";
	margin-left: 3px;
	background-color: #ffffff;
	text-decoration: none;
	word-spacing: normal;
	letter-spacing: 0;
	font-weight: bold;
	font-style: italic;
	color: #FCAC01;
	line-height: 1.8;
}

h2 {
	font: normal 21px "Trebuchet MS";
	margin-left: 3px;
	background-color: #ffffff;
	/* color: #0052cc; */
	color: #545959;
	text-decoration: none;
	word-spacing: normal;
	letter-spacing: 0;
	font-weight: bold;
	font-style: italic;
}

.liDerecha {
	float: left;
}

/* para los input normales */
/* input {
	border-color: #B5C8E8;
	border: 2px solid #B5C8E8;
	font: normal 12px Trebuchet MS;
	background-color: #EBEBEB;
	width: 50px;
	height: 25px;
} */

/* para las cajas de texto del login */
.inputLogin {
	border-color: #E0C200;
	border: 1px solid #E0C200;
	background-color: #F8F3D6;
	width: 100px;
	vertical-align: middle;
}

/* para el input del saldo */
.inputSaldo {
	border-color: #E0C200;
	border: 1px solid #E0C200;
	background-color: #F8F3D6; /* centramos el texto interno del input */
	vertical-align: middle; /* altura maxima del input */
	height: 20px;
}



textarea {
	border-color: #B5C8E8;
	border: 2px solid #B5C8E8;
	font: normal 12px "Trebuchet MS";
	width: 100%;
}


/* .inputTexto {
	width: 130px;
	background-color: White;
	text-indent: 2px;
	height: 30px;
	vertical-align: middle;
	font-family: Verdana;
	font-size: 15px;
	padding: 3px;
} */

.inputTexto {
	
	width: 126px;
	background: #d3e6ea;
	padding-left:2px; 
	/* background-image: url('../img/key.png'); */
	border: 1px solid #194f5a;
	background-repeat: no-repeat;
	height:20px;
	margin-top:5px;
	margin-bottom:5px; 
	
}


.inputBoton {
	border-color: #B5C8E8;
	border: 2px solid #B5C8E8;
	font: normal 12px "Trebuchet MS";
   width: 120px;
}


.enlaceIncidencias {
	padding-top:7px;
	text-decoration:none;
	background-image:url(../img/button.gif);
	width:115px;
	height:24px;
	display:block;
	text-align:center;
	color:#FFFFFF;
	font-weight:bold;
	font-size:13px;

}

body{
	/* background-image: url(../img/backgroundimage2.gif);
	background-repeat: repeat-x; */
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	text-align: center;
	height: 100%;
}

#fondo{
	width:857px;
	margin:0 auto;
}

#cabecera{
	height:150px;
}

#logo{
	padding-top:70px;
	height:150px;
	width:857px;
	background-image:url(../img/top_logo2.gif);
}

/*************************** MENU DE LA PARTE SUPERIOR ******************************************/
#menuSuperior {
	height:33px;
	width:847px;
	background-image:url(../img/barra4.gif); 
	background-color: #FFFFFF;
	margin: 0px;
	margin-left:5px;
	margin-right:5px;
	/*margin-top:-15px;*/
	padding: 0px; 
}

#menuSuperior ul {
	list-style:none;
	padding-top:5px;
}

#menuSuperior li {
	 float:left;
	 margin:0px;
	 padding:5px;
	 height: 20px;
	 h\eight: 20px;
	 min-height:20px;
	 
}


#menuSuperior li p {
	border-right: 1px solid #DDDDDD;
	float: left;
	font-weight: bold;
	padding: 0px 4px 0px 2px;
	text-decoration: none;
	font-family: Verdana;
	font-size: 11px;
	height: 16px;	
	
}

#menuSuperior li a {
	border-right: 1px solid #DDDDDD;
	float: left;
	font-weight: bold;
	padding: 0px 4px 0px 2px;
	text-decoration: none;
	font-family: Verdana;
	font-size: 11px;
	height: 16px;	

	
}

.menuSuperiorUsuario {
	padding-left: 20px;
	background-image: url('../img/user.png');
	background-repeat: no-repeat;
	text-indent: 20px;
}

.menuSuperiorEmpresa {
	padding-left: 20px;
	text-indent: 20px;
	background-image: url('../img/brick.png');
	background-repeat: no-repeat;
}

.menuSuperiorSaldo {
	padding-left: 20px;
	background-image: url('../img/coins.png');
	background-repeat: no-repeat;
	text-indent: 20px;
}

.menuSuperiorEstado {
	padding-left: 20px;
	background-image: url('../img/chart_organisation.png');
	background-repeat: no-repeat;
	text-indent: 20px;
}

/** ENLACES **/
.menuSuperiorLogout {
	padding-left: 20px;
	background-image: url('../img/disconnect.png');
	background-repeat: no-repeat;
	text-indent: 20px;
}

.menuSuperiorInicio {
	padding-left: 20px;
	background-image: url('../img/house.png');
	background-repeat: no-repeat;
	text-indent: 20px;
}

.menuSuperiorRecargar {
	padding-left: 20px;
	background-image: url('../img/coins_add.png');
	background-repeat: no-repeat;
	text-indent: 20px;
}

.menuSuperiorActivar {
	padding-left: 20px;
	background-image: url('../img/chart_organisation_add.png');
	background-repeat: no-repeat;
	text-indent: 20px;
}

.menuSuperiorDesactivar {
	padding-left: 20px;
	background-image: url('../img/chart_organisation_delete.png');
	background-repeat: no-repeat;
	text-indent: 20px;
}


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

#cabeceraPequenia{
	height:80px;
}
#logoPequenio{
	padding-top:5px;
	height:40px;
	width:400px;
	background-image:url(../img/cabeceraChooseChat.gif);
}

#menusystem{
	padding-right:30px;
	float:right;
	position:relative;
	margin-top:-31px;
}

#menusystem ul{
	list-style:none;
}

#menusystem li{
	 float:left;
	 width:115px;
	 padding-left:20px;
}

#menusystem li a{
	padding-top:7px;
	text-decoration:none;
	background-image:url(../img/button.gif);
	width:115px;
	height:24px;
	display:block;
	text-align:center;
	color:#FFFFFF;
	font-weight:bold;
	font-size:13px;

}

#menusystem li a:hover{
	background-image:url(../img/button_hover.gif);
	color:#003778;
}

#menusystem li#sel a{
	background-image:url(../img/button_hover.gif);
	color:#003778;
}

.clearboth{
	text-indent:-999999px;
	clear:both;
}

.clearbothTexto{
	clear:both;
	margin:auto;
}

#contenido_body{
	background-color: #7C7D7D;
	margin: 0px; /* los elementos que no son flotantes se situan debajo de los que son flotantes */
	clear: both; /* especifica si hay desbordamiento lo que pasa con el,en este caso lo oculta*/
	overflow: hidden;
}

/* para poner un ancho fijo minimo para ie */
/* #contenido_body { height: expression((documentElement.clientHeight <600) ? "500px" : "100%" ); }*/

#body_cabecera{
	height:10px;
	background-image:url(../img/body_top_round2.gif);
}

#body_foot{
	clear:both;
	height:16px;
	background-image:url(../img/body_bottom_round2.gif);
}

#body_contenido{
	/* padding: 15px; */
	padding-left:15px;
	padding-right:0px;  
	padding-top:15px;
	min-height: 500px;
	background-color: #FFFFFF;
	margin-left: 5px;
	margin-right: 5px;
	background-image: url(../img/fondo.gif);
	background-repeat: no-repeat;
	clear: both;
	overflow: hidden;
	
	/* de esta manera conseguimos que la capa que contiene todo crezca automaticamente en ie ya que solo crecia en firefox */
	/* expresion solo es leida por ie */
	height: expression((documentElement.clientHeight <600) ? "100%" : "100%" );
	/*height: 100%; /* como los margenes se van en firefox le pongo otro height con !important para que no coga el ie esta pestaña */
	/* height:1%; !important; */
	
}

/*******************************************************************************************************/
/********************************************* LOGIN NUEVO *********************************************/

#loginbox{
	padding: 5px 5px 9px 5px;
	background-color: #FFF;
	width:65%;
	background-image: url(http://www.escuelaeuropea.com.es/templates/img/sombra.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	border: 1px solid #DDD;
	margin: auto;
	margin-top:120px;
	
}
#cab{
	background-image:url(http://www.escuelaeuropea.com.es/templates/img/separacion_categorias.gif);
	width:186px;
	height:6px;
	border:0px;
	padding:8px;
	background-repeat: no-repeat;
	left: 30%;
	top: 150px;
	position: absolute;
}
#cab1{
	background-image:url(http://www.escuelaeuropea.com.es/templates/img/separacion_categorias.gif);
	width:186px;
	height:6px;
	border:0px;
	padding:8px;
	background-repeat: no-repeat;
	left: 30%;
	top: 200px;
	position: absolute;
}
#image{
	background-image: url('../img/Padlock.png');
	background-repeat: no-repeat;
	width: 128px;
	height: 128px;
	top: 150px;
	left: 10%;
}

#inicio{
	top: 250px;
	padding: 8px;
}

.usuario{
	width: 126px;
	background: #d3e6ea;
	padding-left:20px;
	background-image: url('../img/user.png');
	border: 1px solid #194f5a;
	background-repeat: no-repeat;
	height:20px;
	
	
}
.password{
	width: 126px;
	background: #d3e6ea;
	padding-left:20px;
	background-image: url('../img/key.png');
	border: 1px solid #194f5a;
	background-repeat: no-repeat;
	height:20px;
	margin-top:5px;
	margin-bottom:5px; 
	
}


#sendlogin{
width: 101px;
color: #000; 
padding-left:20px;
font-weight: bold;
border-top: 2px solid #194f5a;
border-left: 2px solid #247382;
border-bottom: 2px solid #5E5E5E;
border-right: 2px solid #5e5e5e; 
background: #d3e6ea;
background-image:url('../img/tick.png');
background-repeat: no-repeat; 
 
}


/*******************************************************************************************************/
/*******************************************************************************************************/
/*******************************************************************************************************/
/*********************************       LOGIN DE LA PAGINA      ***************************************/
/*******************************************************************************************************/
/*******************************************************************************************************/
/*******************************************************************************************************/

#body_login{
	min-height: 230px;
	height: 230px;
	width: 300px;
	margin-right: 5px;
	margin-top: 15%;
	margin-left: 0px;
	padding: 10px;
}

#cabecera_login {
	width: 300px;
	height: 50px;
	background-color: #FFFFFF;
	background-image: url(../img/cabecera_login.gif);
	margin: 1px;
}

#cuerpo_login {
	width : 301px;
	height : 150px;	
	background-color: #B5C8E8;
}

#cuerpo_login_derecha {
	width: 100px;
	height: 148px;
	background-color: #E3E9F3;
	float: left;
}
#marginador_cuerpo_login_derecha {
	margin-left: 1px;
}
#cuerpo_login_derecha  ul{
	list-style:none;
}

#cuerpo_login_derecha  li{
	 width:100px;
	 padding-left:10px;
	 text-align: center;
	 
}

#cuerpo_login_derecha li p{
	padding-top: 30px;
	text-align: left;
	color: #4E4B4B;
	font-weight: bold;
	font-size: 16px;
	font-family: "Papyrus","Eras Demi ITC","Trebuchet MS";
	margin-right: 1px;
}

#cuerpo_login_izquierda {
	width : 199px;
	height : 148px;	
	background-color: #E3E9F3;
	float : right;
}
#marginador_cuerpo_login_izquierda {
	margin-left: 2px;
}
#cuerpo_login_izquierda ul{
	list-style:none;
}

#cuerpo_login_izquierda  li{
	 padding-left:25px;
	 text-align: center; 
}

#cuerpo_login_izquierda li p{
	padding-top: 33px;
	text-align: left;
	color: #000000;
	font-weight: bold;
	font-size: 18px;
	font-family: "Trebuchet MS";
	margin-right: 2px;
}

#pies_login_boton_izquierdo {
	/*width: 154px;*/
	background-color: #FFFFFF;
	float: left;
	/*margin-left: 0px;
	margin-top: 3px;
	padding-top : 5px;*/
}
#marginador {
	margin-left: 0px;
	margin-top: 7px;
	padding-top : 0px;
}
#pies_login_boton_derecho {
	/*width: 147px;*/
	background-color: #FFFFFF;
	float: right;
	/*margin-left: 0px;
	margin-top: 3px;
	padding-top: 5px;*/
}

#pies_login_boton_derecho a {
	padding-left:148px;
	padding-top:6px;
	background-image: url(../img/boton_login_nuevo.gif);
	background-repeat: no-repeat;
	position: relative;
}

#pies_login_boton_derecho a:hover {
	padding-left:147px;
	padding-top:6px;
	background-image: url(../img/boton_login_nuevo_pulsado.gif);
	background-repeat: no-repeat;
	position: relative;
}

#pies_login_boton_izquierdo a {
	padding-left:147px;
	padding-top:6px;
	background-image: url(../img/boton_login_entrar.gif);
	background-repeat: no-repeat;
	position: relative;
}

#pies_login_boton_izquierdo a:hover {
	padding-left:147px;
	padding-top:6px;
	background-image: url(../img/boton_login_entrar_pulsado.gif);
	background-repeat: no-repeat;
	position: relative;
}

/*******************************************************************************************************/
/*******************************************   MENU PRINCIPAL*******************************************/
/*******************************************************************************************************/
/****************************************** INCIDENCIAS ABIERTAS ***************************************/

#incidenciasAbiertas {
	width: 90%;
	text-align: center;
	margin-bottom: 5px;
	/* para que en firefox se centre el contenido ponemos auto en los margenes */
	margin:auto;
}
#incidenciasAbiertas ul{
	list-style: none;
	display: block;
	padding-bottom: 1px;
	padding-right: 1px;
	padding-top: 1px;
	padding-left: 1px;
	margin-left: 0px;
}
#incidenciasAbiertas li {
	background-color: #9DA0A3;
	width: 100%;
	margin: 0px;
	padding: 0px;
}

#incidenciasAbiertas a {
	text-decoration: none;
	color: #9DA0A3;
	font-style: normal;
	font-weight: bold;
	width: 100%;
	margin-top: 1px; /*background-color: */
	background-color: #E5E8ED;
	display: block;
}

#incidenciasAbiertas a:hover{
	text-decoration: none;
	/*color: #E5E8ED;*/
	color:#FCAC01;
	font-style: normal;
	font-weight: bold;
	width: 100%;
	background-color: #FFFFFF;
	
}

#incidenciasAbiertas p {
	color:#FCAC01;
	font-style: normal;
	font-weight: bold;
	width: 100%;
	margin-top: 1px; /*background-color: */
	background-color: #FFFFFF;
	margin-left:0px;
	padding-left:0px;  
}

/* para la cabecera de la lista de incidencias */
.listaIncidenciasCabecera {
	font-family: Trebuchet MS;
	color: #FFFFFF;
	text-decoration: none;
	word-spacing: normal;
	letter-spacing: 0;
	font-size: 1em;
	font-weight: bold;
	width: 100%;
	background-color: #9DA0A3;
	display:block;
}

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


/* para los menus internos de la web */
.menu_cabecera{
	height:15px;
	width : 150px;
	background-image:url(../img/menu_cabecera.gif);
}
.menu_pie{
	height:15px;
	width :150px;

	background-image:url(../img/menu_pie.gif);
}

.menu_centro{
	height:80px;
	width :150px;
	background-color: #FFFFFF;
}

.contenedor_menu {
	float: left;
	padding-left: 15px;
	padding-top: 40px;
	margin-left : 15px;
	/* margin-left: 30px; */
	margin-top: 10px; 
}

.enlaceInvertido {
	text-decoration: none;
	color: #7C5A10;
	font-style: normal;
	font-weight: bold;
	background-color: transparent;
}

.enlaceInvertido:hover {
	text-decoration: none;
	color: #FCAC01;
	
	font-style: normal;
	font-weight: bold;
	background-color: transparent;
}

/**************************************************************************************************************/
/**************************************************************************************************************/
/*******************************************    FORMULARIO    *************************************************/
/**************************************************************************************************************/
/**************************************************************************************************************/

/* para poder posicionar el formulario dentro de la pagina */
.contenedorFormulario {
	/*width: 500px;
	padding-top: 50px;
	padding-left: 5px; /* los elementos que no son flotantes se situan debajo de los que son flotantes */
	/*clear: both; /* especifica si hay desbordamiento lo que pasa con el,en este caso lo oculta*/
	
	background-color: #E5E8ED;
	margin-top: 20px; 
	padding:1px; 
	width:90%;
	margin : auto;
}
/* para el texto de la pagina a la izquieda*/
.formularioTextoIzquierda {
	float: left;
	background-color: #FFFFFF;
	width: 70%;
	text-align: left;
	margin: 0px; 
	padding: 0px;
	height: 50px;
}

/* para el texto de la pagina a la derecha */
.formularioTextoDerecha {
	float: right;
	width: 30%;
	background-color: #FFFFFF;
	height: 50px;
	margin:0px;
	padding:0px;
	
}

.marginadorFormulario {
	margin:10px;
	background-color: White;
	height:31px;
}

.tdFormulario {
	width: 100%;
	overflow: hidden;
	background-color: #E5E8ED;
	padding: 1px;
	vertical-align: middle;
}


/* para las filas que ocupen todas las columnas */
.formularioTexto2Columnas {
	background-color: #FFFFFF;
	width:100%;
	margin:0px;
	padding:0px;
}

/* para el formulario el nombre del formulario */
.capaTitulo {
	padding: 3px 10px 20px 10px;
	text-align: center;
}

/* para el formulario la parte de la izquierda*/
.capaIzquierda {
	float: left;
	width: 150px;
	height: 30px;
	padding: 3px 5px 5px 30px;
	text-align: left;
}

/* para el formulario la parte de la derecha */
.capaDerecha {
	float: right;
	width: 150px;
	height: 30px;
	padding : 3px 5px 5px 5px; 
	text-align: left; 
}

/* para el formulario los elementos que estan a la izquierda */
.titulo {
	color: #000000;
	font-weight: bold;
	font-size: 13px;
	font-family: "Trebuchet MS";
	vertical-align: middle;
	text-align: center;
	/* para centrar el texto dentro de la capa a lo alto */
	line-height: 1.9;
}

/*******************************************************************************************************/
/*******************************************************************************************************/
/*******************************************************************************************************/
/*********************************        LISTADO DE ELEMENTOS   ***************************************/
/*******************************************************************************************************/
/*******************************************************************************************************/
/*******************************************************************************************************/

/***************************************************************************************************/
/************************* FORMULARIO DE BUSQUEDA **************************************************/

.formularioBusqueda{
	height: 45px;
	width: 100%;
	background-color: #E3E9F3;
	clear: both;
	overflow: hidden;
	margin-top: 20px;
	vertical-align: middle;
	text-align: center;
}

.elementoFormularioBusqueda {
	width: 20%;
	float: left;
	padding-top: 8px;
	margin-left: 10px;
	margin: auto;
	vertical-align: middle;
	text-align: center;
	
}

/*************************************LISTADO DE ELEMENTOS BUSCADOS *************************************/
/********************************************************************************************************/

/* como la capa derecha esta a una distancia x de la imagen,alineo el formulario con valores negativos para acercar el 
   formulario hacia la izquieda */
.formularioListado{
	width: 100%;
	clear: both;
	overflow: hidden;
	padding-left: 0px;
	padding-top: 15px;
	margin-left: -25px;
	margin:auto;
}

.tdListado {
	min-width: 100px;
	width: 120px;
	height: 10px;
	background-color: #FBEE95; /* para ie la propiedad es alpha y para fifefox es opacity */
	filter: alpha(opacity=80); 
	opacity: 0.8;
	text-align: center;
	vertical-align: middle;
}
	
.tdListadoEmpresa {
	min-width: 100px;
	width: 120px;
	height: 10px;
	background-color: #C8BA59; /* para ie la propiedad es alpha y para fifefox es opacity */
	filter: alpha(opacity=80); 
	opacity: 0.8;
	text-align: center;
	vertical-align: middle;
}	

.tdListadoOperador {
	min-width: 100px;
	width: 120px;
	height: 10px;
	background-color: #1D91D3; /* para ie la propiedad es alpha y para fifefox es opacity */
	filter: alpha(opacity=80); 
	opacity: 0.8;
	text-align: center;
	vertical-align: middle;
}	

.tdListadoNuevo {
	min-width: 100px;
	width: 120px;
	height: 10px;
	background-color: #FBEE95; /* para ie la propiedad es alpha y para fifefox es opacity */
	filter: alpha(opacity=80); 
	opacity: 0.8;
	text-align: center;
	vertical-align: middle;
}

.tdListadoEntregado {
	min-width: 100px;
	width: 120px;
	height: 10px;
	background-color: #C8BA59; /* para ie la propiedad es alpha y para fifefox es opacity */
	filter: alpha(opacity=80); 
	opacity: 0.8;
	text-align: center;
	vertical-align: middle;
}

.tdListadoGastado {
	min-width: 100px;
	width: 120px;
	height: 10px;
	background-color: #C4250F; /* para ie la propiedad es alpha y para fifefox es opacity */
	filter: alpha(opacity=80); 
	opacity: 0.8;
	text-align: center;
	vertical-align: middle;
}

.aListado {
	text-decoration: none;
	color: #FCAC01;
	
}

.pColumnas {
	font: normal 12px Trebuchet MS;
	margin-left: 3px;
	color:white;
}

.tdColumnas {
	min-width: 100px;
	width: 120px;
	height: 10px;
	background-color: #E8814E; /* para ie la propiedad es alpha y para fifefox es opacity */
	filter: alpha(opacity=90);
	opacity: 0.9;
	vertical-align: middle;
	text-align: center;
}
	

/************************************* FORMULARIO DE NAVEGACION INFERIOR*************************************/
/************************************************************************************************************/
.formularioNavegacion{
	text-align: center;
	font-family: "Trebuchet MS";
	width: 100%;
	padding-top: 15px;
	margin:auto;
}


/************************************* BOTONES INFERIORES ***************************************************/
/************************************************************************************************************/

.botonesInferiores{
	margin:auto;
	padding-top: 15px;
	width: 100%;
}


/* para botones de tamaño grande */
.botonGrande {
	/*border-color: #B5C8E8;
	border: 2px solid #B5C8E8;
	background-color: #EBEBEB;*/
	
	font: normal 12px Trebuchet MS;
	border: 1px solid Silver;
	background-color: #FFFFFF;
	margin:auto;
	width: 150px;
	height: 25px;
}

/* para cuando el raton este situado sobre un boton grande */
.botonGrandeSobre {
	/*border-color: #B5C8E8;
	border: 2px solid #B5C8E8;
	background-color: #FFFFFF;*/
	border: 2px solid Silver;
	background-color: #FFFFFF;
	font: normal 12px Trebuchet MS;
	margin:auto;
	width: 150px;
	height: 25px;
}

/* para botones de tamaño mediano */
.botonMediano {
	/*border-color: #B5C8E8;
	border: 2px solid #B5C8E8;
	background-color: #EBEBEB;*/
	
	font: normal 12px Trebuchet MS;
	border: 1px solid Silver;
	background-color: #FFFFFF;
	margin:auto;
	width: 120px;
	height: 25px;
}

/* para cuando el raton este situado sobre botones medianos */
.botonMedianoSobre {
	/*border-color: #B5C8E8;
	border: 2px solid #B5C8E8;
	background-color: #FFFFFF;*/
	border: 2px solid Silver;
	background-color: #FFFFFF;
	
	margin:auto;
	width: 120px;
	height: 25px;
	font: normal 12px Trebuchet MS;
}

/* para botones pequeños */
.botonPequenio {
	/* border: 2px solid #B5C8E8; */
	border: 1px solid Silver;
	font: normal 12px Trebuchet MS; /* background-color: #EBEBEB; */
	background-color: #FFFFFF;
	margin: auto;
	width: 80px;
	height: 27px;
}

/* para cuando el raton este situado sobre un boton pequeño */
.botonPequenioSobre {
	/* border-color: #B5C8E8;
	border: 2px solid #B5C8E8;
	background-color: #FFFFFF; */
	border: 2px solid Silver;
	background-color: #FFFFFF;
	font: normal 12px Trebuchet MS;
	margin: auto;
	width: 80px;
	height: 27px;
}

/* para botones pequeños */
.botonEnano {
	/* border-color: #B5C8E8;
	border: 2px solid #B5C8E8; 
	background-color: #EBEBEB; */
	border: 1px solid Silver;
	background-color: #FFFFFF;
	
	font: normal 12px Trebuchet MS;
	margin:auto;
	height: 25px;
}

/* para cuando el raton este situado sobre un boton enano */
.botonEnanoSobre {
   /*	border-color: #B5C8E8;
	border: 2px solid #B5C8E8;
	background-color: #FFFFFF;
	*/
	border: 2px solid Silver;
	background-color: #FFFFFF;
	font: normal 12px Trebuchet MS;
	margin:auto;
	width: 50px;
	height: 25px;
}

/*******************************************************************************************************/
/*******************************************************************************************************/
/*******************************************************************************************************/
/**********************************PARA SOLO TEXTO EN MEDIO DE LA PAGINA********************************/
/*******************************************************************************************************/
/*******************************************************************************************************/
/*******************************************************************************************************/

/* para poder posicionar el formulario dentro de la pagina */
.contenedorTextArea {
	width: 500px;
	background-color: Gray;
	padding: 1px;
	
}

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

.textoMedio{
	margin : auto;
	clear: both;
	display: block;
	margin-top: 20px; 
}

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

/*******************************************************************************************************/
/*******************************************************************************************************/
/*******************************************************************************************************/
/**********************************PARA LAS INCIDENCIAS ************************************************/
/*******************************************************************************************************/
/*******************************************************************************************************/
/*******************************************************************************************************/

/* para el texto de la pagina a la izquieda*/
.incidenciaTextoIzquierda {
	float: left;
	background-color: #FFFFFF;
	width: 70%;
	height: 26px;
	margin: 0px;
	padding: 0px;
	text-align: left;
}

/* para el texto de la pagina a la derecha */
.incidenciaTextoDerecha {
	float: right;
	width:30%;
	background-color: #FFFFFF;
	height: 26px;
	margin:0px;
	padding:0px;
	
}

.tdIncidencia {
	width: 100%;
	overflow: hidden;	
	background-color: #E5E8ED;
	padding:1px;
	
}

.contenedorIncidencia {
	background-color: #E5E8ED;
	margin-top: 20px; 
	padding:1px; 
	width:90%;
	margin : auto;

}

/* para las filas que ocupen todas las columnas */
.incidenciaTexto2Columnas {
	background-color: #FFFFFF;
	width: 100%;
	text-align: left;
	clear: both;
	overflow: hidden;
}

.espaciador {
	background-color: #F6F9FD;
	width:100%;
	height: 10px;
	margin-top:0px;
	padding:0px;
	clear: both;
	overflow: hidden;
	
}
.espaciadorPequenio {
	/* background-color: #F6F9FD; */
	background-color: #FF9C01;
	height: 1px;
	display: inline;
	clear: both;
	position: relative;
	min-height: 2px;
	margin:0px;
	padding:0px;
	
}

/*******************************************************************************************************/
/*******************************************************************************************************/
/********************************************* CRONOMETRO **********************************************/
/*******************************************************************************************************/
/*******************************************************************************************************/

.cronometro {
	font: normal 25px "Trebuchet MS";
	margin-left: 3px;
	width: 120px;
	height: 42px;
	text-align: center;
	background-color: #FCAC01;
	/* background-color: #A0A2A4; */
}

#capaCronometro {
	width: 150px;
	height: 60px;
	border: 1px solid #000000;
	position: absolute;
	top: 100px;
	left: 100px;
	visibility:hidden;
	visibility:hide;
   background-color: #FCAC01; 
	/* background-color: #A0A2A4; */
}

#cabeceraCrono {
	width: 10%%;
	height: 18px;
	background-color: #FCAC01; 
	/* background-color: ##A0A2A4; */
	cursor: move;
}

/* .inputCronometro {
	border: 2px solid #BA8209;
	font: normal 25px Trebuchet MS;
	/*	background-color: #EBEBEB;*/
/*	background-color:White;
	width: 150px;
	height: 38px;
	vertical-align: middle;
	text-align: center;
	
} 
*/
.inputCronometro {
	border: 1px solid #BA8209;
	background-color:White;
	vertical-align: middle;
	text-align: center;
}

.botonCabeceraCrono {
	cursor: Default;
	background-color: #FCAC01;
}

/*******************************************************************************************************/
/*******************************************************************************************************/
/*******************************************************************************************************/
/*******************************************************************************************************/
/*******************************************************************************************************/
/*******************************************************************************************************/
/**********************************PARA EL CHAT         ************************************************/
/*******************************************************************************************************/
/*******************************************************************************************************/
/*******************************************************************************************************/

/* para el texto de la pagina a la izquieda*/
.chatTextoIzquierda {
	float: left;
	background-color: #FFFFFF;
	width: 55%;
	height: 26px;
	margin: 0px;
	padding: 0px;
	text-align: left;
}

/* para el texto de la pagina a la derecha */
.chatTextoDerecha {
	float: right;
	width: 45%;
	background-color: #FFFFFF;
	height: 26px;
	margin: 0px;
	padding: 0px;
	text-align: right;
}

.tdChat {
	width: 99%;
	overflow: hidden;	
	background-color: #E5E8ED;
	padding:1px;
	
}

.contenedorChat {
	background-color: #E5E8ED;
	margin-top: 20px; 
	padding:1px; 
	width:90%;
	margin : auto;
	margin-bottom:10px;

}

/* para las filas que ocupen todas las columnas */
.ChatTexto2Columnas {
	background-color: #FFFFFF;
	width: 100%;
	text-align: left;

	clear: both;
	overflow: hidden;
}

.inputChat {
	width: 300px;
	background-color: White;
	text-indent: 2px;
}

/**********************************************************************************************************/
/**********************************************************************************************************/
/****************************************  PRECARGA DE IMAGENES CON CSS ***********************************/
#preloadedImages {
	width: 0px;
	height: 0px;
	display: inline;
	background-image: url(../img/chat.gif);
	background-image: url(../img/chat_sobre.gif);
	background-image: url(../img/nueva_incidencia.gif);
	background-image: url(../img/nueva_incidencia_sobre.gif);
	background-image: url(../img/saldo.gif);
	background-image: url(../img/saldo_sobre.gif);
	background-image: url(../img/configuracion.gif);
	background-image: url(../img/configuracion_sobre.gif);
	background-image: url(../img/saldo2.gif);
	background-image: url(../img/saldo2_sobre.gif);
	background-image: url(../img/icon_users.gif);
	background-image: url(../img/icon_users_sobre.gif);
	background-image: url(../img/incidencias.gif);
	background-image: url(../img/incidencias_sobre.gif);
	background-image: url(../img/prepago.gif);
	background-image: url(../img/prepago_sobre.gif);
	background-image: url(../img/modificar_sobre.gif);
	background-image: url(../img/modificar.gif);
	background-image: url(../img/perfilesPago_sobre.gif);
	background-image: url(../img/perfilesPago.gif);
	background-image: url(../img/ayuda_entrada.gif);
	background-image: url(../img/ayuda_entrada_sobre.gif);
}


#footer{
	height:41px;
	background:url(../img/footer_image.gif) no-repeat 200px 0;
	clear:both;
	width:850px;
	margin:0 auto;
}

#footer p{
	color:#7C7D7D;
	padding-top:10px;
	font-size:11px;

}
#footer a{
	color:#7C7D7D;
	text-decoration:none;
	font-size:11px;
	font: normal 12px "Trebuchet MS";
}

#body_contenido_left{
	float: left;
	width: 160px; /* de esta manera conseguimos ajustar la pagina en ie a una altura minima */
	/* width: 160px */
	height: expression((documentElement.clientHeight <600) ? "500px" : "500px" );
	padding: 0px;
	margin: : 0px;
	clear: both;
	overflow: hidden;
}

#fondo_marquesina {
	height: 450px;
	/* width: 150px; */
	width: 185px;
	/* background-color: #E3E9F3; */
	background-color: #BBB9B9;
	min-height: 450px;
	padding-top: 5px;
	margin-left: 0px;

	
}

#fondo_marquesina2 {
	filter: alpha(opacity=80);
	opacity: 0.8;
	background-color: ffffff;
	width: 95%;
	margin: auto;
	min-height: 445px;
	height: 440px;
}

#body_contenido_left h3 {
	width:348px;
	height:21px;
	text-indent:-999999px;
	background:url(../img/welcome_note.gif) no-repeat 0 0;
	margin-left:23px;
}

#body_contenido_left p{
	font-size:11px;
	margin:8px 30px 0px 27px;
	color:#666666;
}

/* para todo el contenido contenido en la parte derecha */
#body_contenido_right {
	float: right;
	width: 625px;
	min-width: 625px; /*height: 500px;*/
	/* min-width:650px;
	   width:650px; */
	margin: 0px;
	padding: 0px; /* de esta manera conseguimos ajustar la pagina en ie a una altura minima */
	height: expression((documentElement.clientHeight <600) ? "480px" : "480px" );
	margin-bottom: 20px; 
}

/*************************************************************************************/
/*****************************    MARQUESINA    **************************************/
/*************************************************************************************/
.marquesina {
	min-width: 200px;
	/* min-width: 100px; 
		width: 120px;
	*/
	width: 200px;
	height: 350px;
	background-color: #FBEE95; /* para ie la propiedad es alpha y para fifefox es opacity */
	text-align: center;
	vertical-align: middle;
} 
.contenedorMarquesina {
	width:300px;
	/*width:200px; */
	height:200px;
	
}

/*************************************************************************************/
/************************************** AYUDA  ***************************************/
/*************************************************************************************/
#intro{

background-repeat: no-repeat;
width: 556px;
height: 163px;
position:relative;
margin: 5px auto;
font-size:13px;
color: #262626;
margin-top : 40px;  
}

#intro h2{
	color:white;
	background-repeat: no-repeat;
	background-position: top center;
	text-indent: -99999px;
	padding:3px 0;
	margin:0 0 0 5px;
	
}
* html>body #intro h2{
	margin-top:5px;
	margin-left: 10px;
}
#intro div{
	width: 158px;
	padding:0 10px 0 5px;
	position:absolute;
}
#intro p{
	text-align: right;
}
/****************************** Incidencias Nuevas ***********************************/
textarea.incidencia{
	border: 1px solid #666;
	background-image:url(../img/cuadrado.png);
	font-size: 8pt;
	height: 300px;
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	SCROLLBAR-FACE-COLOR: #ffffff; 
	SCROLLBAR-HIGHLIGHT-COLOR: #ffffff; 
	SCROLLBAR-SHADOW-COLOR: #ffffff; 
	SCROLLBAR-3DLIGHT-COLOR: #ffffff; 
	SCROLLBAR-ARROW-COLOR:  #FD8C00; 
	SCROLLBAR-TRACK-COLOR: #ffffff; 
	SCROLLBAR-DARKSHADOW-COLOR: #ffffff;
}

textarea.resolucion{
	border: 1px solid #666;
	background-image:url(../img/cuadrado.png);
	font-size: 8pt;
	height: 150px;
	width: 560px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	SCROLLBAR-FACE-COLOR: #ffffff; 
	SCROLLBAR-HIGHLIGHT-COLOR: #ffffff; 
	SCROLLBAR-SHADOW-COLOR: #ffffff; 
	SCROLLBAR-3DLIGHT-COLOR: #ffffff; 
	SCROLLBAR-ARROW-COLOR:  #FD8C00; 
	SCROLLBAR-TRACK-COLOR: #ffffff; 
	SCROLLBAR-DARKSHADOW-COLOR: #ffffff;
}

.chat {
	border: 1px solid #666;
	background-image:url(../img/cuadrado.png);
	font-size: 8pt;
	height: 150px;
	width: 560px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	SCROLLBAR-FACE-COLOR: #ffffff; 
	SCROLLBAR-HIGHLIGHT-COLOR: #ffffff; 
	SCROLLBAR-SHADOW-COLOR: #ffffff; 
	SCROLLBAR-3DLIGHT-COLOR: #ffffff; 
	SCROLLBAR-ARROW-COLOR:  #FD8C00; 
	SCROLLBAR-TRACK-COLOR: #ffffff; 
	SCROLLBAR-DARKSHADOW-COLOR: #ffffff;
	
}

/* input{
	background-image: url(../img/boton_off.gif);
	background-repeat: no-repeat;
	width: 120px;
	height: 32px;
	te;
	text-indent: 2px;
	text-align: center;
	vertical-align: 5px;
} 

input:hover{
	background-image: url(../img/boton_on.gif);
	background-repeat: no-repeat;
	width: 120px;
	height: 32px;
} */

input.inputSiguiente {
	background-image: url(../img/siguiente_off.gif);
	background-repeat: no-repeat;
	width: 120px;
	height: 32px;
}

/*
input.inputSiguiente:hover {
	background-image: url(../img/siguiente.gif);
	background-repeat: no-repeat;
	width: 120px;
	height: 32px;
}

*/


input.inputAnterior {
	background-image: url(../img/anterior_off.gif);
	background-repeat: no-repeat;
	width: 120px;
	height: 32px;
}

input.inputAnterior:hover {
	background-image: url(../img/anterior.gif);
	background-repeat: no-repeat;
	width: 120px;
	height: 32px;
	min-width:120px;
	min-height: 32px;
	position: relative;
	display: block;
}

a.inputAnterior {
	background-image: url(../img/anterior_off.gif);
	background-repeat: no-repeat;
	width: 120px;
	height: 32px;
	min-width:120px;
	min-height: 32px;
	position: relative;
	display: block;
}

a.inputAnterior:hover {
	background-image: url(../img/anterior.gif);
	background-repeat: no-repeat;
	width: 120px;
	height: 32px;
	min-width:120px;
	min-height: 32px;
	position: relative;
	display: block;
}

a.inputSiguiente {
	background-image: url(../img/siguiente_off.gif);
	background-repeat: no-repeat;
	width: 120px;
	height: 32px;
	min-width:120px;
	min-height: 32px;
	position: relative;
	display: block;
}

a.inputSiguiente:hover {
	background-image: url(../img/siguiente.gif);
	background-repeat: no-repeat;
	width: 120px;
	height: 32px;
	min-width:120px;
	min-height: 32px;
	position: relative;
	display: block;
}

/**** PASO 1 DESCRIPCION ****/

#nuevaIncidenciaMenu {
	float:left;
	background-image: url(../img/descripcion.gif);
	background-repeat: no-repeat;
	height: 400px;
	width:190px;
	margin: 0px;
	padding: 0px;
	margin-left:-10px; 
}

.letrasNuevaIncidencia {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	margin: 4px;
}

#tituloNIDescripcion {
	background-image: url(../img/banner_incidencias.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 64px;
	width: 400px;
	margin: 0px;
	padding: 0px;
	text-align: left;
	float: left;
}


#body_contenidoAyuda {
	min-height: 50px;
	height: 64px;
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-right: 0px;
	background-image: url(../img/fondo.gif);
	background-repeat: no-repeat;
	clear: both;
	overflow: hidden;
}

/**** PASO 2 ELEGIR OPERADOR ***/

#nuevaIncidenciaMenuOperador {
	float:left;
	background-image: url(../img/operador.gif);
	background-repeat: no-repeat;
	height: 400px;
	width:190px;
	margin: 0px;
	padding: 0px;
	margin-left:-10px; 
	
}

#boxTitulo{
   clear: both; 
	overflow: hidden;
	margin:0px; 
}

/***** PASO 3 DESCARGAR APLICACION **********/

#nuevaIncidenciaMenuDescarga {
	float:left;
	background-image: url(../img/telesoporte.gif);
	background-repeat: no-repeat;
	height: 400px;
	width:190px;
	margin: 0px;
	padding: 0px;
	margin-left:-10px; 
	
}

/***** PASO 3 FINALIZACION **********/
#nuevaIncidenciaMenuFinal {
	float:left;
	background-image: url(../img/finalizacion.gif);
	background-repeat: no-repeat;
	height: 400px;
	width:190px;
	margin: 0px;
	padding: 0px;
	margin-left:-10px; 
	
}
/**************************************************************************/
/*************************** PREPAGO **************************************/


#tituloPrepago {
	background-image: url(../img/banner_prepago.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 64px;
	width: 400px;
	margin: 0px;
	padding: 0px;
	text-align: left;
	float: left;
}