/***Generales***/
html {
  height: 100%;
  /*
  overflow: hidden;
  */
}
body,
html {
	margin:0;
   padding:0;
   color: #4f4f4d;
   font-family: 'Lucida Grande','Lucida Sans Unicode',Verdana,sans-serif;
   font-size: 11px;
	line-height: normal;
	background:  #000000; 
}
body {
    min-width:750px;
	   height: 100%;
    }
a:link, a:visited {
	color: #fff;
	text-decoration: none;
	outline: 0; 
}
a:hover {
	color: #999;
	outline: none;
	text-decoration: none;
	outline: 0; 
}
img {
	border: 0px;
}
form {
	margin: 0px;
	padding: 0px;
}
/***Layout***/
#ctd-esph {
	float: left;
	width: 100%;
}

#esph {
	float: left;
	width: 1000px;
	height: 20px;
	background: #7cfc00;
}
#ctd-principal {
	float: left;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	
}
#principal {
	float: left;
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;	
	position: relative;
}
/*
#flashcontent {
	height: 550px;
	background: #fff;
}
*/
#flashcontent {
	height: 100%;
	width: 100%;
	background:  #090B19; 
}
.error_message 
{
	float: left;
	width: 100%;	
	color: #f00;
}
.msgerror {
	color: #f00;
	text-align: center;
	font-weight: bolder;
	font-size: 22px;
	width: 720px;
	padding: 0px;
	margin: 50px 0 0;
	line-height: 25px;
}
#cont-alt {
	padding: 10px;
}




#version-flash {
	color: #f00;
	font-weight: bold;
		width: 350px;
	margin: 0 auto;
	padding: 10px;
	text-align: center;
}
#ctr-descarga {
	float: left;
	width:100%;
	height: 100%;
	background:  #090B19; 
}
#descarga {
	margin: 30px auto;
	width: 250px;
}
#logoFlash {
	float: left;
	margin: 20px 0;
	width: 88px;
	height: 31px;
}
#mensajeDescarga {
	float: right;
	width: 130px;
	padding: 15px 0 0 0;
	text-align: center;
}

.Estilo1 {	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #CCCCCC;
}
.Estilo2 {	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #3D7392;
}
