@charset "utf-8";
#body {
	background-image: url(../imagenes/principal_bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#flash_fondo {
	position:relative;
	z-index:0;
	background-image: url(../imagenes/principal_bg2.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	width:1020px;
	height:620px;
	margin: 0 auto 0 auto;
	
}
#contenido {
	position:relative;
	z-index:15;
	width:1020px; 
	height:620px;
	margin: -620px auto 0 auto;
}
#menu {

	z-index:5;
	float:left;
	background-image:url(../imagenes/menu_bg.png);
	width:592px;
	height:279px;
	margin-left:-80px;
	}
	#texto_l {

		z-index:10;
		float:left;
	
	width:260px;
	height:100px;
	margin-left:60px;
	margin-top:30px;
	font-size:11px;
	font-family:Verdana, Geneva, sans-serif;
	
	}
	#texto_r {
	
	z-index:10;
	float:left;	
	width:240px;
	height:180px;
	margin-left:-90px;
	margin-top:70px;
	font-size:11px;
	font-family:Verdana, Geneva, sans-serif;
	}
#flash_espacio {
	width:1020px;
	height:274px;
	margin: 0 auto 0 auto;
	}
	#menu_tabla {
	position:relative;
	width:1020px;
	height:279px;
	margin: 0 auto 0 auto;
	}
	#creditos {
	
		width:1020px;		
		height:100px;
		margin: 0 auto 0 auto;
		text-align:center;
		font-size:11px;
	font-family:Verdana, Geneva, sans-serif;
	}
#menu_l {
	float:left;
		width:150px;
		margin-left:140px;
		margin-top:50px;
		
	}
	#menu_r {
	float:left;
		width:150px;
		margin-left:5px;
		margin-top:50px;		
	}
	
	#texto_header {
		margin-left:330px;
		margin-top:5px;
		font-size:11px;
	font-family:Verdana, Geneva, sans-serif;
	color:#FFF;
			
	}