*{
	padding:0;
	margin:0;
	outline:none;
}

body {
	background-image:url('../img/bg.jpg');
	background-repeat:repeat-x;
	background-color:#b90000;
	color:#fff;
	font-family:"Courier New", Courier, monospace;
	font-size:12px;
}

h1 {
	display:none;
}

h2 {
	font-size:17px;
	margin-bottom:5px;
}
#capsalera {
	width:695px;
	height:215px;
	background-image:url('../img/capsalera.jpg');
	margin:0;
	padding:0;
	position:absolute;
	top:0;
	margin-left:50%;
	left:-347px;
}

#centre{
	position:relative;
	top:183px;
	width:842px;
	height:432px;
	margin-left:50%;
	left:-458px;
	background-image:url('../img/bg_contenidor.png');
	_background-image:url('../img/bg_contenidor.gif');
	background-repeat:no-repeat;
	background-position:right;
	/****IE 6***
	background-image: none;
	filter: none !important;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="img/bg_contenidor.png");
	_left:-300px;
	_width:1000px*/
}

#menu{
	margin-top:30px; 
	float:left;
	text-align:right;
	width:150px;
}

#menu ul{
	list-style:none;
	width:auto;
	text-align:right;
}

#menu ul li{
	margin:15px 0;
	height:22px;
}

#menu ul li a{
	display:block;
	height:100%;
	
	background:url('../img/bg_menu_pla.gif') repeat 139px 0;
	text-decoration:none;
	color:#fff;
	padding:4px 20px 0 0;
	outline:none;
}

#menu ul li a:hover{
	background-position:0 0;
}

#contenidor{
	margin-top:32px; 
	margin-left:-10px;
	float:left;
	width:634px;
	height:327px;
	/*border: 1px solid yellow;*/
	padding:15px;
}

/*#bg_logo{
	position:absolute;
	bottom:0;
	left:0;
	background-image:url('../img/bg_logo.gif');
	width:463px;
	height:365px;
}*/

.centre {
	margin:auto;
	width:auto;
	text-align:center;
}

#cargando {
	width:50%;
	margin:auto;
	padding-top:100px;
	text-align:center;
}


.scroll{
	overflow:auto;
	height:273px;
}

/*PNG fix*/
img,div { 
	behavior: url(iepngfix.htc);
}

