@charset "utf-8";
/* CSS Document */

*{
margin:0;
padding:0;

}

body{
background:url(../img/body_bg.png) 0px 7px repeat;
}

#body{
width:778px;
background:url(../img/main_bg.jpg) 0px 7px repeat-y;
margin:0 auto;
font:normal 12px Arial, Helvetica, sans-serif;
visibility:hidden;
}

.bodyRow{
width:100%;
position:relative;
}

#Header{
height:210px;
position:relative;
background:url(../img/body_bg.png) 1px 7px repeat;
}
#Header ul{
	position:relative;
	top:177px;
}
#Header ul li{
	display:inline;
	margin:0 5px;
}
#Header ul li a{
	font:bold 12px Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	text-decoration:none;
}
#Header ul li a:hover{
	text-decoration:underline;
}

#Top{
text-align:center;
height:150px;
}

#topImgBackGround{
position:absolute;
top:0;
left:0;
z-index:1;
}
#topImgForeGround{
position:absolute;
top:26px;
left:41px;
z-index:2;
}

#Main{
padding:0px 39px;
position:relative;
padding-bottom:93px;
overflow:hidden;
}
#Main #arabesco_bottom_left{
height:73px;
width:33px;
left:0px;
bottom:0px;
background:url(../img/footer_bg.jpg) no-repeat;
position:absolute;
}
#Main #arabesco_bottom_right{
height:73px;
width:33px;
right:0px;
bottom:0px;
background:url(../img/footer_bg.jpg) right top no-repeat;
position:absolute;
}

#Footer{
height:70px;
background:url(../img/footer_bg.jpg) 0px -73px no-repeat;
padding:0 25px 0 25px;
text-align:center;
color:#FFFFFF;
}
#copyright{
 
background-image: url(imgs/transparente.png) !important;
background-image: none;
filter: none !important;
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=imgs/transparente.png);
float:right;
opacity: 0.9 !important;	
}

.bottomImg{
position:relative;
bottom:-3px;
}
.left{
float:left;
}
.right{
float:right;
}