.ocultar
{
	visibility:hidden;
}


.cuerpo
{
	height: 500px;
}
.titulo
{
	background:InactiveCaptionText;
	text-align:center;
	font-size: small;
	font-weight:bold;
}

.subTitulo
{
	background:LemonChiffon;
	text-align: left;
	font-size: small;
	font-weight:bold;
}

.piePagina
{
 background-image: url(../Imagenes/plantilla/barraInferior.png);
 background-repeat:no-repeat;
 background-position:center;
  height:44px;
 width:800px;
}

.textoPiePagina
{
	height:44px;
	width: 800px; 
	border:0px;
	vertical-align:bottom;
}

.encabezado
{
 background-image: url(../Imagenes/plantilla/sedo_head.gif);
 background-repeat:no-repeat;
 background-position:center;
 height:30px;
 width:800px;
}

/*se usa para centrar horizontalmente uno cuadro de dialogo NOTA: no olvidar colocar el center*/
.divFlotante
{
	position:absolute;  
	width:  expression(document.body.offsetWidth + "px");
	z-index:999;
	top:100px;
	left:0px;
}

/*se coloca en la ventana modal que va dentro del divFlotante   */
.modalFlotante
{
	z-index:1000
}

.flotante
{
	position:absolute; 
	z-index:1000;
	top:  200px;
	left: expression((document.body.offsetWidth / 2 + 200 )+ "px");
}

.flotanteSede
{
	position:absolute; 
	z-index:1000;
	top:  150px;
	left: expression((document.body.offsetWidth /2)- (document.getElementById('pnlVentanaEmergente').offsetWidth/2) + "px");
}

.toolsFlotante
{
	position:absolute; 
	z-index:1000;
	top:  125px;
	left: expression((document.body.offsetWidth /2) - 150 + "px");
	text-align:center;
	vertical-align:middle;
}

.toolsFlotanteSede
{
	position:absolute; 
	z-index:1000;
	top:  125px;
	left: expression((document.body.offsetWidth /2)- (document.getElementById('pnlBarraDeHerramientas').offsetWidth/2) + "px");
	text-align:center;
	vertical-align:middle;
}

 .bloqueo
   {
   position:absolute; 
   z-index:980;
   left: 0px;
   top:  0px;
   width: expression(document.body.offsetWidth + 20 + "px"); 
   height: expression(document.body.offsetHeight + 30 + "px"); 
   background-color: #000000;  
   filter: alpha(opacity=20);
   text-align: center; 
   vertical-align: middle; 
   }
   
 
      .ventana_loading 
   {
   position:absolute; 
   z-index:1000;
   left: expression((document.body.offsetWidth /2) - 200 + "px");
   top:  expression((document.body.offsetHeight/2) - 150 + "px");
   width: 400px; 
   height: 100px; 
   text-align: center; 
   vertical-align: middle; 
   background-color: #bbddff;  
   filter: alpha(opacity=50);
   border-style: solid;
   border-width: 3px;
    }
    

    
       .mensaje_loading 
   {
   position:absolute; 
   z-index:1001;
   left: expression((document.body.offsetWidth /2) - 200 + "px");
   top:  expression((document.body.offsetHeight/2) - 80 + "px");
   width: 400px; 
   height: 200px; 
   text-align: center; 
   vertical-align: middle; 
    }
    
    .ayudaTipoDoc
    {
		width:300px;
		background-color: #bbddff;  
		filter: alpha(opacity=50);	
		font-family:Verdana;
		font-size:xx-small;	
		text-align:justify;
		border-color:Black;
		border-width:2px;
		border-style:Groove;
		padding:[3][3][3][3];
		border-spacing:3px;
    }

.notas
{
	text-align:left;
	font-size:smaller;	
}

.ayudaTitulo
{
	text-align:left;
	font-size: small;
	font-style:normal;
	font-weight:bold;
	font-family:Arial;
	background-color:#E3ECFB;	
}

.ayudaContenido
{
	text-align:justify;
	font-size: small;
	font-family:Arial;
}
