@charset "iso-8859-1";
/* CSS Document */

.overlay{
      display: none;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: #000;
      z-index:1001;
      opacity:0.90;
      -moz-opacity: 0.90;
      filter: alpha(opacity=90);
 }

 .modal {
      display: none;
      position: relative;
	  /*Dandole tamaņo*/
	            left: 5px;
                top: 30px;
                width: 620px;
                height: 450px;
             /*   margin-top: -280px;
                margin-left: -370px;*/
	/*Fin dandole tamaņo*/
	
      color: #333;
      z-index:1002;
      overflow: none;
 }
.cont_modal{
	display: none;
	position: absolute;
	/*Dandole tamaņo*/
	left: 50%;
	top: 50%;
	width: 620px;
	height:450px;
	margin-top: -280px;
	margin-left: -320px;
	/*Fin dandole tamaņo*/
	
	color: #333;
	z-index:1001;
	overflow: none;
	background-image: url('/images/fondo_aviso_inicio.png');	
	
	}
