/* CSS Document */

@font-face {
	font-family: 'Dispatch-Black';
	src: url('DispaBla.eot');
}

@font-face {
	font-family: 'Dispatch-Black';
	src: url('DispaBla.woff') format('woff'),
	url('DispaBla.svg#Dispatch-Black') format('svg');
}

@font-face {
	font-family: 'Sansa-Light';
	src: url('SansaLig.eot');
}

@font-face {
	font-family: 'Sansa-Light';
	src: url('SansaLig.woff') format('woff'),
	url('SansaLig.svg#Sansa-Light') format('svg');
}

body, html {
  height: 100%;
}

body{
	margin:0;
	height:100%;
}

.wrapper{
	width:1024px;
	height:100%;
	min-height:300px;
}

.head{
	width:100%;
	height:139px;
	
}
.content{
	width:100%;
	height:100%;
	background: #1b3389; /* Old browsers */
	background: -moz-linear-gradient(top,  #1b3389 0%, #2366bc 48%, #207cca 71%, #3472af 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1b3389), color-stop(48%,#2366bc), color-stop(71%,#207cca), color-stop(100%,#3472af)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #1b3389 0%,#2366bc 48%,#207cca 71%,#3472af 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #1b3389 0%,#2366bc 48%,#207cca 71%,#3472af 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #1b3389 0%,#2366bc 48%,#207cca 71%,#3472af 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #1b3389 0%,#2366bc 48%,#207cca 71%,#3472af 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1b3389', endColorstr='#3472af',GradientType=0 ); /* IE6-9 */
	min-height:300px;
}


.titulo{
	font-family:"DispatchCond-Black";
	font-size:44px;
	position:absolute;
	top:30px;
	left:10px;
	color:#fac114;
}


.descarga{
	position:absolute;
	width:256px;
	margin:30px 5px;
	color:#fabf0f;
	font-family:"DispatchCond-Black";
	height:auto;
	font-size:50px;
	line-height:256px;
	float:left;
	top: 0; left: 0; bottom: 0; right: 0;
}

.cont_desc{
	position:absolute;
	width:256px;
	margin:auto auto;
	margin-top:120px;
	color:#fabf0f;
	font-family:"DispatchCond-Black";
	height:256px;
	top: 0; left: 0; bottom: 0; right: 0;
	background:url(../images/download.png);
	
}


.header{
	background:url(../images/bg-head.jpg) repeat-x;
	height:108px;
}

/* SMARTPHONES PORTRAIT */
@media only screen and (min-width: 300px) {
.wrapper{
	width:300px;
	height:100%;
}


}

/* SMARTPHONES LANDSCAPE */
@media only screen and (min-width: 480px) {
.wrapper{
	width:480px;
	height:100%;
}

}

/* TABLETS PORTRAIT */
@media only screen and (min-width: 768px) {
.wrapper{
	width:768px;
	height:100%;
}

}


/* TABLET LANDSCAPE / DESKTOP */
@media only screen and (min-width: 1024px) {
.wrapper{
	width:1024px;
	height:100%;
}

}    

