@charset 'UTF-8'
/* 
*	Developed by Paulo Victor
*/

/* Imports */

@import '';
@import 'animate.css';
@import 'awesome.css';
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600,700');
@import 'tooltip.css';

/* Global configuration */

* {
	padding: 0;
	margin: auto;
}
div, li, ul, button, input, textarea { box-sizing: border-box; }
#clearfix { clear: both; }
b { font-weight: 700 !important; }
a { color: inherit;text-decoration: inherit;cursor: pointer; }
a:hover { text-decoration: underline; }
::selection { background-color: #777; color: #fff; }
::-webkit-selection { background-color: #777; color: #fff; }
::-moz-selection { background-color: #777; color: #fff; }
::-ms-selection { background-color: #777; color: #fff; }
body {
	background-image: url('../img/clouds.png');
	background-color: #99CAEC;
	animation: left 150113s linear infinite;
	font-family: 'Open Sans', sans-serif;
}
#twitter {
	background-color: #3D454F;
	width: 100%;
	height: 50px;
	position: absolute;
	box-shadow: inset 0px -2px 0px rgba(236,236,251,0.15), 0px 1px 0px #27343D, 0px 4px 0px rgba(0,0,0,0.15);;
}
#twitter .in {
	width: calc(100% - (313px + (100% - 1024px) / 2));
	max-width: calc(100% - 313px);
	height: 50px;
	float: right;
	overflow: hidden;
}
#twitter .in li {
	max-width: 600px;
	height: 50px;
	display: inline-block;
	padding-left: 15px;
	padding-right: 15px;
	color: white;
	font-size: 11px;
	text-shadow: 0px 1px 2px rgba(0,0,0,0.3);
	line-height: 49px;
	box-shadow: inset -1px 0px 0px #5A6169, inset -2px 0px 0px #27343D;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
#twitter .in li i {
	margin-right: 7px;
}
marquee {
	list-style: none;
	height: 50px;
	overflow: hidden !important;
}
#content {
	width: 1024px;
	margin: auto;
}
#content > .left {
	background-image: linear-gradient(to bottom, #F4F4F4, #E0E0E0);
	background-image: -webkit-linear-gradient(to bottom, #F4F4F4, #E0E0E0);
	background-image: -moz-linear-gradient(to bottom, #F4F4F4, #E0E0E0);
	background-image: -ms-linear-gradient(to bottom, #F4F4F4, #E0E0E0);
	background-image: -o-linear-gradient(to bottom, #F4F4F4, #E0E0E0);
	width: calc(313px + (100% - 1024px) / 2);
	min-width: 313px;
	height: 100%;
	position: absolute;
	z-index: 3;
	left: 0;
	padding-bottom: 10px;
	box-shadow: inset -2px 0px 0px white, 1px 0px 0px rgba(0,0,0,0.3), 4px 0px rgba(0,0,0,0.15);
}
#content > .left .about {
	background-image: url('../img/line.png');
	width: calc(100% - 30px);
	float: left;
	margin-left: 15px;
  	padding-bottom: 15px;
	background-repeat: repeat-x;
	background-position: bottom left;
}
#content > .left .about .title {
	width: 100%;
	height: 46px;
	float: left;
	line-height: 46px;
	font-weight: 700;
	color: #777777;
	font-size: 16px;
	text-shadow: 0px 1px 0px rgba(255,255,255,0.7);
}
#content > .left .about .title i {
	font-style: normal;
	color: #2696D2;
}
#content > .left .about .text {
	width: 100%;
	float: left;
	font-size: 12px;
	color: #777777;
	font-weight: 400;
	text-shadow: 0px 1px 0px rgba(255,255,255,0.32);
	line-height: 14.399px;
	text-align: justify;
}
#content > .left .about .text ul {
  	margin-left: 25px;
}
#content > .left .about .text p {
 	text-indent: 25px;
  	margin: 10px 0;
}
#content > .left .news {
	width: calc(100% - 30px);
	float: left;
	margin-left: 15px;
}
#content > .left .news .title {
	width: 161px;
	height: 29px;
	float: left;
	margin-top: 16px;
	font-weight: 700;
	color: #777777;
	font-size: 18px;
	text-shadow: 0px 1px 0px rgba(255,255,255,0.7);
}
#content > .left .news .arrows {
	width: 84px;
	height: 26px;
	float: left;
	margin-top: 16px;
}
#content > .left .news .arrows .a {
	width: 26px;
	height: 26px;
	float: left;
	margin-left: 3px;
	font-family: 'FontAwesome';
	font-size: 12px;
	color: #777777;
	text-align: center;
	line-height: 26px;
	cursor: pointer;
	transition: all 0.4s linear;
}
#content > .left .news .arrows .a:first-of-type {
	margin-left: 0px;
}
#content > .left .news .arrows .left:before {
	content: '';
}
#content > .left .news .arrows .refresh:before {
	content: '';
}
#content > .left .news .arrows .right:before {
	content: '';
}
#content > .left .news .arrows .left:hover {
	padding-right: 5px;
}
#content > .left .news .arrows .refresh:hover {
	transform: rotate(180deg);
}
#content > .left .news .arrows .right:hover {
	padding-left: 5px;
}
#content > .left .news .text {
	width: calc(100% - 10px);
	height: 26px;
	float: left;
	font-size: 11px;
	color: #777777;
	font-weight: 400;
	text-shadow: 0px 1px 0px rgba(255,255,255,0.7);
	line-height: 13px;
}
#content > .left .news .content {
	width: 100%;
	height: 214px;
	float: left;
	margin-top: 5px;
	overflow: hidden;
}
#content > .left .news .content .in {
	width: calc(100% - 2px);
	height: 1000000000px;
	float: left;
	margin-left: 1px;
	list-style: none;
}
#content > .left .news .content li {
	background-color: #CCCCCC;
	width: 100%;
	height: 62px;
	float: left;
	margin-top: 9px;
	box-shadow: inset 0px 2px 0px rgba(255,255,255,0.4), 0px 0px 0px 1px rgba(0,0,0,0.3);
	border-radius: 3px;
	transition: all 0.4s linear;
}
#content > .left .news .content li:hover {
	background-color: #99CAEC;
	box-shadow: inset 0px 2px 0px rgba(255,255,255,0.4), 0px 0px 0px 1px #688AA1;
}
#content > .left .news .content li .img {
	background-color: #FFFFFF;
	width: 70px;
	height: 40px;
	float: left;
	margin-top: 11px;
	margin-left: 10px;
	box-shadow: inset 0px 0px 0px 1px rgba(0,0,0,0.3);
	padding: 1px;
	border-radius: 4px;
	background-position: center;
}
#content > .left .news .content li .img .in {
	width: 100%;
	height: 100%;
	float: left;
	box-shadow: inset 0px 2px 0px rgba(255,255,255,0.3);
	border-radius: 4px;
}
#content > .left .news .content li .img .in .doll {
	width: 27px;
	height: 30px;
	float: left;
	margin-top: 2px;
	margin-left: 3px;
}
#content > .left .news .content li .title {
	background-color: #EEEEEE;
	width: calc(100% - 100px);
	height: 40px;
	float: left;
	margin-top: 11px;
	margin-left: 11px;
	box-shadow: inset 0px 2px 0px rgba(255,255,255,0.91), 0px 0px 0px 1px rgba(0,0,0,0.3);
	border-radius: 4px;
	padding-left: 15px;
	padding-right: 15px;
	color: #777777;
	font-size: 12px;
	font-weight: 700;
	text-shadow: 0px 1px 0px rgba(255,255,255,0.7);
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	line-height: 38px;
}
#content > .left .player {
	width: calc(100% - 30px);
	height: 105px;
	float: left;
	margin-top: 23px;
	margin-left: 15px;
}
#content > .left .player .buttons {
	width: 100%;
	float: left;
	margin-left: 53px;
}
#content > .left .player .buttons .b {
	min-width: 30px;
	height: 30px;
	float: left;
	margin-top: 0px;
	margin-left: 8px;
	border-radius: 4px 4px 0px 0px;
	line-height: 29px;
	transition-duration: 0.2s;
	cursor: pointer;
}
#content > .left .player .buttons .b.center:hover {
	margin-top: -5px;
	height: 35px;
}
#content > .left .player .buttons .b.center {
	line-height: 29px;
	color: white;
	text-shadow: 0px 1px 2px rgba(0,0,0,0.2);
	font-size: 12px;
	text-align: center;
}
#content > .left .player .buttons .b.left {
	padding-left: 11px;
	padding-right: 11px;
	color: white;
	font-weight: 700;
	font-size: 12px;
	text-shadow: 0px 1px 2px rgba(0,0,0,0.2);
}
#content > .left .player .buttons .b.left i {
	font-weight: normal !important;
	margin-right: 4px;
}
#content > .left .player .in {
	background-color: #CCCCCC;
	width: 100%;
	height: 75px;
	float: left;
	border-radius: 4px;
	box-shadow: inset 0px 2px 0px rgba(255,255,255,0.4), 0px 0px 0px 1px rgba(0,0,0,0.3);
}
#content > .left .player .in .left {
	background-image: url('../img/floor.png');
	background-color: #EEEEEE;
	width: 70px;
	height: 75px;
	float: left;
	border-radius: 4px 0px 0px 4px;
	box-shadow: inset 0px 2px 0px rgba(255,255,255,0.4), 1px 0px 0px #9D9D9D;
	animation: top 50113s linear infinite;
}
#content > .left .player .in .left .base {
	background-color: rgba(0,0,0,0.2);
	width: 31px;
	height: 18px;
	float: left;
	margin-top: 38px;
	margin-left: 19px;
	border-radius: 100%;
}
#content > .left .player .in .left .base .doll {
	width: 64px;
	height: 110px;
	float: left;
	margin-top: -93px;
	margin-left: -19px;
}
#content > .left .player .in .speaker {
	width: calc(100% - 105px);
	height: 20px;
	float: left;
	margin-top: 17px;
	margin-left: 21px;
	color: #545454;
	font-size: 14px;
	font-weight: 700;
	text-shadow: 0px 1px 0px rgba(255,255,255,0.7);
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
#content > .left .player .in .program {
	width: calc(100% - 105px);
	height: 20px;
	float: left;
	margin-top: 1px;
	margin-left: 21px;
	color: #545454;
	font-size: 11px;
	text-shadow: 0px 1px 0px rgba(255,255,255,0.7);
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
#content > .progressBase {
	width: 248px;
	float: left;
	margin-top: 102px;
	margin-left: 313px;
	list-style: none;
}
#content > .progressBase li {
	background-image: linear-gradient(to bottom, #F4F4F4, #E0E0E0);
	background-image: -webkit-linear-gradient(to bottom, #F4F4F4, #E0E0E0);
	background-image: -moz-linear-gradient(to bottom, #F4F4F4, #E0E0E0);
	background-image: -o-linear-gradient(to bottom, #F4F4F4, #E0E0E0);
	background-image: -ms-linear-gradient(to bottom, #F4F4F4, #E0E0E0);
	width: 209px;
	height: 60px;
	float: left;
	margin-top: 31px;
	border-radius: 0px 5px 5px 0px;
	padding-left: 12px;
	box-shadow: inset 0px 2px 0px rgba(255,255,255,0.65), 0px 0px 0px 1px rgba(0,0,0,0.2), 0px 4px 0px rgba(0,0,0,0.15);
	transition: padding-left 0.2s linear, width 0.2s linear;
	display: none;
}
#content > .progressBase li:hover {
	width: 219px;
	padding-left: 22px;
}
#content > .progressBase li .left {
	width: 137px;
	height: 60px;
	float: left;
	box-shadow: inset -1px 0px 0px #BFC4C9;
}
#content > .progressBase li .left .type {
	width: 93px;
	height: 18px;
	float: left;
	margin-top: 8px;
	color: #777777;
	font-weight: 700;
	font-size: 12px;
	text-shadow: 0px 1px 0px rgba(255,255,255,0.7);
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
#content > .progressBase li .left .num {
	background-color: #E4433A;
	width: 34px;
	height: 17px;
	float: left;
	margin-top: 9px;
	border-radius: 3px;
	box-shadow: inset 0px 2px 0px rgba(255,255,255,0.2), 0px 0px 0px 1px #8A2B28;
	color: white;
	font-weight: 700;
	font-size: 10px;
	text-shadow: 0px 1px 2px rgba(0,0,0,0.3);
	text-align: center;
	line-height: 16px;
}
#content > .progressBase li .left .base {
	background-color: white;
	width: 127px;
	height: 10px;
	float: left;
	margin-top: 7px;
	margin-left: 1px;
	border-radius: 4px;
	box-shadow: 0px 0px 0px 1px #BABABA;
	padding: 2px;
}
#content > .progressBase li .left .base .in {
	background-color: #E2E2E2;
	width: 100%;
	height: 6px;
	float: left;
	border-radius: 2px;
	overflow: hidden;
}
#content > .progressBase li .left .base .in .progress {
	background-color: #2696D4;
	width: 50%;
	height: 6px;
	float: left;
	border-radius: 2px 0px 0px 2px;
}
#content > .progressBase li .icon {
	background-color: #2696D4;
	width: 60px;
	height: 60px;
	float: left;
	border-radius: 0px 5px 5px 0px;
	box-shadow: inset 0px 2px 0px rgba(255,255,255,0.3), 0px 0px 0px 1px #246992;
	line-height: 59px;
	text-align: center;
	text-shadow: 0px 1px 2px rgba(0,0,0,0.3);
	color: white;
}
#content > .progressBase li.code .left .base .in .progress {
	background-color: #2696D4;
}
#content > .progressBase li.programming .left .base .in .progress {
	background-color: #5EDA01;
}
#content > .progressBase li.design .left .base .in .progress {
	background-color: #46617C;
}
#content > .progressBase li.content .left .base .in .progress {
	background-color: #9447A9;
}
#content > .progressBase li.staff .left .base .in .progress {
	background-color: #E86485;
}
#content > .progressBase li.code .icon {
	background-color: #2696D4;
	box-shadow: inset 0px 2px 0px rgba(255,255,255,0.3), 0px 0px 0px 1px #246992;
}
#content > .progressBase li.programming .icon {
	background-color: #5EDA01;
	box-shadow: inset 0px 2px 0px rgba(255,255,255,0.3), 0px 0px 0px 1px #517630;
}
#content > .progressBase li.design .icon {
	background-color: #46617C;
	box-shadow: inset 0px 2px 0px rgba(255,255,255,0.3), 0px 0px 0px 1px #36495C;
}
#content > .progressBase li.content .icon {
	background-color: #9447A9;
	box-shadow: inset 0px 2px 0px rgba(255,255,255,0.3), 0px 0px 0px 1px #592C67;
}
#content > .progressBase li.staff .icon {
	background-color: #E86485;
	box-shadow: inset 0px 2px 0px rgba(255,255,255,0.3), 0px 0px 0px 1px #75112A;
}
#content > .progressBase li.code .icon:before {
	content: '';
	font-family: 'FontAwesome';
	font-size: 23px;
}
#content > .progressBase li.programming .icon:before {
	content: '';
	font-family: 'FontAwesome';
	font-size: 23px;
}
#content > .progressBase li.design .icon:before {
	content: '';
	font-family: 'FontAwesome';
	font-size: 23px;
}
#content > .progressBase li.content .icon:before {
	content: '';
	font-family: 'FontAwesome';
	font-size: 23px;
}
#content > .progressBase li.staff .icon:before {
	content: '';
	font-family: 'FontAwesome';
	font-size: 23px;
}
#content > .right {
	width: 416px;
	float: left;
	margin-top: 125px;
}
#content > .right .counter {
	width: 100%;
	float: left;
}
#content > .right .counter .title {
	width: 100%;
	float: left;
	color: white;
	font-size: 20px;
	font-weight: 700;
	text-shadow: 0px 1px 2px rgba(0,0,0,0.3);
}
#content > .right .counter .desc {
	width: 100%;
	float: left;
	margin-bottom: 13px;
	color: white;
	font-size: 14px;
	font-weight: 700;
	text-shadow: 0px 1px 2px rgba(0,0,0,0.3);
}
#content > .right .counter .in {
	background-image: url('../img/floor.png');
	background-color: #EEEEEE;
	width: 104px;
	height: 141px;
	float: left;
	box-shadow: inset 0px 2px 0px rgba(255,255,255,0.65), 0px 0px 0px 1px rgba(0,0,0,0.2), 0px 4px 0px rgba(0,0,0,0.15);
}
#content > .right .counter .in .num {
	width: 100%;
	height: 106px;
	float: left;
	color: #777777;
	font-weight: 700;
	font-size: 50px;
	text-shadow: 0px 2px 0px rgba(255,255,255,0.7);
	text-align: center;
	line-height: 106px;
}
#content > .right .counter .in .text {
	width: 100%;
	height: 35px;
	float: left;
	color: white;
	text-align: center;
	line-height: 34px;
	font-weight: 700;
	font-size: 14px;
	text-shadow: 0px 1px 2px rgba(0,0,0,0.3);
}
#content > .right .counter .in.day .text {
	background-color: #47627C;
	box-shadow: inset 0px 2px 0px rgba(255,255,255,0.2), 0px 0px 0px 1px #36495C;
}
#content > .right .counter .in.hour .text {
	background-color: #2696D4;
	box-shadow: inset 0px 2px 0px rgba(255,255,255,0.2), 0px 0px 0px 1px #105985;
}
#content > .right .counter .in.min .text {
	background-color: #5ED901;
	box-shadow: inset 0px 2px 0px rgba(255,255,255,0.2), 0px 0px 0px 1px #517630;
}
#content > .right .counter .in.sec .text {
	background-color: #9145A6;
	box-shadow: inset 0px 2px 0px rgba(255,255,255,0.2), 0px 0px 0px 1px #4F275A;
}
#content > .right .counter .in:first-of-type {
	border-radius: 4px 0px 0px 4px;
}
#content > .right .counter .in:first-of-type .text {
	border-radius: 0px 0px 0px 4px;
}
#content > .right .counter .in:last-of-type {
	border-radius: 0px 4px 4px 0px;
}
#content > .right .counter .in:last-of-type .text {
	border-radius: 0px 0px 4px 0px;
}
.effect-left {
	animation: left 50113s linear infinite;
}
.effect-right {
	animation: right 50113s linear infinite;
}
.effect-top {
	animation: top 50113s linear infinite;
}
.effect-bottom {
	animation: bottom 50113s linear infinite;
}
#content > .right .logo {
	background-image: url('../img/logo.png');
	width: 241px;
	height: 136px;
	float: left;
	margin-top: 19px;
	margin-left: 15px;
}
#content > .right .logo .p {
	background-color: #CEF7FF;
	width: 1px;
	height: 9px;
	position: absolute;
	margin-top: 0px;
	margin-left: 118px;
	animation: p1 2s linear infinite;
	animation-delay: 3s;
}
#content > .right .logo .p2 {
	background-color: #CEF7FF;
	width: 1px;
	height: 6px;
	position: absolute;
	margin-top: 39px;
	margin-left: 55px;
	transform: skew(45deg);
	animation: p2 2s linear infinite;
	animation-delay: 3s;
}
#content > .right .logo .p3 {
	background-color: #CEF7FF;
	width: 1px;
	height: 6px;
	position: absolute;
	margin-top: 7px;
	margin-left: 105px;
	transform: skew(45deg);
	animation: p3 2s linear infinite;
	animation-delay: 3s;
}
#content > .right .logo .p4 {
	background-color: #CEF7FF;
	width: 1px;
	height: 6px;
	position: absolute;
	margin-top: 8px;
	margin-left: 130px;
	transform: skew(-45deg);
	animation: p4 2s linear infinite;
	animation-delay: 3s;
}
#content > .right .logo .p5 {
	background-image: url('../img/duck.png');
	width: 22px;
	height: 23px;
	position: absolute;
	margin-top: 35px;
	margin-left: 125px;
	transform: rotate(90deg);
	opacity: 0.14;
	animation: bouncereverse 2s linear infinite;
}
#content > .right .logo .p6 {
	background-image: url('../img/duck.png');
	width: 22px;
	height: 23px;
	position: absolute;
	margin-top: 20px;
	margin-left: 125px;
	animation: bounce 2s linear infinite;
}
#content > .right .logo .mask {
	mask-image: url('../img/logo.png');
	-webkit-mask-image: url('../img/logo.png');
	-moz-mask-image: url('../img/logo.png');
	-ms-mask-image: url('../img/logo.png');
	-o-mask-image: url('../img/logo.png');
	width: 241px;
	height: 136px;
	position: absolute;
}
#content > .right .logo .mask .in {
	width: 241px;
	height: 136px;
	position: relative;
}
#content > .right .logo .logo {
	background-image: url('../img/logo2.png');
	width: 241px;
	height: 67px;
	position: absolute;
	margin-top: 48px;
	margin-left: 0px;
}
#content > .right .logo .logo .in {
	background-image: none;
	mask-image: url('../img/logo2.png');
	-webkit-mask-image: url('../img/logo2.png');
	-moz-mask-image: url('../img/logo2.png');
	-ms-mask-image: url('../img/logo2.png');
	-o-mask-image: url('../img/logo2.png');
	width: 241px;
	height: 67px;
	float: left;
}
#content > .right .logo .logo .in .list {
	background-color: rgba(255,255,255,0.4);
	width: 10px;
	height: 67px;
	float: left;
	margin-top: -5px;
	margin-left: -50px;
	box-shadow: -2px 0px 4px rgba(255,255,255,0.4), 2px 0px 4px rgba(255,255,255,0.4);
	transform: skew(-30deg);
	animation: list 5s linear infinite;
}
#content > .right .ceo {
	width: 130px;
	height: 117px;
	float: left;
	margin-top: 38px;
	margin-left: 26px;
	list-style: none;
}
#content > .right .ceo li {
	background-image: linear-gradient(to bottom, #F4F4F4 13.157%, #E0E0E0 93%);
	background-image: -webkit-linear-gradient(to bottom, #F4F4F4 13.157%, #E0E0E0 93%);
	background-image: -moz-linear-gradient(to bottom, #F4F4F4 13.157%, #E0E0E0 93%);
	background-image: -ms-linear-gradient(to bottom, #F4F4F4 13.157%, #E0E0E0 93%);
	background-image: -o-linear-gradient(to bottom, #F4F4F4 13.157%, #E0E0E0 93%);
	background-color: #F4F4F4;
	height: 38px;
	float: left;
	margin-top: 10px;
	margin-left: 0px;
	box-shadow: inset 0px 2px 0px rgba(255,255,255,0.65), 0px 0px 0px 1px rgba(0,0,0,0.2), 0px 4px 0px rgba(0,0,0,0.15);
	border-radius: 4px;
	padding-right: 20px;
	line-height: 37px;
	color: #777777;
	text-shadow: 0px 1px 0px rgba(255,255,255,0.7);
	font-weight: 700;
	font-size: 11px;
	transition: all 0.2s linear;
	cursor: default;
}
#content > .right .ceo li:nth-child(2n){
	margin-left: 7px;
}
#content > .right .ceo li:nth-child(1n):hover {
	margin-left: -4px;
}
#content > .right .ceo li:nth-child(2n):hover {
	margin-left: 5px;
}
#content > .right .ceo li:before {
	content: '';
	background-image: url('../img/arrow.png');
	width: 6px;
	height: 12px;
	position: absolute;
	margin-top: 16px;
	margin-left: -43px;
}
#content > .right .ceo li .doll {
	width: 35px;
	height: 38px;
	float: left;
	background-repeat: no-repeat;
	background-position: center;
	margin-right: 2px;
}
#content > .right #footer {
	width: 390px;
	float: left;
	margin-top: 30px;
	margin-left: 15px;
	color: white;
	font-size: 12px;
	text-shadow: 0px 1px 1px rgba(0,0,0,0.3);
	text-align: center;
}
#content > .right #footer b {
	font-weight: 700;
}




