﻿/************************** Capa flotante ***************************/    
#anular 
{
    position:fixed!important;
width:100%;
filter:alpha(opacity=40);
-moz-opacity: 0.6;
opacity: 0.6;

background-color:#FFFFFF;

top: 0px;
left:0px;
bottom:0px;
right:0px;
margin:auto;

}

#capaFlotante 
{
width:740px;
background-color:#CCCCCC;
position:absolute;
left:265px;
top:70px;
border:solid 1px #7f9db9;


padding: 5px 5px 5px 5px;
text-align:left;
 z-index:1000;
}
/*** Colores 
Azul (borde de textboxes): 7f9db9


***/

/************************** Fin Capa flotante ***************************/
