@charset "utf-8";
/*  */
/* Author: Ing. Roberto Villa Tumoine */
/* Implementacion sitio Dagal */
/*  */
/* Abril 2013 */
/*  */

   body {  margin:0; padding:0; background-color:#f2f2f2; 
           font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif; font-size:12px;
        }
   .envoltorio      { max-width:640px; max-height:640px; overflow:hidden; margin-left:auto; margin-right:auto; }
   #CajaMensaje     { height:640x; width:640px; margin-left:auto; margin-right:auto; 
                      z-index:1000; background-color:#f2f2f2; position:absolute; 
                      display:none; border-radius: 10px; box-shadow: 10px 10px 10px #888; 
					}
   #CajaMensaje a   { margin-right:8px; float:right; text-decoration:none; }
   #CajaMensaje img { margin-right:auto; margin-left:auto; margin-top:10px; }

   #CajaMensaje h3  { text-align:center; }
   #CajaMensaje h4  { text-align:center; margin-top:10px;}
   #CajaMensaje p   { margin-left:10px; margin-right:15px; text-align:justify;}

  .mensaje {  height:640px; width:640px; margin-left:auto; margin-right:auto; text-align:center}
  
  .mensaje img { margin-left:50px; margin-right:auto; margin-top:auto; margin-bottom:auto; max-height:700px; }
  