/*
*
*			PEDIDOS
*
*/




#ask {
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 9999;
	top: 0;
	left: 0;
	display: none;
}
#ask > .bg {
	background-color: rgba(0,0,0,0.8);
	width: 100%;
	height: 100%;
	position: absolute;
}
#ask > .box {
	width: 285px;
	height: calc(50%);
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}
#ask > .box .in {
	background-color: white;
	width: 285px;
	height: auto;
	max-height: 335px;
	float: left;
	padding: 10px;
	border-radius: 2px;
	display: none;
	box-shadow: inset 0px 0px 15px rgba(0,0,0,0.05), inset 0px 0px 0px 1px #CCC, 0px 0px 0px 5px white, 0px 5px 3px rgba(0,0,0,0.1);
}
#ask > .box .error {
	background-color: #E86485;
	width: 100%;
	height: 40px;
	float: left;
	box-shadow: inset 0px 2px 0px rgba(255,255,255,0.33), 0px 0px 0px 1px #BA1B43;
	border-radius: 4px;
	line-height: 39px;
	color: white;
	text-shadow: 0px 1px 1px rgba(0,0,0,0.19);
	font-weight: 500;
	padding-left: 13px;
	padding-right: 13px;
	text-align: center;
	font-size: 11px;
}
#ask > .box .title {
	width: 100%;
	height: 55px;
	float: left;
	padding-top: 13px;
	padding-left: 10px;
	color: #878889;
	font-weight: 400;
	font-size: 12px;
}
#ask > .box .title p:nth-child(1){
	font-size: 15px;
	font-weight: 700;
}
#ask > .box .title p:nth-child(2){
	margin-top: -3px;
}
#ask > .box .in > form input, textarea {
	background-color: #F3F3F3;
	width: 100%;
	min-height: 42px;
	float: left;
	margin-top: 5px;
	border-radius: 4px;
	padding: 13px;
	box-shadow: inset 0px 2px 0px rgba(255,255,255,0.33), 0px 0px 0px 1px rgba(0,0,0,0.14);
	border: 0;
	outline: 0;
	resize: none;
	letter-spacing: normal;
	color: rgba(0,0,0,0.6);
}
#ask > .box .in > form textarea::-webkit-input-placeholder {
	letter-spacing: normal;
}
#ask > .box .in > form textarea::-moz-placeholder {
	letter-spacing: normal;
}
#ask > .box .in > form textarea:-ms-input-placeholder {
	letter-spacing: normal;
}
#ask > .box .in > form textarea:-moz-placeholder {
	letter-spacing: normal;
}
#ask > .box .in > form textarea {
	height: 92px;
}
#ask > .box .in > form .motto {
	width: 100%;
	height: 25px;
	float: left;
	padding-left: 5px;
	color: #878889;
	font-weight: 400;
	line-height: 30px;
	font-size: 12px;
}
#ask > .box .in > form button[type="button"] {
	background-color: #2696D4;
	width: 132px;
	height: 44px;
	float: left;
	margin-top: 7px;
	box-shadow: inset 0px 2px 0px rgba(255,255,255,0.33), 0px 0px 0px 1px #134B6A;
	border-radius: 4px;
	line-height: 43px;
	color: white;
	text-shadow: 0px 1px 1px rgba(0,0,0,0.19);
	font-weight: 700;
	text-align: center;
	font-size: 12px;
	border: 0;
	outline: 0;
	cursor: pointer;
}
#ask > .box .in > form button[type="submit"] {
	background-color: #5ED901;
	width: 125px;
	height: 44px;
	float: left;
	margin-top: 7px;
	margin-left: 7px;
	box-shadow: inset 0px 2px 0px rgba(255,255,255,0.33), 0px 0px 0px 1px #429A01;
	border-radius: 4px;
	line-height: 43px;
	color: white;
	text-shadow: 0px 1px 1px rgba(0,0,0,0.19);
	font-weight: 700;
	text-align: center;
	font-size: 12px;
	border: 0;
	outline: 0;
	cursor: pointer;
}




