html * {
	margin:0;
	padding:0;
	border:0;
}

body {
	background:				#333;
	margin:					0;
	font-family: 			Arial, Geneva, Helvetica;
	font-size:				10px;
	color:					#999;
	font-weight: 			normal;
}

#contenedorPrincipal {
	background: 			url('images/background.png');
	width:					832px;
	height: 				566px;
	position:				absolute;
	top:					50%;
	left:					50%;
	margin-top:				-283px;
	margin-left: 			-416px;	
	z-index:				10;		
}

#logo {
	width:					390px;
	height:					82px;
	background: 			url('images/layout.png') -3px -420px;
	position:				absolute;
}

#bannerContenedor {
	width:					402px;
	height: 				249px;
	background: 			url('images/layout.png') -3px -502px;
	position:				absolute;
	top:					83px;
	left:					0;
}

#descargaCatalogoContenedor {
	width:					344px;
	height:					22px;
	position:				absolute;
	top:					520px;
	left:					40px;
	background: 			url('images/layout.png');
	background-position: 	0px -392px;
}

#footer {
	position:				absolute;
	top:					552px;
	left:					6px;
}

#footer a {
	font-family: 			Arial, Geneva, Helvetica;
	font-size:				10px;
	color:					#999;
	text-decoration: 		none;
	line-height:			10px; 
}

#footer a:hover {
	text-decoration: 		underline;
}

#footer #mailto{
	font-family: 			Arial, Geneva, Helvetica;
	font-size:				10px;
	color:					#999;
	text-decoration: 		none;
	display:				block;
	width:					136px;
	height:					10px;
	background: 			url("images/layout.png");
	background-position:	-399px -73px;
	position:				absolute;
	left:					282px;
	top:					1px;
}

#footer #mailto span {
	display:				none;
}

#seleccionIdiomas {
	position:				absolute;
	top:					552px;
	left:					712px;
	background: 			url("images/layout.png");
	background-position:	-396px -109px;
	width:					118px;
	height:					14px;
	text-align: 			left;
}

#seleccionIdiomas a{
	color:					#a90034;
	text-decoration: 		none;
	position:				absolute;
}

#seleccionIdiomas a:hover{
	color:					#999;
}

#seleccionIdiomas #english {
	left: 					1px;
}

#seleccionIdiomas #espanyol {
	left: 					44px;
}

#seleccionIdiomas #catala {
	left: 					91px;
}

.edicionEnLinea {
	border: 				1px solid #666;
	width:					100px;
	height:					40px;
	position: 				absolute;
	left:					-100px;
	text-align: 			center;
	line-height: 			40px;
	top:					-40px;
}

.edicionEnLinea a{
	color:					white;
	text-decoration: 		none;
}

#MB_caption {
	font-size: 				12px;
}

.editable:hover {
	cursor:					pointer;
}

/*--- INTERNACIONALIZACION ---*/

body.en #logo,body.en  #banner,body.en  #descargaCatalogo,body.en  #footer #mailto,body.en  #seleccionIdiomas {
	background-image: url("images/layoutEN.png");
}

body.cat #logo,body.cat  #banner,body.cat  #descargaCatalogo,body.cat  #footer #mailto,body.cat  #seleccionIdiomas {
	background-image: url("images/layoutCAT.png");
}

body.en #seleccionIdiomas #english, body.es #seleccionIdiomas #espanyol,
body.cat #seleccionIdiomas #catala {
	color:#999;
}

