/*



 * SimpleModal Basic Modal Dialog



 * http://www.ericmmartin.com/projects/simplemodal/



 * http://code.google.com/p/simplemodal/



 *



 * Copyright (c) 2009 Eric Martin - http://ericmmartin.com



 *



 * Licensed under the MIT license:



 *   http://www.opensource.org/licenses/mit-license.php



 *



 * Revision: $Id: basic.css 213 2009-09-17 04:10:02Z emartin24 $



 *



 */







body {height:100%; margin:0;}



h3 {color:#5f87ae; font-size:1.6em; padding:0; margin:0;}



#basic-modal-content {display:none;}







/* Overlay */



#simplemodal-overlay {background-color:#000; cursor:wait;}







/* Container */



#simplemodal-container {

	height:425px;

	width:740px;

	overflow: hidden; 

	color:#bbb;

	background-color:#333;

	border:5px solid #444;

	padding:5px;

}



#simplemodal-container code {background:#141414; border-left:3px solid #65B43D; color:#bbb; display:block; margin-bottom:12px; padding:4px 6px 6px;}



#simplemodal-container a {color:#ddd;}



#simplemodal-container a.modalCloseImg {
background:url(../imagenes/x.png) no-repeat;

	width:25px;

	height:29px;

	display:inline;

	z-index:9999;

	position:absolute;

	top:0px;

	right:0px;

	cursor:pointer;

}



#simplemodal-container #basic-modal-content {padding:8px;}

#simplemodal-container2 {

	/*height:560px;
	*/
	 height:auto !important;
	width:770px;

	color:#CCC;

	background-color:#666;

	border:4px solid #444;

	padding:4px;

}

#simplemodal-container2 a.modalCloseImg {

	background:url(../imagenes/x.png) no-repeat;

	width:25px;

	height:29px;

	display:inline;

	z-index:3200;

	position:absolute;

	top:0px;

	right:0px;

	cursor:pointer;

}


#simplemodal-container3 {

  height:380px;
 
	 
	width:700px;

	color:#CCC;

	background-color:#666;

	border:4px solid #444;

	padding:4px;
	z-index:9000;

}

#simplemodal-container3 a.modalCloseImg {

	background:url(../imagenes/x.png) no-repeat;

	width:25px;

	height:29px;

	display:inline;

	z-index:9900;

	position:absolute;

	top:0px;

	right:0px;

	cursor:pointer;

}
.titulos-promociones {
	font-weight: bold;
	color: #FFFFFF;
	font-size: 14px;
}
.txt-promo-1 {
	font-size: 23px;
	font-weight: bold;
	color: #C10029;
	line-height: 25px;
}
.txt-promo-2 {
	font-size: 16px;
	color: #C10029;
	line-height: 18px;
}
.txt-promo-3 {
	font-size: 12.5px;
	color: #0D366D;
	font-weight: bold;
	line-height: 15.5px;
}
