/*img, div { behavior: url(js/iepngfix.htc) */

#wrapper { 
 width: 922px;
 height:963px;
 position: absolute;
 left: 49%;           
 margin-left: -452px; 
 background-color:#FFFFFF;         
 }
 
#container{
 width: 902px;
 position:absolute; 
 margin-left:10px;
 margin-top:10px;
 *margin-left:-451px;
 
}
 
#header {
 position:relative;
 width: 902px;
 border: 0px;
 height: 153px;
 margin: 0px 0px 0px 0px;
 background-color:#111111;
 background:url(../img/fondo_cabecera.png);
 z-index:5;
 }
 
.logo{
	float:left;
	width: 291px;
	height:64px;
	margin:33px 0px 0px 15px;
	background-image:url(../img/logo.png);	
	/*IE6*/
	_margin-left:15px;
}

#menu {
    position:relative;
	float:right;
	width: 530px;
	height:65px;
	margin:-85px 0px 0px 35px;
	z-index:6;
	/*IE6*/
	_margin-left:366px;	
	_margin-top:-90px;
	
	
}

.flags {
	float:right;
	width: 46px;
	height:12px;
	margin:85px 7px 0px 0px;
	z-index:10;
}

#content {
	position:absolute;
	width: 902px;
	height:400px;
	background:#FFFFFF;
	border: 0px;
	z-index:2;
}
#footer {
	position:absolute;
	width: 902px;
	height: 74px;
	border: 0px;
	background:url(../img/fondo_footer.png);
	z-index:25;
	top: 868px;
	left: 0px;
}


body {
	font:11px Verdana, Arial, Helvetica, sans-serif;
	background-color:#222222;
	
	background: #000000 url(../img/fondopueba.jpg) no-repeat fixed center top;
	/*background: #000000 url(../img/bgLong.jpg)	repeat;*/
	/*background-attachment: static;*/
	background-attachment:fixed;
	text-align:center;
	line-height: 10px;
	
}
p {
	font-size:11px;
	line-height: 120%;
	
}
hr {
	display:none;
 }
h1 {
	font-size:25px;
	text-align : left;
	color : #666666;
	margin:0;
}
h2 {
	font-size:20px;
	text-align : left;
	color:#486895;
	text-transform: capitalize;
}
h3 {
	font-size:18px;
	text-align : left;
	color : #666666;
}
h4 {
	font-size:15px;
	text-align : left;
	color : #666666;
}
h5 {
	font-size: 13px;
	text-align : left;
	color : #666666;
}
h6 {
	font-size:12px;
	text-align : left;
	color : #666666;
}
td {
	font-size: 12px;
	text-align : center;
	color : #586885;
}
a {
	text-decoration:none;
	color:#3D3E3C;
	}
