/* ------------------------------------------------------------------------
		BASICS
-------------------------------------------------------------------------*/

a { text-decoration:none;}
a:hover { text-decoration:underline; }



html{
	font-size: 100%;
	padding: 0;
	width: 100%;
	height: 100%;
} 
body {
	background:url("../img/bg_wrapper.jpg") repeat-X scroll center top transparent;
	background-color:#d9dfdf;
	margin: auto;
	padding: 0;
	width: 100%;
}
.clear {
	clear: both;
}
/* ------------------------------------------------------------------------
		LAYOUT
-------------------------------------------------------------------------*/
.wrapperfcb {
	margin: 0;
	padding: 0;
}
.containerfcb {
	width:1000px;
	margin: 0 auto 0 auto;
	color: #333; 	
}
.headerfcb {
	float:left;
	width:1000px;
	margin:0;
}
.inner {
    padding: 10px 30px 10px 30px;
	width:940px;
}
.contingut {
	background-color: #d9dfdf;
	min-height:53em;
	width:1000px;	
	float:left;
	box-shadow: 0 5px 12px #798593;
}
.contingut .alert {
	margin:12em 0 12em 12em;
	text-align:center;
	color:#666666;
	background-color: #ededed;
    padding:5em;
	width:50em;
	float:left;
}
.contingut .alert span{
	color:#A20000;
	font-size:1.5em;
	font-weight:bold;
}
.contingut .alert a{
	color:#333;
	text-decoration:underline;
}
/* ------------------------------------------------------------------------
		HEADER
-------------------------------------------------------------------------*/
.headerfcb .logofcb{
	float:left;
	margin:1.6em 0 0 0;
}
.headerfcb .promofcb{
	float:right;

}
/* ------------------------------------------------------------------------
		FOOTER
-------------------------------------------------------------------------*/
.footerfcb{
	background-color:#000;
	color:#999;
	width:100%;
	float:left;
	margin:0 0 3em 0;
	padding:0;
}
.footerfcb .bottomfcb {
	width:100%;
	float:left;
	text-align:center;
	margin:0;
	padding:.5em 0;
}

.myshadow {
  -moz-box-shadow:    3px 3px 5px 6px #ccc;
  -webkit-box-shadow: 3px 3px 5px 6px #ccc;
  box-shadow:         3px 3px 5px 6px #ccc;
}

.footermenu a{
    color: #FFFFFF;
    text-decoration: none;
}

.footermenu a:hover{
    color: #E6AA0A;
    text-decoration: underline;
}