<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">*{
	padding: 0;
	margin: 0;
}

body{	
}


#divContenedor{
	width: 1080px;
	position: absolute;
	left: 5%;
	/*margin-left: -300px;*/
	top: 0px;
	text-align: center;
}
	#divLogo{
		padding-bottom: 20px;
	}

/* estilos del overlay */
#divOverlay{
	position: fixed;
	background: #000;
	height: 100%;
	width: 100%;
	z-index: 99998;
	display: none;
	top: 0;
	left: 0;
}

.clsBoton
{
	/*
	padding: 7px;
	background: #000;
	display: inline-block;
	border-radius: 5px;
	text-decoration: none;
	color: #fff;
	*/
	position:absolute;
	/*
	box-shadow: 0 0 10px #f1f1f1;
	border: solid 1px #000;	*/
	cursor:pointer;
	left:395px;
	top:0px; 
	width:320px; 
	height:270px; 
}
/*
	.clsBoton:hover{
		background: #fff;
		color: #000;
		border-color: #000;
		cursor:pointer;
		left:395px;
		top:0px; 
		width:320px; 
		height:270px; 
		background-color:Blue;
		position:absolute;
		z-index:500;
		-moz-opacity:0.4;opacity:.40;
		 filter: alpha(opacity=40);
	}
*/
/* clases relacionadas con la ventana modal */
.clsVentana{
	width: 1080px;
	height: 840px;/*90%*/
	/*border: solid 1px #ccc;*/
	position: absolute;
	top: 5%;	
	/*left: 5%;*/
	/*margin-left: -300px;
	border-radius: 3px;
	box-shadow: 0 0 15px #999;*/
	background: #fff;
	z-index: 99999;
	display: none;
	padding:0px;
}
	.clsVentanaTitulo{
		/*background: #222;
		color: #fff;
		border-radius: 3px 3px 0 0;*/
		display: block;	
		padding:0px;
						
	}
		.clsVentanaTitulo strong
		{			
			display: inline-block;
			padding: 10px;			
			font:100 24px/24px 'Oswald','Arial',serif;				
				
		}
		/*
		.clsVentanaTitulo a{
			float: right;
			display: inline-block;
			color: #fff;
			text-decoration: none;
			background: #000;
			padding: 5px;
			margin: 5px;
			border-radius: 3px;
			cursor: pointer;
		}
			.clsVentanaTitulo a:hover{
				background: #fff;
				color: #000;
			}
*/
	.clsVentanaContenido{
		padding: 0px;
		height: 95%;
		/*overflow: auto;
		border-radius: 0 0 3px 3px;*/
	}
		.clsVentanaContenido iframe
		{
			padding:0px;
			width: 100%;
			height: 100%;
			border:0
			/*border-radius: 3px;
			border: solid 1px #f1f1f1;*/
		}

/*		
.head_n{font:100 18px/20px 'Oswald','Arial',serif; color: #fff; background:#06F; }
.head_r{font:100 18px/20px 'Oswald','Arial',serif; color: #fff; background:#3c0; }
.head_m{font:100 18px/20px 'Oswald','Arial',serif; color: #fff; background:#c00; }
*/

.head_n{font:100 24px/40px 'Oswald','Arial',serif; color: #fff; background:#06F; padding-left:15px;width:100%;top:0px;}
.head_r{font:100 24px/40px 'Oswald','Arial',serif; color: #fff; background:#3c0; padding-left:15px;width:100%;}
.head_m{font:100 24px/40px 'Oswald','Arial',serif; color: #fff; background:#c00; padding-left:15px;width:100%;}


.floL{padding:0px; float:left;}
.floR{ float: right;}
.clear{ clear:both;}</pre></body></html>