* { padding: 0; margin: 0; }

@font-face {
 	font-family: BankGothicM;
    font-style: normal; 
    font-weight: normal;
    src: url(../fonts/bankgthd.eot);
}
@font-face {
    font-family: BankGothicM;
	font-style: normal; 
    font-weight: normal;	
    src: url(../fonts/bankgthd.ttf) format("trueType");	
}
   
body {
	font-size: 62.5%;	
	/*height:auto;*/
	margin-top: 0px;
	margin-bottom: 10px;
	background: url(../images/background.png) 0 0 repeat-x; /* imagen de fondo del sitio */
	background-color:#BCAC92;
	text-align:center; /* IE7 sitio centrado*/
}

#contenedor { 
	height:auto;
	margin:0 auto;
	min-width: 920px;
	max-width: 920px;
	width: expression(document.body.clientWidth > 920? "920px": "auto" );
	width:920px;
	text-align:left; /* el texto ira a la izquierda */
	background-color:#FFFFFF; /* color de fondo de los contenidos del sitio blanco*/
}
#idioma
{
	height:20px;
	width:920px;	
	background: url(../images/borde_top_idioma.jpg) repeat-x;
	text-align:right;
}
#cabecera {
	width: 920px;
	float: left;
	margin: 0 auto;
}
#logo {
	background-image: url(../images/org_inicio.jpg);
	width: 920px;
	height: 294px;		
}
#navegacion {
	width: 920px;
	height: 46px;		
	background-image: url(../images/borde_top.jpg);	
}
#mensaje {
	width: 920px;
	height: 100px;	
	clear:both;
}
#seleccion { 
	width:920px;
	height:100px;	
	text-align:center;	
}
#division
{
	width:920px;
	height:10px;
	background-image: url(../images/footer_division.png);
	clear:both;	
}
#pie { 
	width: 920px;
	height:50px;
	clear: both;	
	background-color:#FFFFFF;
	color:#7A7A78;
	text-align:	center;
	font-size:11px;
	font-family: BankGothicM, Tahoma, Myriad, Serif;
	background-image: url(../images/fondo_footer.png);		
}