/*
*
*			NOTICIAS
*
*/


#news {
	background-color: #EEEEEE;
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 9999;
	display: none;
}
#news > .content {
	width: 972px;
	margin: auto;
}
#news > .content .title {
	background-image: url('../img/line.png');
	width: 100%;
	height: 118px;
	float: left;
	background-position: bottom;
	background-repeat: repeat-x;
}
#news > .content .title .doll {
	width: 108px;
	height: 124px;
	float: left;
	margin-top: 8px;
	margin-left: -26px;
	display: block;
}
#news > .content .title .text {
	width: calc(100% - 72px - 161px);
	float: left;
	padding-top: 49px;
	margin-left: -10px;
}
#news > .content .title .text p:nth-child(1) {
	width: 100%;
	height: 28px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: hidden;
	color: #777777;
	font-size: 20px;
	font-weight: 700;
	text-shadow: 0px 1px 0px rgba(255,255,255,0.63);
}
#news > .content .title .text p:nth-child(2) {
	width: 100%;
	height: 20px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: hidden;
	color: #777777;
	font-size: 11px;
	text-shadow: 0px 1px 0px rgba(255,255,255,0.63);
}
#news > .content .title .text p:nth-child(2) b {
	font-weight: 700;
}
#news > .content .close {
	background-color: #F2F2F2;
	width: 161px;
	height: 41px;
	float: left;
	margin-top: 49px;
	border-radius: 4px;
	box-shadow: inset 0px 2px 0px rgba(255,255,255,0.56), 0px 0px 0px 1px #C2C2C2;
	text-align: center;
	line-height: 40px;
	color: #777777;
	font-weight: 700;
	font-size: 11px;
	cursor: pointer;
	text-shadow: 0px 1px 0px rgba(255,255,255,0.44);
}
#news > .content > .text {
	width: 100%;
	height: 500px;
	float: left;
	margin-top: 24px;
	padding-right: 10px;
	overflow: auto;
	color: #777777;
	font-size: 12px;
}



