/* --- Structure --- */
html, body {
	height: 100%;
	margin: 0;
	}
	
*{margin:0; padding:0}

body {
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	background:url(/imgfiles/imgs/body.gif);	
}

#global{
	width:895px;
	background: url(/imgfiles/imgs/back_zone.gif) center repeat-y;
	margin:0 auto;
	position:relative;
	min-height:100%;
}

/* ------------------ head ------------------------ */
#head{
	position:relative;
	height:110px;
	background:#9DAABB url(/imgfiles/imgs/back_head.gif) 0 7px repeat-x;
}
#contactus{
	float:right;
	font-size:11px;
	font-weight:bold;
	color:#ffffff;
	margin:10px 10px 0 0;
	text-decoration:none;
}
#languages{
	text-align:center;
	padding:5px 0 0 100px;
}

#languages span, .sep_text{
	padding:0 3px;	
	font-size:11px;
	font-weight:normal;
	color:#ffffff;
}

a.language{
	font-size:11px;
	font-weight:normal;
	color:#ffffff;
}
a.lang_select{
	font-size:11px;
	font-weight:bold;
	color:#ffffff;	
	text-decoration:none;
}
#logo{
	position:relative;
	left:-13px;
}
#bridge{
	position:absolute;
	display:block;
	width:106px;
	height:62px;
	top:9px;
	left:797px;
	background:url(/imgfiles/imgs/bridge.gif) top left no-repeat;
}

a#logo{
	display:block;
	clear:both;	
	margin:0 0 0 40px;
	width:244px;
	height:41px;
}
a#logo img{
	border:none;
}

/* ------------------ menu ------------------------- */

#menu{
	background:url(/imgfiles/imgs/menu_l.gif) top left no-repeat;
	padding:0 0 0 9px;
	margin:7px 15px 0 15px;
	height:30px;
}
#cont_menu{
	padding:0 9px 0 0;
	height:30px;
	background:url(/imgfiles/imgs/menu_r.gif) top right no-repeat;	
}
#menu ul{
	list-style-type:none;
	height:30px;
	background:url(/imgfiles/imgs/menu_back.gif) top left repeat-x;
}
#menu ul li.normal{
	float:left;
}

#menu ul li.select{
	float:left;
	background:url(/imgfiles/img_generico/menu_fondo_selec.gif) top left repeat-x;	
}

#menu ul li a.lknormal{
	display:block;
	float:left;
	height:18px;
	line-height:18px;
	padding:0 14px 0 14px;
	margin:5px 0 0 0;
	font-family:"Trebuchet MS";
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
	text-transform:uppercase;
	color:#3c3c3c;
	border-width:0 1px 0 1px;
	border-style:solid;
	border-color:#000000 #ffffff #000000 #D6DDE0;
}

#menu ul li a.lkselect{
	display:block;
	float:left;
	height:18px;
	line-height:18px;
	padding:0 14px 0 14px;
	margin:5px 0 0 0;
	font-family:"Trebuchet MS";
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
	text-transform:uppercase;
	color:#ce221e;
	border-width:0 1px 0 1px;
	border-style:solid;
	border-color:#000000 #ffffff #000000 #D6DDE0;
}
#menu ul li a.lkselect:hover, #menu ul li a.lknormal:hover{
	text-decoration:underline;
}

#contents{
	padding-bottom:70px;
	overflow:auto;
	position:relative;
}

#bridge_bottom {
    background:transparent url(/imgfiles/imgs/bridge.png) no-repeat scroll right 2px;
    height:66px;
    width:140px;
	float:right;
	margin-top:2px;	
}

#verysign{
  margin-left:20px;
}

#foot {	
  BACKGROUND: #BCC2D0 url(/imgfiles/pie.png) repeat-x left top;	
  BOTTOM: 0px;
  margin-left:1px;
  margin-right:1px;
}

#foot .linksFoot{
  background:transparent url(/imgfiles/imgs/bridge.png) no-repeat scroll right 2px; 
  position:relative;
  padding-right: 150px;
}

#foot .linksFootDiv{
  margin:0 13px;
  padding:13px 0;
}


#shadowfoot{
	width:893px;
	height:35px;
	position:absolute;
	bottom:35px;
	left:1px;
	background:url(/imgfiles/imgs/deg_foot.gif) top left repeat-x;
}

a.lkfoot, .copyright{
	color:#ffffff;
	font-size:10px;
	text-decoration:none;
}
a.lkfoot_red{
	color:#ce221e;
	font-size:10px;
	text-decoration:none;
}

a.lkfoot:hover{
	text-decoration:underline;;
}
a.lkfoot_red:hover{
	text-decoration:underline;;
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}