@charset "utf-8";
/* CSS Document */
body{
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
}
/* contenido principal */
#content{
	width:780px;
	height:500px;
	background-color:#F3F3F3;
	border: solid 1px #999999;
}
#content2{
	width:486px;
	height:299px;
	background-color:#F3F3F3;
	border: solid 1px #999999;
}
#cont_iframe{
    width:780px;
	height:500px;
	border:none;
	background-color:#F3F3F3;
}
#cont_iframe2{
    width:486px;
	height:299px;
	border:none;
	background-color:#F3F3F3;
}
.modal_titulo{
	float:left;
}
.modal_cerrar{
	float:right;
}

/* jqModal
****************************************************************** */
/* Taken from jqModal.css */
/* The Window's CSS z-index value is respected (takes priority). If none is supplied,
	the Window's z-index value will be set to 3000 by default (via jqModal.js). */
.jqmWindow {
	display: none;
	position: fixed;
	left: 50%;
	margin-left: -391px;
	width:365px;
	top: 50%;
	margin-top: -250px;
}
.jqmWindow2 {
	display: none;
	position: fixed;
	left: 50%;
	margin-left: -275px;
	width:250px;
	top: 50%;
	margin-top: -170px;
}
.jqmOverlay { background-color: #000; }

/* Background iframe styling for IE6. Prevents ActiveX bleed-through (<select> form elements, etc.) */
* iframe.jqm {position:absolute;top:0;left:0;z-index:-1;
	width: expression(this.parentNode.offsetWidth+'px');
	height: expression(this.parentNode.offsetHeight+'px');
}
/* Fixed posistioning emulation for IE6
	 Star selector used to hide definition from browsers other than IE6
	 For valid CSS, use a conditional include instead */
* html .jqmWindow {
	 position: absolute;
	 top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(17 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px');
}

#jqmContent {
	z-index:20;
	position:relative;
}
