/* Artfully masterminded by ZURB  */

/* -------------------------------------------------- 
   Table of Contents
-----------------------------------------------------
:: Shared Styles
:: Page Name 1
:: Page Name 2
*/


/* -----------------------------------------
   Shared Styles
----------------------------------------- */



/* -----------------------------------------
   Page Name 1
----------------------------------------- */




/* -----------------------------------------
   Page Name 2
----------------------------------------- */



.modal {
        display: none;
        position: absolute;
        top: 8%;
        left: 29%;
        width: 480px;
        height: 80%;
        padding: 16px;
        background: #fff;
	 
        z-index:1002;
        overflow: auto;
    }



 p.MsoNormal
	{
color:black;margin-top:0cm;
	margin-right:0cm;
	margin-bottom:10.0pt;
	margin-left:0cm;
	line-height:115%;
	font-size:10.0pt;
	font-family:"Calibri","sans-serif";
	}
a:link
	{color:blue;
	text-decoration:underline;
	text-underline:single;
        }


.fondo{
 background:#000000;
   background-color : #000000;
 width:100%;
 height:100%;
 
 top:0;
 left:0;
     display: none; 
  position:fixed ;  
  
        -moz-border-radius:6px;
    -webkit-border-radius:6px;
    -moz-box-shadow: 0 0 50px #ccc;
        -webkit-box-shadow: 0 0 50px #ccc;
    
       moz-opacity: .45;
  opacity:0.40;
  filter: alpha(opacity = 45);   
  z-index: 999;
 
 
}  




