@charset "UTF-8";
/* CSS Document */

#Sobre {
                position: absolute;
                top: 0px;
                left: 0px;
                width: 100%;
                height: 100%;
                background-color: #000;
                text-align: center;
                vertical-align: middle;
                filter: alpha(opacity=70);
                opacity: .7;
}
#Mensaje {
                position: absolute;
                top: 50%;
                left: 50%;
                margin: -225px 0px 0px -300px;
                background-color: #FFF;
                height: 485px;
                width: 697px;
                text-align: center;
                color: #000;
}
 
#cerrar {
                position: absolute;
		        height: 30px;
                width: 80px;
                top: 50%;
                left: 50%;
/*margin: (+mitad del alto #mensaje) px 0px 0px (+mitad ancho #mensaje – ancho de la imagen de cerrar) px;
Alto x ancho
ej mensaje de 600 x 400
ej imagen cerrar de 100 x 30px*/
margin: 260px 0px 0px 317px;
}