/*banner iOS*/
#smartbanner { 	
	width:87%;
	padding:4% 4% 4% 9%;
	background: linear-gradient(#F37821, #FAAD1B);
	-webkit-box-shadow: inset 0 0 10px rgba(1,0,2,.5);
	-moz-box-shadow: inset 0 0 10px rgba(1,0,2,.5);
	box-shadow: inset 0 0 10px rgba(1,0,2,.5);
	font-family: Myriad, Arial;
	font-size: 26px;
	position: relative;
}
#smartbanner .sb-close { 
}
#smartbanner .sb-icon, 
#smartbanner .sb-info,
#smartbanner .sb-button{
	display: table-cell;
	vertical-align: middle;
	padding-top: 0%;	
}

#smartbanner .sb-icon {
	padding-top: 0% !important;
	padding-left: 5% !important;
}

#smartbanner .sb-button  a{
        padding-top: 12%;
}

#smartbanner .sb-info{	
padding: 0% 0 0 14% !important;
line-height: 35px;
width: 65%;
color: #000;
}

#smartbanner .sb-info .titulo_app {
	font-size: 40px !important;
	font-weight: bold !important;
	color: #000;
}

#smartbanner .sb-info .texto_app {
	font-size: 28px;
	line-height: 6px;
	color: #000;
}

#smartbanner .sb-icon img{
	width: 150px;
	height: 150px;
}

#smartbanner .sb-button{
	padding: 1% 0 0 0 !important;
}

/*Fin iOS*/

/*Banner Android*/

#smartbanner.android .sb-close { 

}
#smartbanner.android .sb-icon, 
#smartbanner.android .sb-info,
#smartbanner.android .sb-button{
	display: table-cell;
	vertical-align: middle;
	padding-top: 0%;
}

#smartbanner.android .sb-icon {
	padding-top: 0% !important;
	padding-left: 5% !important;
}

#smartbanner.android .sb-button  a{
        padding-top: 12%;
}

#smartbanner.android .sb-info{	
padding: 0% 0 0 14% !important;
line-height: 35px;
width: 65%;
color: #000;
}

#smartbanner.android .sb-info .titulo_app {
	font-size: 40px !important;
	font-weight: bold !important;
	color: #000;
}

#smartbanner.android .sb-info .texto_app {
	font-size: 28px;
	line-height: 6px;
	color: #000;
}

#smartbanner.android .sb-icon img{
	width: 150px;
	height: 150px;
}

#smartbanner.android .sb-button{
	padding: 1% 0 0 0 !important;
}

/*Banner Windows Phone */

#smartbanner.windows .sb-close { 
	background:#070707 !important;
	color: #fff;
	padding: 5px 14px 2px 14px;
	position: absolute;		
	left: 1%;
	top: 3%;	
	border-radius: 23px;
	-webkit-border-radius: 23px;
	-moz-border-radius: 23px;	
	font-weight: bold;
	text-shadow: 1px 1px 3px rgba(1,0,2,.33);
	font-size: 41px;
	text-decoration: none;
	border: 2px solid #fff;
}
#smartbanner.windows .sb-icon, 
#smartbanner.windows .sb-info,
#smartbanner.windows .sb-button{
	display: table-cell;
	vertical-align: middle;
	padding-top: 0%;
}

#smartbanner.windows .sb-icon {
	padding-top: 0% !important;
	padding-left: 5% !important;
}

#smartbanner.windows .sb-button  a{
    padding-top: 12% !important;
}

#smartbanner.windows .sb-info{	
padding: 0% 0 0 14% !important;
width: 65%;
line-height: 35px;
color: #000;
}

#smartbanner.windows .sb-info .titulo_app {
	font-size: 40px !important;
	font-weight: bold !important;
	color: #000;
}

#smartbanner.windows .sb-info .texto_app {
	font-size: 28px;
	line-height: 6px;
	color: #000;
}

#smartbanner.windows .sb-icon img{
	width: 150px;
	height: 150px;
}

#smartbanner.windows .sb-button{
	padding: 1% 0 0 0 !important;
}

/*Fin banner Windows Phone*/


