 $(document).ready(function(){ 
  
  var src1 = "http://www.donettes.com/aviso.html";

  $('#bases').click(function(){
	  
	 
   
   $.modal('<iframe src="' + src1 + '" height="450" width="780" frameborder="0" style="border:0; margin:10px 0 0 0;">', {
    closeHTML: "<a href='#'>Cerrar</a>",
    containerCss:{
     backgroundColor:"#fff",
     borderColor:"#fff",
     height:500,
     padding:0,
     width:810
    },
    overlayClose:true
   });
   
  });
  
 });
