/*
 * 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.css 257 2010-07-27 23:06:56Z emartin24 $
 */

#ModalClassCompleta {display:none;}

/* Overlay */
#simplemodal-overlay {background-color:#000; cursor:wait;}

/* Container */
#simplemodal-container {width:960px;height:346px;background-color:#ffffff;}
#simplemodal-container code {background:#141414; border-left:3px solid #65B43D; color:#bbb; display:block; font-size:12px; margin-bottom:12px; padding:4px 6px 6px;}
/* #simplemodal-container a {color:#ddd;}*/
#simplemodal-container a.modalCloseImg {width:35px; height:15px;width:35px; height:15px;display:inline; z-index:3200; position:absolute; top:22px; right:11px; cursor:pointer;}
#simplemodal-container h3 {color:#666666;font-size: 1.75em;padding:20px 0; font-weight: bold;line-height: 1.143em;}

modal960 {width: 960px;margin-left: -480px;}
.modal960 .modal-body {max-height: 680px;padding: 0 52px;} 
.modal960 .arrowBack {position: absolute;top: 290px;left: 20px;}
.modal960 .arrowNext {position: absolute;top: 290px;right: 20px;}
.modalCloseImg {
  /**float: right;**/
  font-size: 13px;
  font-weight: normal;
  line-height: 15px;
  color: #666666;
  padding-right: 20px;
  background: url('../wp-images/fg_fast/closeFS.png') no-repeat right center;  
  /*opacity: 0.2;
  filter: alpha(opacity=20);*/
}

.modalCloseImg:hover,
.modaliCloseImg:focus {
  /*color: #000000;
  text-decoration: none;*/
  cursor: pointer;
  /*opacity: 0.4;
  filter: alpha(opacity=40);*/
}