/*
 * 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 $
 */

#avisoLegal {display:none;overflow:hidden;width:650px;height:360px;color:#DDD;font-size:12px;line-height:16px;background-color:#6E1B1B; border:1px solid #AAA; padding:25px 25px 25px 25px;text-align:justify}

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

/* Container */
#legal-content {height:320px; width:625px;padding-right:25px;}
#avisoLegal a {color:#ddd;}
#simplemodal-container a.modalCloseImg {background:url(../../images/Bt_Cerrar.png) no-repeat; width:18px; height:14px; display:inline; z-index:3200; position:absolute; top:26px; right:28px; cursor:pointer;}
#avisoLegal h4 {font-size:12px;font-weight:bold;color:#FFF;}
#avisoLegal h3 {margin-top:0px;margin-bottom:25px;font-size:12px;font-weight:bold;color:#FFD500;}
#avisoLegal h2 {font-size:12px; font-weight:normal;color:#FFD500; padding:12px 0;}
