/*
 * SimpleModal Basic Modal Dialog
 * http://www.ericmmartin.com/projects/simplemodal/
 * http://code.google.com/p/simplemodal/
 *
 * Copyright (c) 2010 Eric Martin - http://ericmmartin.com
 *
 * Licensed under the MIT license:
 *   http://www.opensource.org/licenses/mit-license.php
 *
 * Revision: $Id: basic.js 236 2010-03-09 06:04:40Z emartin24 $
 *
 */



function sucursales(){
		$('#sucursales').modal({containerCss: {backgroundColor:"#fff", border: "3px solid #65bce9"}, opacity: 90});
}
function info_urgente(){
		$('#informacion_modal').modal({containerCss: {backgroundColor:"#fff", border: "3px solid #65bce9", padding: "0px", marginLeft: "-218px"}, opacity: 0, position: [114], overlayClose:true});
} 
function abrir(){
		$('#sabados').modal({containerCss: {backgroundColor:"#f2e3dc", border: "3px solid #65bce9"}, width: 695, height: 450, opacity: 90});
}



