/****************************************************/
/* Mirapoint Application Cascading Style Sheet      */
/*   refer to: http://www.w3.org/TR/REC-CSS1        */
/****************************************************/

/****************************************************/
/* Changes made here should also be made in the     */
/* "../brandvars.var" file in order to handle cases */
/* where the web browser does not support CSS.      */
/****************************************************/

/****************************************************/
/* Selector declarations of standard HTML tags      */
/****************************************************/
/*BODY                    { color:        #000000;
                          background:   #ffffff;     } *//* #9C033C */
body{font:normal 11px tahoma; margin:0; padding:0; background-color:#fff;   }
A:active                { color:        #8c007b;
                          background:   transparent; } /* active links     */
A:link                  { color:        #0000cc;
                          background:   transparent; } /* unvisited links  */
A:visited               { color:        #0000cc;
                          background:   transparent; } /* visited links    */
A:hover                 { color:        #ff6600;
                          background:   transparent;
			  text-decoration: underline } /* mouse-over color */

/***************************************************************************/
/* Selector declarations - for general usage (in alphabetical order)       */
/***************************************************************************/
.genBtn                 { color:        #000000;   
                          background:   #c0c0c0;     } /* form buttons */
.genData                { color:        #000000; 
                          background:   #ffffff;     } /* table row data */
.genDataAlt             { color:        #000000; 
                          background:   #f1f1f1;     } /* table row data (alternate row) */
.genDataHilite          { color:        #ff0000;     } /* error msgs */
.genDataOff             { color:        #666666;     } /* e.g., disabled links */
.genDataStatus          { color:        #666666;     } /* e.g., msg count */

.genHeader              { color:        #000000;
                          font-family:      Helvetica;
                          font-size:        8pt;      
                          background:   #430313;     } /* table headers */
A.genHeaderLink:active  { color:        #ffffff; 
                          background:   transparent; } /* link rendered in genHeader #8c007b */
A.genHeaderLink:link    { color:        #ffffff; 
                          background:   transparent; } /* link rendered in genHeader #0000cc */
A.genHeaderLink:visited { color:        #ffffff;
                          background:   transparent; } /* link rendered in genHeader #0000cc */
A.genHeaderLink:hover   { color:        #ffffff;
                          background:   transparent; } /* mouse-over color #ff6600 */

.genLegend              { color:        #000000;   
                          background:   #ffffff;     } /* legends containing icons, etc. */
.genLogin               { color:        #000000;
						margin: 0 ;
                          font-family:      Helvetica;
                          font-size:        8pt;
                          background:   #666666;     } /* login pages */
.genLoginTitle          { color:        #990033;     } /* login page titles */

.genBanner                 { color:        #000000;
						margin: 0 ;
                          font-family:      Helvetica;
                          font-size:        7pt;
						background:	#666666;} /* used by links.html and banner.html */
.genNav                 { color:        #000000;
						margin: 0 ;
                          font-family:      Helvetica;
                          font-size:        7pt;
						background-image:	url(/wmi/nextel/nextel_barra.jpg);} /* used by links.html and banner.html */
.genNavOff              { color:        #aaaaaa;     } /* e.g., disabled links */
A.genNavLink            { text-decoration: none;     } /* link rendered in genNav */
A.genNavLink:active     { color:        #460113;
                          background:   transparent; } /* link rendered in genNav  */
A.genNavLink:link       { color:        #460113;
                          background:   transparent; } /* link rendered in genNav  */
A.genNavLink:visited    { color:        #460113 ;
                          background:   transparent; } /* link rendered in genNav */
A.genNavLink:hover      { color:        #460113;
                          background:   transparent;
			  text-decoration: underline; } /* mouse-over color  */
.genNotice              {
			  min-height:	    24px;
                          background:	    #b0c4be;
                          font-family:      Helvetica;
                          font-size:        9pt;
                          vertical-align:   middle;
                          padding:          2px 0px 2px 0px;
			  width:	    100%;
			  margin:	    1px 0px 1px 0px;
                        }
A.genNoticeLink         {
                          background:	    #b0c4be;
                          font-family:      Helvetica;
                          font-size:        9pt;
                          vertical-align:   middle;
                         }
A.dateNavLink            { text-decoration: none;     } /* link rendered in genNav */
A.dateNavLink:active     { color:        #0000cc;
                          background:   transparent; } /* link rendered in genNav */
A.dateNavLink:link       { color:        #0000cc;
                          background:   transparent; } /* link rendered in genNav */
A.dateNavLink:visited    { color:        #0000cc;
                          background:   transparent; } /* link rendered in genNav */
A.dateNavLink:hover      { color:        #ff6600;
                          background:   transparent;
			  text-decoration: underline; } /* mouse-over color */

.genTitle               { color:        #ffffff;       /* page title headers */
						background-image:	url(/wmi/nextel/nextel_barra.jpg);
                        font-family:      Arial,Tahoma,Sans-Serif;
                        font-size:        14px;
						font-style:		italic;
						font-weight:	bold;
						  height:22px; }/*#cc6666*/

/* colors used to identify mail messages fetched from external mail servers */
.genPOPcolor0           { color:        #000000;
                          background:   #66cc66; } /* green */
.genPOPcolor1           { color:        #000000;
                          background:   #ccffcc; } /* lightgreen */
.genPOPcolor2           { color:        #000000;
                          background:   #6699ff; } /* blue */
.genPOPcolor3           { color:        #000000;
                          background:   #99ffff; } /* lightblue */
.genPOPcolor4           { color:        #000000;
                          background:   #ff66ff; } /* magenta */
.genPOPcolor5           { color:        #000000;
                          background:   #ccccff; } /* lightpurple */
.genPOPcolor6           { color:        #000000;
                          background:   #ffcccc; } /* pink */
.genPOPcolor7           { color:        #000000;
                          background:   #ff9900; } /* orange */
.genPOPcolor8           { color:        #000000;
                          background:   #ffcc33; } /* lightorange */
.genPOPcolor9           { color:        #000000;
                          background:   #ffff99; } /* yellow */

/****************************************************/
/* Selector declarations - for application 'mcal'   */
/****************************************************/
.mcalDayCellBusy        { color:        #000000;
                          background:   #a0a0a0; } /* depicts a busy timeslot */
.mcalDayCellFree        { color:        #000000;
                          background:   #f1f1f1; } /* depicts a free timeslot */
.mcalEvent              { color:        #000000;
                          background:   #d0d0d0; } /* contains event data */
.mcalNoEvent            { color:        #000000;
                          background:   #f1f1f1; } /* contains no event data */
.mcalDatebox            { color:        #000000;
                          background:   #d0d0d0; } /* regular nav. box */
.mcalDateboxHlght       { color:        #000000;
                          background:   #f1f1f1; } /* highlighted nav. box */
.mcalSmallCal           { color:        #000000;
                          background:   #f1f1f1; } /* small calendar view */

/****************************************************/
/* Selector declarations - for application 'spell'  */
/****************************************************/
.spellCurWord           { color:        #ff0000; } /* color of currently-selected misspelled word */

/****************************************************/
/* Selector declarations - for online help          */
/****************************************************/
A.helpNavLink           { text-decoration: none; }
A.helpLink              { text-decoration: none; }
A.helpLink:visited      { color:        #7b52a5;
                          background:   transparent; }
.helpMenuText           { color:        #3d567f; 
                          font-weight:  bold; }

/****************************************************/
/* NEXTEL Branding          */
/****************************************************/

h1{ font:bold 12px tahoma; color:#AB0535; margin-bottom:2em}
h2{color:#363534; margin:0 0.5em 0 0; line-height:18px; font:bold 12px tahoma}
h3{color:#AB0535; margin:0 0.5em 0 0; line-height:18px; font:normal 10px tahoma}
h4{color:#000; padding:2em 0.5em 0 1.5em; line-height:18px; font:bold 11px tahoma}
h5{ color:#000; margin:3px 0 0 0; font:bold 11px tahoma}
h6{ color:#363534; padding:10px 0 0 20px; font:bold 12px tahoma}
img{ border:0}
/*INPUT{margin-top:1px; border-bottom: 1px solid #bbb; border-right: 1px solid #bbb; font:bold 11px tahoma; color:#000}*/
SELECT{ font:normal 11px tahoma; width:140px; margin:0; }

select {     background: #ffffff;
			font-weight: normal;
			font-family: tahoma,sans-serif;
			font-size: 10pt;
			color: #000000; }
			
.select {     background: #ffffff;
			font-weight: normal;
			font-family: tahoma,sans-serif;
			font-size: 10pt;
			color: #000000; }

select.banner {     background: #666666;
			font-weight: bold;
			font-family: tahoma,sans-serif;
			font-size: 10pt;
			color: #ffffff; }

div 	{
				font-weight: normal;
			font-family: arial,tahoma,sans-serif;
			font-size: 10pt;
			color: #000000; }

div.banner {
			font-weight: bold;
			font-family: arial,tahoma,sans-serif;
			font-size: 10pt;
			color: #ffffff; }

.genBannerTest                 { color:        #000000;
			margin: 0 ;
										font-family:      Helvetica;
										font-size:        7pt;
			background:	#ffffff;} /* used by links.html and banner.html */

a{text-decoration:underline; color:#000; font:normal 11px tahoma}
a:hover{ color:#333}
.clear{ clear:both}
label{
  float:left;
  width:35%;
  margin-right:0.5em;
  padding-top:0.5em;
  text-align:right;
  font-weight:normal;
  line-height:18px;
}
.checki{border:0; }
label{
  float:left;
  width:80%%;
  margin-right:0.5em;
  text-align:right;
  font-weight:normal;
  color:#000;
	font:normal 11px tahoma;
}

/* test */
#cabezera{width:1012px; height:81px}
#cabezera .logo{ width:749px; height:81px; float:left; padding:0 0 0 0;}
#cabezera .busqueda{ float:left; width:245px; height:41px; background-image:	url(/wmi/test/cabecera2.jpg); background-repeat:no-repeat; padding:40px 0 0 10px; color:#fff; font:bold 11px tahoma}
#menu{ float:left; width:102px; height:auto; background-color:#F3F3F3; margin-left:3px}
#formato{ float:left; width:1000px; height:auto;  }
#formato .titulo_general{background:transparent url(/wmi/test/titulo_notas.jpg) no-repeat; width:883px; height:21px; color:#FFF; text-decoration:none}


/*Login*/
#cabecera .superior{ background:transparent url(../imgs/cabecera_login.jpg) no-repeat;width:1002px; height:70px}
#cabecera .titulo{font:bold 12px tahoma; padding:7px 0 0 15px; background:transparent url(../imgs/titulo_login.jpg) no-repeat; width:987px; height:25px}
#servicios .imagenes{ float:left; width:40px; margin-bottom:15px; height:auto}
#servicios .descripcion{ float:left; width:650px; height:auto; margin-bottom:15px; height:auto}
#servicios .mensaje{width:700px; height:23px; background:#F6F6F6; padding:8px 0 0 29px; font:bold 11px tahoma }
#login .cuerpo_login{ background:transparent url(../imgs/bg_login.jpg) no-repeat; height:437px; width:242px; margin:0; padding:20px 0 20px 10px; margin-left:4px}
#login .datos{ text-align:center; font:bold 10px tahoma; width:220px; padding:300px 0 10px 5px}
.entrar{ margin:5px 0 0 80px}
.imp{ margin-bottom:5px;}
.labeles{ width:24%}
.contactor{ width:16%}

/*trafico*/
.bandeja{width:110px}
#menu .texto{ text-align:center; width:80px; padding-top:20px; height:513px}
#menu ul{margin:0; padding:0; padding-bottom:20px }
#menu li {height:auto; list-style:none; width:80px;display:block;padding:6px 0 6px 0; margin-left:12px !important; margin-left:2px }
#menu li a{width:100%; display:block; height:auto ; text-decoration:none; font:normal 11px tahoma;color:#363534}
#menu li a:hover{ color:#000;display:block;height:auto;width:100%; font:bold 11px tahoma}
#formato .bg_titulo{ background:transparent url(/wmi/test/bg_titulo.jpg) no-repeat; width:884px; height:23px; font:bold 12px tahoma; padding:6px 0 0 10px; color:#333}
#formato .color{background-color:#F3F3F3; width:874px; height:auto; margin:10px; padding-bottom:20px; overflow:auto;  }
#formato .estadisticas{padding:5px 0 0 150px}
.azul{ color:#0202CD; font-weight:bold}
.verde{ color:#029E02;  font-weight:bold}


/*bolck notas*/
#formato .notas{background-color:#F3F3F3; width:884px; height:auto; margin:20px 0 0 10px; padding-bottom:20px; height:auto}
#formato .botones_nota{ padding:20px 0 0 10px}
#formato .primer_parrafo{ background-color:#EEE; width:100%; border-bottom:1px solid #FFF; height:21px}
#formato .segundo_parrafo{ background-color:#F6F6F6; width:100%; border-bottom:1px solid #FFF; height:21px}
#formato .check{ float:left; width:47px; padding-left:25px; }
#formato .titulo_nota{ float:left; width:566px; padding-top:3px; text-decoration:underline}
#formato .titulo_nota a{ float:left; width:566px; padding-top:3px; text-decoration:underline; font:normal 11px tahoma; color:#333}
#formato .titulo_notaN{ float:left; width:566px; padding-top:3px;}
#formato .fecha_nota{ float:left; width:245px; padding-top:3px}

/*correo*/
.selecto{ border:1px solid #999999; width:123px; height:15px; font:normal 11px tahoma; margin: 0 0 5px 0;}
.leido{ border:1px solid #999999; width:94px; height:15px; font:normal 11px tahoma; margin: 0 0 5px 0;}
.division{ padding-top:20px; padding-bottom:20px}
.selecciones{ float:left; width:200px;  padding-left:10px; padding-top:5px}
.selecciones a{text-decoration:underline; color:#666; font:normal 11px tahoma;  padding-left:10px; }
.selecciones a:hover{ text-decoration:none; color:#000}
.paginar{ float:left; padding-left:10px; width:400px }
.paginar a{ text-decoration:underline ; color:#666; font:normal 11px tahoma}
.go{width:40px}
#formato .mensaje{ float:left; width:40px; padding-left:16px; padding-top:2px}
#formato .mensaje2{ float:left; width:10px; padding-top:2px}
#formato .mensaje2b{ float:left; width:10px; padding-top:2px}
#formato .mensaje3{ float:left; width:10px; padding-top:2px; padding-left:6px}
#formato .mensaje3b{ float:left; width:10px; padding-top:2px; padding-left:6px}
#formato .mensaje4{ float:left; width:10px; padding-top:2px; padding-left:6px}
#formato .mensaje4b{ float:left; width:10px; padding-top:2px; padding-left:6px}
#formato .mensaje a{ text-decoration:none; color:#FFF}
#formato .recibido{ float:left; width:132px; padding-top:2px; padding-left:30px}
#formato .recibido a{ text-decoration:none; color:#FFF}
#formato .tamano{ float:left; width:79px; padding-top:2px}
#formato .tamano a{ text-decoration:none; color:#FFF}
#formato .de{ float:left; width:138px; padding-top:2px; padding-left:20px;}
#formato .de a{ text-decoration:none; color:#FFF}
#formato .dez{ float:left; width:138px; padding-top:2px; padding-left:20px; color:#FFF}
#formato .asunto{ float:left; width:370px; padding-top:2px; padding-left:10px}
#formato .asunto a{ text-decoration:none; color:#FFF}
#formato .estado_mensaje{ float:left; width:41px; padding-left:16px}
#formato .asunto_mensaje{ float:left; width:370px; padding-top:3px; padding-left:10px}
#formato .asunto_mensaje a{ text-decoration:underline; color:#333; font:normal 11px tahoma}
.texto_correo{ float:left; width:480px}
.fondo_espacio{ float:left; width:137px; background:transparent url(/wmi/test/espacio_ocupado.jpg); height:18px}
.correo_texto{ float:left; width:80px; font:normal 11px tahoma; padding-left:10px; text-align:right}

/*Agenda*/
#formato .titulo_general_agenda{width:883px; height:22px; background-color:#910029; color:#FFF; text-decoration:none; text-align:center; padding-top:5px; font-size:14px; font-weight:bold}
#formato .agenda{float:left; width:47px; padding-left:25px; padding-top:2px }
#formato .agenda a{ font-weight:normal;  color:#000}
#formato .actividad{float:left; width:180px; padding-left:25px; padding-top:2px }
#formato .actividad a{ font-weight:normal; color:#000  }
#formato .mes{width:276px; height:22px; background-color:#910029; color:#FFF; margin:20px 0 0 10px; text-align:center; padding-top:5px; font-size:14px; font-weight:bold;}

#formato .pendientes{width:554px; height:22px; background-color:#910029; color:#FFF; margin:20px 0 0 10px; text-align:left; padding-top:5px; font-size:14px; font-weight:bold; float:left; padding-left:15px}
#formato .izquierdo{ float:left; }
#formato .dias{width:260px; height:22px; background-color:#eee; margin:3px 0 0 10px; padding-top:5px; font:bold 12px tahoma;padding-left:16px; color:#333 }
#formato .num{ width:36px; float:left;font-weight:bold; }
#formato .fecha{width:260px; height:22px; color:#000; margin:3px 0 0 10px; padding-top:5px; font-size:12px; font-weight:bold; padding-left:16px }
#formato .dia{ width:36px; float:left; font-weight:normal; color:#000}
#formato .pend{width:553px; height:22px; background-color:#eee; color:#333; margin:5px 0 0 19px; padding-top:3px; font-size:12px; font-weight:bold; padding-left:16px; font:normal 11px tahoma }
#formato .prio{ float:left; width:100px; padding-left:20px }
#formato .asun{ float:left; width:280px; }
#formato .numeral{ float:left; width:80px; padding-left:20px }
#formato .limit{ float:left; width:10px; }
#formato .cuadrado{ float:left;  width:20px; margin-left:30px}
#formato .tarea{ color:#800000}
#formato .tarea a{ color:#800000}
.agen{ width:80px}
.namber{ width:40px}


/*Actualizar*/
#actualizar{ margin:35px; width:600px; }
#actualizar .tituloac{ float:left; width:120px; text-align:right; padding-right:5px}
#actualizar .tituloac2{ float:left; width:120px; text-align:right; padding-right:5px; margin-top:20px; margin-bottom:3px}
.act{width:300px}
.texare{ width:300px; height:100px}
.espacio{ height:40px}
 
 /*correo*/
 .bandeja_input{ width:400px}
 .btn_bandeja{ width:530px; text-align:right; padding-right:10px}
 .texareb{ width:400px; height:100px}
 .conjunto{ width:180px}
 .band{ width:20px}
 
 /*importar/exportar*/
 
 .input_importar{ width:180px; margin-top:5px; margin-bottom:5px}
 .input_conjunto{ width:260px; margin-top:5px; margin-bottom:5px}
 .btn_importexport{ width:350px; text-align:right}
 .linea{ margin:20px 0 20px 0}
 .correo_ie{ float:left; width:350px; font:bold 11px tahoma; text-align:right}
 .texto_nombres{ float:left; width:500px}
 
 /*carpeta*/
 .carpetas{ margin:10px 0 0 10px; background-color:#eee; height:28px; padding-top:5px; padding-left:10px}
 .carpetas a{ color:#000}
  .carpetas a:hover{ color:#993300; font-weight:bold}
.nombre_carpeta{width:20px; height:23px; padding:1px 0 0 9px; font:bold 11px tahoma }
.correocarpetas{float:left; width:550px; padding-left:15px; padding-top:2px }
.editables{ float:left; width:70px; padding-top:2px}

/*Buscar*/
.buscar{ float:left; width:342px; text-align:left; padding-left:20px}
 .buscar_carpetas{ margin:10px 0 0 10px; background-color:#eee; height:78px; padding-top:5px; padding-left:10px}

 .bus{ float:left; width:420px; text-align:left}
 .red{ color:#993333; font:normal 11px tahoma; padding-left:10px}
 /*correo_contacto*/
#formato .checks{ float:left; text-align:center; width:30px; padding-left:2px; padding-top:3px; color:#fff;}
.selecciones_buscar{ float:left; width:650px; padding-top:3px; text-align:center}
.selecciones_buscar a{text-decoration:underline; color:#666; font:normal 11px tahoma;  }
.selecciones_buscar a:hover{ text-decoration:none; color:#000}
#formato .tamanos{ float:left; width:100px; padding-top:3px; padding-left:25px; color:#fff;}
#formato .tamanos a{ float:left; width:79px; padding-left:10px; color:#fff; text-decoration:none}
#formato .tamanos3{ float:left; width:120px; padding-top:3px; padding-left:5px !important; padding-left:15px}
#formato .tamanos3 a{ float:left; padding-left:10px; color:#000; text-decoration:none}
.correos{ float:left; width:180px; margin-top:2px; color:#fff;}
.correos a{color:#000; text-decoration:none}
.contact{width:850px; text-align:left; margin-left:0; padding-left:0}
 #formato .izquierdos{ float:left; width:500px; padding-left:100px; height:auto;}

 /*Opciones de filtro */
 .opciones_filtro{ float:left; width:500px; padding-left:50px; height:auto;}
 .filtro{ width:180px}
.op_fil{ padding-left:23px; margin-top:3px; width:600px}

/*AGREGAR_OPCIONES*/
.agregar_opciones{float:left; width:800px;  height:auto; color:#000 }
.opciones_izquierdo{float:left; width:500px;  height:auto; color:#000}
.derecho{ float:left; width:300px;color:#000; margin-top:40px}
.asterisco{ color:#990000}
.apodo{ font-size:10px; margin-left:80px; margin-bottom:20px}
.cargo{ width:105px; text-align:left}
.opciones_respuesta{float:left; width:600px;  height:auto; color:#000}
/*carpeta disco*/

.carpeta_titulo{ width:200px; padding-left:10px; padding-top:2px}
.carpeta_titulo a{ width:100px; padding-left:10px; color:#fff}

.carpeta_titulo2{ width:200px; padding-left:10px; color:#000;}
.carpeta_titulo2 a{ width:100px; padding-left:10px; color:#000;  }
#formato .primer_parrafo2{ background-color:#EEE; width:100%; border-bottom:1px solid #FFF; height:22px}
#formato .segundo_parrafo2{ background-color:#F6F6F6; width:100%; border-bottom:1px solid #FFF; height:20px}
.asistente{ padding-left:23px; margin-top:3px; width:800px}
/*paginas web*/
#lista_paginas{ width:700px;}
.paginas{ float:left; width:100px; margin:20px 0 10px 30px}
.pag{ border:0}
.label_paginas{ width:140px; float:left; padding-right:2px}
.label_paginas2{ width:140px; float:left; padding-right:2px;}

#actualizar2{ margin:35px; width:800px; }
.seccion{ width:800px; float:left; margin:20px 0 20px 0}
.dividido{ width:380px; float:left; margin:0 0 20px 0}
.prod{ width:65px; float:left}

/*manuales*/
#cabecera_manual{ background:transparent url(/wmi/test/cabezera_manual.jpg) no-repeat; width:1003px; height:81px}
#cuerpo_manual{width:1003px; line-height:18px; }
.manual_tareas{ float:left; width:225px; padding-left:10px; padding-right:20px; padding-top:20px}
.tareas{ float:left; width:272px; overflow:scroll; height:520px}
.utilizacion{ float:left; width:701px; overflow:scroll; background:transparent url(/wmi/test/titulo_manual.jpg) no-repeat; padding-left:15px; padding-right:15px; color:#363534; height:520px}
.cuadro_manual{ background:transparent url(/wmi/test/cuadro_manual.jpg) no-repeat; width:687px; height:649px;}
.manual_link1 { padding:45px 0 0 0; margin-left:580px;}
.manual_link2 { padding:35px 0 0 0; margin-left:580px;}
.manual_link3 { padding:12px 0 0 0; margin-left:580px;}
.manual_link {margin:20px 0 0 0; margin-left:580px;}
manual_link a{color:#000}

.spacing{ float:left; margin-left:5px}
.redactar{margin:20px 0 20px 0}
.texto200 {font:normal 11px tahoma; float:right; margin: -18px 0 0 0; padding:0 34 0 0}
.texto300 {font:bold 11px tahoma;}
.texto310 {font:normal 11px tahoma; float:right; margin: -16px 0 0 0; padding:0 5 0 0}
.texto400 {font:normal 11px tahoma; float:right; margin: -18px 0 0 0; padding:0 34 0 0}
.texto500 {font:normal 11px tahoma; float:right; margin: -18px 0 0 0; padding:0 34 0 0}
.texto600 {font:bold 11px tahoma;}
.texto610 {font:normal 11px tahoma; float:right; margin: -16px 0 0 0; padding:0 80 0 0}
.texto700 {font:bold 11px tahoma;}
.texto710 {font:normal 11px tahoma; float:right; margin: -16px 0 0 0; padding:0 80 0 0}
.texto800 {font:normal 11px tahoma; float:right; margin: -18px -8px 10px 0; padding:0 34 0 0}
.texto900 {font:bold 11px tahoma;}
.texto910 {font:normal 11px tahoma; float:right; margin: -16px 0 0 0; padding:0 80 0 0}
.texto1000 {font:bold 11px tahoma;}
.texto1010 {font:normal 11px tahoma; float:right; margin: -16px 0 0 0; padding:0 80 0 0}
.texto1100 {font:normal 11px tahoma;}
.texto1200 {font:normal 11px tahoma;}
.texto1300 {font:normal 11px tahoma;}
.texto1400 {font:normal 11px tahoma;}
.texto1100 {font:normal 11px tahoma;}
.texto1500 {font:normal 11px tahoma;}
.texto1600 {font:normal 11px tahoma;}
.texto1700 {font:normal 11px tahoma;}

.btnmarcar {
  background: #FFC url(/wmi/test/marcar.jpg) repeat-x;
	width:66px;
	height:16px;
	border: none;
	margin: 0 0 4px 0;
}

.btnmover {
  background: #FFC url(/wmi/test/mover.jpg) repeat-x;
	width:67px;
	height:16px;
	border: none;
	margin: 0 0 4px 0;
}

.btncopiar {
  background: #FFC url(/wmi/test/copiar.jpg) repeat-x;
	width:70px;
	height:16px;
	border: none;
	margin: 0 0 4px 0;
}

.btneliminar {
  background: #FFC url(/wmi/test/eliminar.jpg) repeat-x;
	width:66px;
	height:16px;
	border: none;
	margin: 0 0 4px 0;
}

.btnira {
  background: #FFC url(/wmi/test/ir_a.jpg) repeat-x;
	width:44px;
	height:16px;
	border: none;
}

.btnenviar {
  background: #FFC url(/wmi/test/enviar.jpg) repeat-x;
	width:67px;
	height:18px;
	border: none;
	margin: 0 0 4px 0;
}

.btnguardarborrador {
  background: #FFC url(/wmi/test/guardar_borrador.jpg) repeat-x;
	width:121px;
	height:18px;
	border: none;
	margin: 0 0 4px 0;
}

.btnexpandir {
  background: #FFC url(/wmi/test/expandir.jpg) repeat-x;
	width:70px;
	height:18px;
	border: none;
	margin: 0 0 4px 0;
}

.btnortografia {
  background: #FFC url(/wmi/test/ortografia.jpg) repeat-x;
	width:75px;
	height:18px;
	border: none;
	margin: 0 0 4px 0;
}

.btnlibreta {
  background: #FFC url(/wmi/test/libreta.jpg) repeat-x;
	width:144px;
	height:18px;
	border: none;
	margin: 0 0 4px 0;
}

.btnagregar {
  background: #FFC url(/wmi/test/agregar.jpg) repeat-x;
	width:78px;
	height:17px;
	border: none;
	margin: 0 0 4px 0;
}
.btnagregarcontactos {
  background: #FFC url(/wmi/test/agregar_contactos.jpg) repeat-x;
	width:142px;
	height:18px;
	border: none;
	margin: 0 0 4px 0;
}

.btninsertarfirma {
  background: #FFC url(/wmi/test/insertar_firma.jpg) repeat-x;
	width:107px;
	height:17px;
	border: none;
	margin: 0 0 4px 0;
}

.btnhtmlon {
  background: #FFC url(/wmi/test/texto_html.jpg) repeat-x;
	width:107px;
	height:17px;
	border: none;
	margin: 0 0 4px 0;
}

.btnseleccionar{
  background: #FFC url(/wmi/test/seleccionar.jpg) repeat-x;
	width:80px;
	height:19px;
	border: none;
	margin: 0 0 4px 0;
}

.btnguardarseleccion{
  background: #FFC url(/wmi/test/guardar_seleccion.jpg) repeat-x;
	width:117px;
	height:19px;
	border: none;
	margin: 0 0 4px 0;
}

.btnredactar{
  background: #FFC url(/wmi/test/redactar.jpg) repeat-x;
	width:65px;
	height:16px;
	border: none;
	margin: 0 0 4px 0;
}

.btnbuscarahora{
  background: #FFC url(/wmi/test/buscar_ahora.jpg) repeat-x;
	width:98px;
	height:21px;
	border: none;
	margin: 0 0 4px 0;
}

.btnrestablecer{
  background: #FFC url(/wmi/test/restablecer.jpg) repeat-x;
	width:93px;
	height:21px;
	border: none;
	margin: 0 0 4px 0;
}

.btnlisto{
  background: #FFC url(/wmi/test/listo.jpg) repeat-x;
	width:55px;
	height:21px;
	border: none;
	margin: 0 0 4px 0;
}

.btnimportarahora{
  background: #FFC url(/wmi/test/importar_ahora.jpg) repeat-x;
	width:122px;
	height:19px;
	border: none;
	margin: 0 0 4px 0;
}

.btnexportarahora{
  background: #FFC url(/wmi/test/exportar_ahora.jpg) repeat-x;
	width:122px;
	height:19px;
	border: none;
	margin: 0 0 4px 0;
}

.btnaceptar{
  background: #FFC url(/wmi/test/aceptar.jpg) no-repeat 0 -3px;
	width:77px;
	height:19px;
	border: none;
	margin: 0 0 4px 0;
}

.btncancelar {
  background: #FFC url(/wmi/test/cancelar.jpg) no-repeat;
	width:68px;
	height:18px;
	border: none;
	margin: 0 0 4px 0;
}

.btncambcont {
  background: #FFC url(/wmi/test/cambiar_contrasena.jpg) no-repeat;
	width:130px;
	height:19px;
	border: none;
	margin: 0 0 4px 0;
}

.btniniciar {
  background: #FFC url(/wmi/test/iniciar.jpg) no-repeat;
	width:82px;
	height:17px;
	border: none;
	margin: 0 0 4px 0;
}

.btnsuspender {
  background: #FFC url(/wmi/test/suspender.jpg) no-repeat;
	width:82px;
	height:17px;
	border: none;
	margin: 0 0 4px 0;
}

.btnagregargrupo {
  background: #FFC url(/wmi/test/btnagregargrupo.jpg) no-repeat;
	width:106px;
	height:15px;
	border: none;
	margin: 0 0 4px 0;
}

.btnguardarseleccion {
  background: #FFC url(/wmi/test/btnguardarseleccion.jpg) no-repeat;
	width:115px;
	height:15px;
	border: none;
	margin: 0 0 4px 0;
}

.btnlisto2 {
  background: #FFC url(/wmi/test/btnlisto.jpg) no-repeat;
	width:79px;
	height:17px;
	border: none;
	margin: 0 0 4px 0;
}

.btnquitar {
  background: #FFC url(/wmi/test/btnquitar.jpg) no-repeat;
	width:108px;
	height:17px;
	border: none;
	margin: 0 0 4px 0;
}

.btnagregar2 {
  background: #FFC url(/wmi/test/btnagregar.jpg) no-repeat;
	width:108px;
	height:17px;
	border: none;
	margin: 0 0 4px 0;
}

.btncancelar2 {
  background: #FFC url(/wmi/test/btncancelar.jpg) no-repeat;
	width:79px;
	height:17px;
	border: none;
	margin: 0 0 4px 0;
}

.btnagregarservicio {
  background: #FFC url(/wmi/test/btnagregarservicio.jpg) no-repeat;
	width:106px;
	height:15px;
	border: none;
	margin: 0 0 4px 0;
}

.btnpropiedades {
  background: #FFC url(/wmi/test/btnpropiedades.jpg) no-repeat;
	width:106px;
	height:15px;
	border: none;
	margin: 0 0 4px 0;
}

.btncambiar {
  background: #FFC url(/wmi/test/btncambiar.jpg) no-repeat;
	width:77px;
	height:15px;
	border: none;
	margin: 0 0 4px 0;
}

.btneliminar2 {
  background: #FFC url(/wmi/test/btneliminar.jpg) no-repeat;
	width:77px;
	height:15px;
	border: none;
	margin: 0 0 4px 0;
}

.btnredactar2{
  background: #FFC url(/wmi/test/btnredactar.jpg) repeat-x;
	width:65px;
	height:15px;
	border: none;
	margin: 0 0 4px 0;
}

.btnregresarlibretadirecciones{
  background: #FFC url(/wmi/test/btnregresarlibretadirecciones.jpg) repeat-x;
	width:219px;
	height:15px;
	border: none;
	margin: 0 0 4px 0;
}

.fondo_espacio2{ background:transparent url(/wmi/test/espacio_ocupado.jpg); height:14px}

A.testLink:active  { color:        #ffffff;
                          background:   transparent; }
A.testLink:link    { color:        #ffffff;
                          background:   transparent; }
A.testLink:visited { color:        #ffffff;
                          background:   transparent; }
A.testLink:hover   { color:        #ffffff;
                          background:   transparent; }

/*NUEVO FORMATO*/
.leftContent{ float:left; width:430px; height:auto; overflow:hidden; font-weight:lighter;}
.leftContent strong{ font-weight:bold;}
.rightContent{ float:right; width:430px; height:auto; overflow:hidden;}
.leftContentDentro{ float:left; width:200px; height:auto; overflow:hidden;}
.rightContentDentro{ float:right; width:200px; height:auto; overflow:hidden; text-align:right;}
.leftContentMediano{ float:left; width:350px; height:auto; overflow:hidden;}
.leftContentPequeno{ float:left; width:200px; height:auto; overflow:hidden;}
.rightContentPequeno{ float:right; width:120px; height:auto; overflow:hidden; text-align:left;}
.leftContentAgenda{ float:left; width:280px; height:auto; overflow:hidden; padding:0 0 0 50px;}
.rightContentAgenda{ float:right; width:520px; height:auto; overflow:hidden;}
.contentNuevo p, #nuevoFormato blockquote{ margin:0; padding:0; overflow:hidden;}
#nuevoFormato .contentNuevo{  padding:0 0 0 10px; width:880px; overflow:hidden; height:auto; }
#nuevoFormato .bg_NuevoTitulo{ background:transparent url(/wmi/test/bg_titulo.jpg) no-repeat; width:884px; height:23px; font:bold 12px tahoma; padding:6px 0 0 10px; color:#333}
#nuevoFormato{ float:left; width:885px; overflow:hidden; height:auto;}
#nuevoFormato a{ text-decoration:none; color:#666; font:11px;}
#nuevoFormato p{ line-height:20px;}
#nuevoPie{ background:url(/wmi/test/lineaVerde.jpg) top center no-repeat; width:870px; overflow:hidden; padding:15px 0 0 0; margin:10px 0 0 10px; height:auto; clear:both;}
#nuevoPieTop{ background:url(/wmi/test/lineaVerde.jpg) bottom center no-repeat; width:875px; overflow:hidden; padding:0 0 15px 0; margin:10px 0 10px 10px; height:auto; clear:both;}
/*#nuevoFormato input{  background:none; margin:0; padding:0;}*/

#nuevoFormato table#grupo { width:870px; border-collapse:collapse; border:0; }
#nuevoFormato thead th, #nuevoFormato thead td { background:#920029; height:14px; color:#fff; text-align:left; padding:2px; font-weight:lighter; }
#nuevoFormato tbody th, #nuevoFormato tbody td { background:#f3f3f3; text-align:left; height:17px;padding:10px 0 10px 0; }
.nuevoRed{ color:#ff0000;  }
.nuevoTop{ margin:5px 0 0 0;}

.requiere{ clear:both; padding:6px 0;}
.requiereGris{ clear:both; background:#f1f1f1; padding:3px 5px 3px 5px; margin:0 0 0 10px;}
.requiereBlanco{ clear:both; background:#fff; padding:3px 5px 3px 5px; margin:0 0 0 10px;}
.clear{ clear:both; overflow:hidden;}
#nuevoFormato fieldset{ border:0;}
#nuevoFormato label{float:left; width:200px; margin-right:0.5em; text-align:right; font-weight:normal; color:#000 }
#nuevoFormato input{ font-weight:lighter; }

div.guinda{ width:870px; background:#910029; height:15px; padding:4px;}
div.gris{ width:870px; background:#eee; height:15px; padding:4px; }
.bgGris{ background:#f3f3f3;overflow:hidden;}
.bgGrisOscuro{ background:#e1e1e1;overflow:hidden;}
.bgBlanco{ background:#fdfdfd;overflow:hidden;}
.txtNaranja{ color:#ff0404;}
.txtGrisSuave{ color:#666;}

div.dia{ float:left; width:70px; height:20px; padding:0 2px; text-decoration:underline;}
div.diaAnt{ float:left; width:68px; height:20px; padding:0 2px;}
div.diaSgte{ float:left; width:70px; height:20px; padding:0 2px;}
div.mesAnt{ float:left; width:70px; height:20px; padding:0 2px;}
div.mesSgte{ float:left; width:71px; height:20px; padding:0 2px;}
div.verJunio{ float:left; width:128px; height:20px; padding:0 2px;}
div.verTodo{ float:left; width:374px; height:20px; padding:0 2px;}

div.boxFecha{ float:left; text-align:center; width:30px; height:15px;  padding:2px 0;}


#nuevoFormato table#agenda{ border-collapse:collapse; border:0; }
table#agenda thead th, table#agenda thead td { background:#920029; height:14px; color:#fff; text-align:left; padding:2px; font-weight:lighter; text-align:center; }
table#agenda tbody th, table#agenda tbody td { background:#f3f3f3; text-align:center; height:10px; }

#nuevoFormato form{ margin:0; padding:0;}

.leftBoxAgenda{ float:left; width:200px; overflow:hidden; height:auto;}
div.boxAgenda{ float:left; text-align:center; width:25px; height:12px; font-size:11px; padding:2px 0;}

.txtGrande{ font-size:13px;}
.alignLeft{ text-align:left;}