/*Common*/
body {
	font-family: Arial, Tahoma, Verdana;
	font-size: 62.5%;
	color:#3366CC;
	margin-right:0px;
	margin-left:8px;
	text-align:justify
}
	.Left {
		float: left;
	}
	.Right {
		float: right;
	}
	.Clear {
		clear: both;
	}
h1 {
	font-size: 1em;
	color:#3366CC;
margin: 0px;
padding: 0px;
}
h2 {
	font-size: 1.4em;
	color: #BE07B5;
	text-align:center;
margin: 0px;
margin-bottom: 5px;
}
a {
	color:#3366CC;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
img {
	border: 0px;
}
	.Thumbnail {
		border: 1px solid #aaa;
	}

/*Layout*/
.Position {
	width: 990px;
	font-size: 1.2em;
	margin: 0 auto 10px auto;
}
.bannertop {
	height: 0px;
	padding-left: 240px;
	padding-top: 0px;
	
	
	 
}
.bannertop2 {
	height: 0px;
	padding-left: 200px;
	padding-top: 0px;
	
	
	 
}
.Header {
	height: 106px;
	width:980px;
	background-image: url(images/header.jpg);
}

.menuh {
	height: 37px;
	width: 980px;
	background-image: url(images/menuheader.gif);
}

.ContentLeft {
	width: 180px;
	margin-right: 5px;
	
}
	.ContentLeft .ContentArea {
		padding: 2px 20px 25px;
	}
	.Partners a {
		padding-left: 20px;
		display: block;
		color:#3366CC;
		/*height: 22px;*/
		line-height: 22px;
		background: url(images/navigation_bullet.gif) left center no-repeat;
	}
	.Buttons {
		text-align: center;
		border: 1px solid #bbb;
		padding: 5px 8px 10px 8px;
	}
	.Buttons img {
		float: left;
		margin: 5px 0 0 0;
	}
	.ButtonsSpacer {
		float: left;
		width: 2px;
	}
.ContentMiddle {
	width: 590px;
	margin-right: 5px;
	color: BA2CCE; 
}
.ContentRight {
	width: 190px;
}
	.ContentHeader {
		background: url(images/content_header_arrow.jpg) right no-repeat;
		height: 26px;
		text-align:center;
		color: #3366CC;
		padding-left: 0px;
		margin-bottom: 3px;
		font-weight: bold;
	}
	
	.ContentHeadermedio {
		background: url(images/hmedio.jpg) right no-repeat;
		height: 26px;
		text-align:center;
		color: #3366CC;
		padding-left: 0px;
		margin-bottom: 3px;
		font-weight: bold;
	}
	.ContentArea {
		
	}
	.ContentRight .ContentArea {
		padding: 10px 8px 48px;
	}
.NavigationLink {
	padding-left: 20px;
	display: block;
	color:#3366CC;
	height: 22px;
	line-height: 22px;
	background: url(images/navigation_bullet.gif) left center no-repeat;
}
.FeaturedScreensaver {
	margin: 10px 25px 10px 25px;
	padding: 5px;
	width: 140px;
	background-color: #f3f3f3;
	border: 1px solid #ccc;
	font-weight: bold;
}
.Box {
	margin: 0 5px 10px 0;
	padding: 2px;
	width: 170px;
	height: 150px;
	background-image: url(images/fonfoto.gif);
	text-align: center;
	font-weight: bold;
}
	.Spacer {
		float: left;
		width: 5px;
		height: 120px;
		margin: 10px 0;
		padding: 4px;
	}
.Thumbnail {
	height: 104px;
	width: 149px;
	margin-bottom:5px;
	border: 2px solid #FDC8FA;
}
.Footer {
	height: 60px;
	width: 960px;
	background-image: url(images/footer.jpg);
	text-align: center;
	margin: 0 auto;
}

.botonb {
   border-top: 1px solid #db23db;
   background: #db23db;
   background: -webkit-gradient(linear, left top, left bottom, from(#3e779d), to(#db23db));
   background: -moz-linear-gradient(top, #3e779d, #db23db);
   padding: 4px 8px;
   -webkit-border-radius: 9px;
   -moz-border-radius: 9px;
   border-radius: 9px;
   -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
   -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
   box-shadow: rgba(0,0,0,1) 0 1px 0;
   text-shadow: rgba(0,0,0,.4) 0 1px 0;
   color: white;
   font-size: 11px;
   font-family: Georgia, Serif;
   text-decoration: none;
   vertical-align: middle;
   }
.botonb:hover {
   border-top-color: #961296;
   background: #961296;
   color: #ccc;
   }
.botonb:active {
   border-top-color: #961296;
   background: #961296;
   }