/*
*
*			KEYFRAMES
*
*/
@keyframes list {
	0% {
		margin-left: -50px;
	} 60%, 100% {
		margin-left: 450px;
	}
}
@keyframes p1 {
	0% {
		margin-top: 0px;
		opacity: 1;
	} 30%, 100% {
		margin-top: -5px;
		opacity: 0;
	}
}
@keyframes p2 {
	0% {
		margin-top: 39px;
		margin-left: 55px;
		opacity: 1;
	} 30%, 100% {
		margin-top: 34px;
		margin-left: 50px;
		opacity: 0;
	}
}
@keyframes p3 {
	0% {
		margin-top: 7px;
		margin-left: 105px;
		opacity: 1;
	} 30%, 100% {
		margin-top: 2px;
		margin-left: 100px;
		opacity: 0;
	}
}
@keyframes p4 {
	0% {
		margin-top: 8px;
		margin-left: 130px;
		opacity: 1;
	} 30%, 100% {
		margin-top: 3px;
		margin-left: 135px;
		opacity: 0;
	}
}
@keyframes left {
	from {
		background-position: 0 0;
	}
	to {
		background-position: -1000000px 0;
	}
}
@keyframes top {
	from {
		background-position: 0 0;
	}
	to {
		background-position: 0px -1000000px;
	}
}
@keyframes right {
	from {
		background-position: 0 0;
	}
	to {
		background-position: 1000000px 0;
	}
}
@keyframes bottom {
	from {
		background-position: 0 0;
	}
	to {
		background-position: 0px 1000000px;
	}
}
@media screen and (max-width: 700px){
	body {
		background-image: none;
		background-color: #99CAEC;
		animation: left 170113s linear infinite;
		font-family: 'Open Sans', sans-serif;
		overflow-x: hidden;
	}
	#twitter {
		background-color: #3D454F;
		width: 100%;
		height: 50px;
		position: absolute;
		display: none;
		box-shadow: inset 0px -2px 0px rgba(236,236,251,0.15), 0px 2px 0px #27343D, 0px 4px 0px rgba(0,0,0,0.15);;
	}
	#content {
		width: 100%;
		float: left;
	}
	#content > .left {
		background-image: linear-gradient(to bottom, #F4F4F4, #E0E0E0);
		background-image: -webkit-linear-gradient(to bottom, #F4F4F4, #E0E0E0);
		background-image: -moz-linear-gradient(to bottom, #F4F4F4, #E0E0E0);
		background-image: -ms-linear-gradient(to bottom, #F4F4F4, #E0E0E0);
		background-image: -o-linear-gradient(to bottom, #F4F4F4, #E0E0E0);
		width: 100%;
		min-width: 300px;
		height: 100%;
		float: left;
		z-index: 3;
		box-shadow: none;
		overflow: auto;
		overflow-x: hidden;
		padding-bottom: 10px;
		animation: none;
	}
	#content > .progressBase { display: none; }
	#content > .right { display: none; }
}
@media screen and (max-width: 972px){
	#news {
		height: auto;
		min-height: 100%;
	}
	#news > .content {
		width: 100%;
		float: left;
		padding-left: 10px;
		padding-right: 10px;
	}
	#news > .content .title .doll {
		width: 108px;
		height: 124px;
		float: left;
		margin-top: 8px;
		margin-left: -26px;
		display: none;
	}
	#news > .content .title .text {
		width: calc(100% - 176px);
		float: left;
		padding-top: 49px;
		margin-left: 0px;
	}
	#news > .content .title .text p:nth-child(1) {
		width: 100%;
		height: 28px;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: hidden;
		color: #777777;
		font-size: 20px;
		font-weight: 700;
		text-shadow: 0px 1px 0px rgba(255,255,255,0.63);
	}
	#news > .content .title .text p:nth-child(2) {
		width: 100%;
		height: 20px;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: hidden;
		color: #777777;
		font-size: 11px;
		text-shadow: 0px 1px 0px rgba(255,255,255,0.63);
	}
	#news > .content .title .text p:nth-child(2) b {
		font-weight: 700;
	}
	#news > .content .close {
		background-color: #F2F2F2;
		width: 161px;
		height: 41px;
		float: left;
		margin-top: 49px;
		margin-left: 5px;
		border-radius: 4px;
		box-shadow: inset 0px 2px 0px rgba(255,255,255,0.56), 0px 0px 0px 1px #C2C2C2;
		text-align: center;
		line-height: 40px;
		color: #777777;
		font-weight: 700;
		font-size: 11px;
		cursor: pointer;
		text-shadow: 0px 1px 0px rgba(255,255,255,0.44);
	}
	#news > .content > .text {
		height: auto;
		padding-bottom: 50px;
	}
}
@media screen and (max-width: 600px){
	#news > .content .title .text {
		width: calc(100%);
		float: left;
		padding-top: 49px;
		margin-left: 0px;
	}
	#news > .content .close {
		background-color: #F2F2F2;
		width: 80%;
		height: 41px;
		float: left;
		margin-top: 3px;
		margin-left: 10%;
		border-radius: 4px;
		box-shadow: inset 0px 2px 0px rgba(255,255,255,0.56), 0px 0px 0px 1px #C2C2C2;
		text-align: center;
		line-height: 40px;
		color: #777777;
		font-weight: 700;
		font-size: 11px;
		cursor: pointer;
		text-shadow: 0px 1px 0px rgba(255,255,255,0.44);
	}
}