#bannerWrapper {
	background: url(../imgs/bannerWrapper-bg.png) repeat-x #00A9E9 bottom left; /* para otros navegadores */
	background:-moz-linear-gradient(0% 67% 270deg,#00A9E9, #44C3EF); /* para firefox */
	background:-webkit-gradient(linear, 0% 67%, 0% 100%, from(#00A9E9), to(#44C3EF)); /* para safari, chrome */
}
#banner {
	margin: auto;
	width: 936px;
	height: 380px;
}

div.bannerText {
	float:left;
	color:#fff;
	padding-top:40px;
	margin-left:40px;
	width:345px;
}
div.pantallas {
	float:left;
	color:#fff;
	width:480px;
	height:315px;
	padding-top:21px;
}

#banner div.bannerText h2{
	font-size:36px;
}

#banner div.bannerText p{
	font-size:20px;
}

#containerWrapper {
	padding-bottom:10px;
	background:#FAFAFA url(../imgs/containerWrapper-bg.png) repeat-x bottom left;/* para otros navegadores */
	background:-moz-linear-gradient(0% 50% 270deg,#FAFAFA, #E6E6E6); /* para firefox */
	background:-webkit-gradient(linear, 0% 0%, 0% 100%, from(#FAFAFA), to(#E6E6E6)); /* para safari, chrome */
}
#container {
	margin: auto;
	width: 980px;
	height: auto;
	overflow: visible;
	padding-top:20px;
}
#container .homeBox {
	float:left;
	margin:0px 13px 20px 13px;
}
.top {
	height:10px;
	width:920px;
	background:#FFF;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
.middle {
	height:345px;
	background:#FFF;
	padding:5px 30px;
	font-weight:normal;
	color:#333;
	width:860px;
}
.bottom {
	height:10px;
	width:920px;
	background:#FFF;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}
.tellmemore {
	height:40px;
	float:right;
	margin-top:25px;
}
a.button, a.button:link {
	float:left;
	display:block;
	width: 116px;
	height: 12px;
	background-image:url(../imgs/button.png);
	color:#FFF;
	text-decoration:none;
	text-shadow:#333 0px -1px 0px;
	font-size:12px;
	font-weight:bold;
	vertical-align:middle;
	padding:12px 0;
	text-align:center;
}

a.button:hover, a.button:active {
	color: #FFF;
	text-decoration:none;
	background-image:url(../imgs/button-hover.png);
}
.ipadHome {
	float:right;
	margin-top:-380px;
}

.comicIco {
	float:left;
	margin-top:42px;
}
.linksSocial {
	float:right;
	margin-top:10px;
}
.linksSocial P {
	font-weight:bold;
}

.button_tellmemore {
	float:left;
	display:block;
	width: 116px;
	height: 12px;
	background: url(../imgs/button_tellmemore.png) no-repeat 0px 2px;
	color:#FFF !important;
	text-decoration:none;
	text-shadow:#333 0px -1px 0px;
	font-size:12px;
	font-weight:bold;
	vertical-align:middle;
	padding:12px 0;
	text-align:center;
}

.button_tellmemore:hover {
	text-decoration:none;
	background:url(../imgs/button_tellmemore.png) no-repeat 0px -33px;
}
