/* 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;
}


.content{
	width:100%;
	height:100%;
	background: #FFF; /* Old browsers */
	background: -moz-linear-gradient(top,  #1b3389 0%, #2366bc 48%, #207cca 71%, #3472af 100%); /* FF3.6+ */
	min-height:300px;
}


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


.descarga{
	position:absolute;
	width:256px;
	margin:0px 5px;
	color:#fabf0f;
	font-family:"DispatchCond-Black";
	height:auto;
	font-size:48px;
	line-height:256px;
	float:left;
	top: 0; left: 0; bottom: 0; right: 0;
	-webkit-text-stroke-width: 1px;
   	-webkit-text-stroke-color: #123370;
	cursor:pointer;

}



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


.header{
	background:#07264c url(../images/head.jpg) no-repeat;
	height:138px;
	width:100%;
}

/* 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%;
}

.descarga{
	position:absolute;
	width:256px;
	margin:0px 5px;
	color:#fabf0f;
	font-family:"DispatchCond-Black";
	height:auto;
	font-size:48px;
	line-height:256px;
	float:left;
	top: 0; left: 0; bottom: 0; right: 0;
	-webkit-text-stroke-width: 1px;
   	-webkit-text-stroke-color: #123370;
	cursor:pointer;

}

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

}

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


.descarga{
	position:absolute;
	width:256px;
	margin:0px 5px;
	color:#fabf0f;
	font-family:"DispatchCond-Black";
	height:auto;
	font-size:48px;
	line-height:256px;
	float:left;
	top: 0; left: 0; bottom: 0; right: 0;
	-webkit-text-stroke-width: 1px;
   	-webkit-text-stroke-color: #123370;
	cursor:pointer;

}

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


}


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

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

}    

