/********efectos modales**************/

      .mensaje_loadingV2 
   {
   position:absolute; 
   z-index:1001;
   left: expression((document.body.offsetWidth /2) - (this.offsetWidth/2) + "px");
   top:  100;
   text-align: center; 
   vertical-align: middle; 
   background-color:#CF4342;
   color:#fff;
   background-repeat:no-repeat;
   background-position: center;
    }

.modalFlotante {
    top: 10%;
    position: absolute;
    z-index: 2;
    left: expression((document.body.offsetWidth + 20)+"px");
    width: 100%;
    right: 20px;
}


.bloqueo {
    position: absolute;
    z-index: 1;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    width: expression((document.body.offsetWidth + 20)+"px");
    height: expression((document.body.offsetHeight + 200)+"px");
    text-align: center;
    vertical-align: middle;
    background-color: #000000;
    filter: alpha(opacity=60);
    float: alpha(opacity=60);
    float: left;
    -moz-opacity: .60;
    opacity: .60;
}
    
   .bloqueo2
   {
   position:absolute; 
   z-index:3;
   left: 0px;
   top:  0px;
   right: 0px;
   bottom: 0px; 
   width: expression((document.body.offsetWidth  + 20)+"px"); 
   height: expression((document.body.offsetHeight + 20)+"px");
   text-align: center; 
   vertical-align: middle; 
   background-color: #000000;
   filter: alpha(opacity=60);
   float: alpha(opacity=60);
   float:left;
   -moz-opacity:.60;
   opacity:.60;
    }
.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;
}
/**************/

.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;
}

.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;
}