@charset "utf-8";
/* CSS Document */

body {
	/*overflow:hidden; */
	padding:0;margin:0;
	height:100%;width:100%;
}
#bgimg {
	position:absolute;
	z-index: -1;
}
#realBody{
	/*position:absolute;
	z-index:5;
	
	height:100%;
	width:100%;
	left: 0px;
	top: 0px;overflow:auto;
	padding-top:25px;*/
}
#container {
	overflow:auto;
	padding-top:25px;
	
	width: 921px;
	/*height: 560px;*/
	min-height:560px;
	margin: auto;
	background-image:url(../images/bg_3.png);
	background-size:auto;
	background-repeat:no-repeat;
	/*padding:40px;
	border-bottom:1px solid #fff;*/
}
.logo {
	margin:10px 0 15px 30px;
	text-align:center;
	
}
.menu {
	width:93%;
	margin-top:10px;
	margin-left:35px;
	/*float:right;
	margin-right:45px;*/
	border-top:1px solid #039;
	border-bottom:1px solid  #039;
	padding-top:7px;
	padding-bottom:5px;
}

#textoLateral {
	width:270px;
	height:300px;
	padding:7px;
	float:left;
	clear:left;
	margin-top:35px;
	margin-left:55px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	text-align:justify;
	color: #fff;
	border-left:1px dotted #fff;
	padding-left:30px;
}

#contenidos {
	width:485x;
	height:300px;
	float:right;
	clear:right;

	margin-top:35px;
	margin-right:30px;
	background-image:url(../images/bg_contenidos3.png);
	background-repeat:no-repeat;
	background-size:contain;
}

#shell {
	margin:25px 25px 0 20px;
	width:430px;
	height:230px;
	
}
.derechos{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
color:#FFFFFF;
}
.footer{
	margin-top:15px;
	padding-left: 25px;
	padding-bottom: 25px;
	width: 921px;
	margin:auto;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
color:#6CF;
text-align:center;
border-bottom:1px dotted #6CF;

}
#flashContent { width:100%; height:100%; }
 
