/*
 * SimpleModal Basic Modal Dialog
 * http://www.ericmmartin.com/projects/simplemodal/
 * http://code.google.com/p/simplemodal/
 *
 * Copyright (c) 2007 Eric Martin - http://ericmmartin.com
 *
 * Licensed under the MIT license:
 *   http://www.opensource.org/licenses/mit-license.php
 *
 * Revision: $Id: basic.css 92 2008-01-12 04:18:34Z emartin24 $
 *
 */

/* Overlay */
#modalOverlay {background-color:#fff; cursor:pointer;}

/* Container */
#modalContainer {height:450px; width:600px; left:50%; top:15%; margin-left:-300px; background-color:#fff; border:5px solid #454545;}
#modalContainer a.modalCloseImg {background:url(/plantilles/img/x.png) no-repeat; width:25px; height:29px; display:inline; z-index:3200; position:absolute; top:-15px; right:-18px; cursor:pointer;}
#modalContainer #basicModalContent {padding:8px;}

.demo {
  border:0px;
  background:#fff;
  color: #454545;
  font-size:10px;
  padding:0px; 
  font-family:trebuchet MS;
  float:left;
}

