@import url(http://fonts.googleapis.com/css?family=Roboto:300,500|Roboto+Condensed:700);
body,td,th {
	font-family: Roboto, sans-serif;
	font-weight:300;
}
body{
	margin:0;
}
.row{
	position:relative;
	display:block;
	width:100%;
	clear:both;
}
.row a, .row a:visited{
	color:#27AAE1;
	text-decoration:none;
}
.row a:hover, .row a:focus{
	text-decoration:underline;
}
.header{
	position:relative;
	display:block;
	height:70px;
	overflow:hidden;
}
.header .languageBar{
	position:absolute;
	right:20px;
	top:10px;
	background-color:#000;
	border-radius:10px;
	color:#fff;
	font-size:small;
	padding-left:10px;
	padding-right:10px;
}
.header .languageBar a:link, .header .languageBar a:focus, 
.header .languageBar a:visited{
	color:#fff;
}
.header .languageBar a:hover{
	color:#27AAE1;
}
.row.spacer{
	height:50px;
}
.wrapper{
	width:974px;
	margin-left:auto;
	margin-right:auto;
	display:block;

	/* Safari and Chrome */
	-webkit-border-image-source: url(images/line01.png); 
	-webkit-border-image-slice: 29; 
	-webkit-border-image-width: 1em; 
	-webkit-border-image-repeat: stretch; 

	/* Firefox */
	-moz-border-image-source: url(images/line01.png); 
	-moz-border-image-slice: 29; 
	-moz-border-image-width: 1em; 
	-moz-border-image-repeat: stretch; 


	/* Opera */
	-o-border-image-source: url(images/line01.png); 
	-o-border-image-slice: 29; 
	-o-border-image-width: 1em; 
	-o-border-image-repeat: stretch; 

	/* CSS3 */
	border-image-source: url(images/line01.png); 
	border-image-slice: 29; 
	border-image-width: 1em; 
	border-image-repeat: stretch; 	
}
.content{
	display:table;
	margin-left:100px;
	margin-right:100px;
}
.appIcon{
	float:left;
	width:130px;
	margin-right:0;
}
.text{
	float:left;
	width:644px;
}
.text .Title01{
	font-family:'Roboto Condensed', sans-serif;
}
.text .row {
	clear:both;
	width:100%;
}
.text .text-desc {
	font-size:0.8;
	position:relative;
	display:inline-block;
	overflow:hidden;
}
.text .text-desc font {
	color:#000;
}
.text .text-desc .downloadIcons{
	position:absolute;
	right:0;
	bottom:0;
}
.text .Title02{
	font-family:Roboto, sans-serif;
	font-weight:500;
}
.text .text-picture{
margin-bottom:10px;
}
.text .text-picture img{
	margin-left:5px;
	margin-top:20px;
}
.text .text-picture.esp img {
	width:121px;
	height:94px;
}
.text .text-picture.md img {
	width:69px;
	height:144px;
}
.text .text-picture img.first{
	margin-left:0;
}
.footerIcon, .footer{
	clear:both;
	display:block;
}
.footerIcon {
	text-align:center;
}
.footer{
	margin-top:-9px;
	background-color:#484848;
	min-height:100px;
	position:relative;
	overflow:hidden;
}
.footer p{
	position:absolute;
	width:100%;
	bottom:0;
	text-align:center;
	font-size:small;
	color:#000;
}

@media all and (min-width:800px) and (max-width:1000px){
	.content{
		margin-left:0;
		margin-right:0;
	}
	.wrapper{
	/* Safari and Chrome */
	-webkit-border-image-source: none;
	/* Firefox */
	-moz-border-image-source: none; 
	/* Opera */
	-o-border-image-source: none;
	/* CSS3 */
	border-image-source: none;
	margin-left:auto;
	margin-right:auto;
	width:774px;
	}
}
@media all and (max-width:799px){
	.wrapper{
	/* Safari and Chrome */
	-webkit-border-image-source: none;
	/* Firefox */
	-moz-border-image-source: none; 
	/* Opera */
	-o-border-image-source: none;
	/* CSS3 */
	border-image-source: none;
	width:100%;
	}
	.content{
	margin-left:10px;
	margin-right:10px;
	display:table;
	}
	.appIcon{
		display:table-cell;
	}
	.text{
		display:table-cell;
		width:auto;
		margin-top:10px;
	}
}
@media all and (max-width:465px){
	.text .text-desc .downloadIcons{
	position:relative;
	float:left;
	}
}