

html, body, div, span, applet, object, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {

	scrollbar-track-color: #EEF1F4;
  	scrollbar-face-color: #CDD6DC;
  	scrollbar-shadow-color:#EEF1F4;
	scrollbar-darkshadow-color:#EEF1F4;
  	scrollbar-highlight-color:#EEF1F4;
  	scrollbar-3dlight-color:#EEF1F4;
	scrollbar-arrow-color:#FFF;
}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

*{
	padding: 0;
	margin: 0;
}

#divContenedor{
	position: absolute;
	width: 600px;
	left: 50%;
	margin-left: -350px;
	top: 100px;
	text-align: center;
}
#divLogo{
	padding-bottom: 20px;
}


/* estilos del overlay */
#divOverlay{
	position: fixed;
	background: Black;
	height: 100%;
	width: 100%;
	z-index: 99998;
	display: none;
	top: 0;
	left: 0;
}
.clsBoton{
	display: inline-block;
	text-decoration: none;
}
.clsBoton:hover{
	text-decoration: none;
}

/* clases relacionadas con la ventana modal */
.clsVentana{
	position: fixed;
	display: none;
	overflow: hidden;
	width: 820px;
	height: 640px;
	border: solid 1px #CBD5DD;
	padding: 4px;
	
	left: 50%;
	margin-left: -410px;
	
	top: 50%;
	margin-top: -305px;

	border-radius: 11px;
	background: #EEF1F4;
	z-index: 99999;
	display: none;
	
	-moz-box-shadow: 0px 10px 10px #444;
	-webkit-box-shadow: 0px 10px 10px #444;
	 box-shadow: 0px 0px 20px #444; 
}
.clsVentanaTitulo{
	background: #0080CC;
	width: 790px;
	margin: 6px auto 0px auto;
	color: White;
	border-radius: 9px 9px 0 0;
	display: block;
	border: 2px solid #0076BC;

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	line-height: 1.4em;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;

	background: -webkit-gradient(linear, left top, left bottom, from(#007ECA), to(#005588));
	background: -webkit-linear-gradient(top, #007ECA, #005588);
	background: -moz-linear-gradient(top, #007ECA, #005588);
	background: -ms-linear-gradient(top, #007ECA, #005588);
	background: -o-linear-gradient(top, #007ECA, #005588);
	background: #007ECA\0/; /* IE */
}
.clsVentanaTitulo strong{
	display: inline-block;
	padding: 10px;
}
.clsVentanaTitulo a{
	float: right;
	display: inline-block;
	color: #0080CC;
	text-decoration: none;
	background: White;
	padding: 2px 16px;
	margin: 6px 9px;
	border-radius: 4px;
	border: 2px solid #0076BC;
	cursor: pointer;
}
.clsVentanaTitulo a:hover{
	color: Black;
	background: #EEF1F4;
}
.clsVentanaContenido{
	position: relative;
	padding: 10px 0px 10px 13px;
	height: 775px;
	width: 100%;
	margin: auto;
	border-radius: 0 0 6px 6px;
	background-color: #EEF1F4;
}
.clsVentanaContenido iframe{
	width: 792px;
	height: 567px;
	border-radius: 0px;
	border: solid 1px #CBD5DD;
	background-color: White;
}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
