body, a, h1, h2, h3, h4, h5, h6, p, div, span, img, input{
	margin: 0;
	padding: 0;
	width: auto;
	height: auto;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	border: 0;
}
body{
	background: #fff;
	height: 100%;
}
#formPrincipal{
	width: 800px;
	height: 115px;
	background: url(img/cuerpo.png) top left no-repeat;
	margin: auto;
	margin-top: 100px;
}
.logo{
	float: left;
	margin-left: 10px;
	margin-top: -33px;
}
#inputUrl{
	margin: auto;
	width: 750px;
	padding-top: 0px;
}
.inputUrl{
	font-size: 25px;
	width: 530px;
	height: 31px;
	margin-top: -14px;
	padding: 4px;
	float: left;
	color: #c2c2c2;
	outline: none;
	border: 1px #c2c2c2 solid;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
.inputUrl:focus{
	color: #3dc1ce;
	border: 1px #3dc1ce solid;
}
.inputSubmit, .inputSubmitLoading{
	border: 0;
	background: url(img/shortit.png) no-repeat;
	width: 134px;
	height: 65px;
	float: left;
	outline: none;
	margin-top: -18px;
	margin-left: 10px;
	cursor: pointer;
}
.inputSubmitImg{
	border: 0;
	width: 134px;
	height: 65px;
	float: left;
	margin-top: -18px;
	margin-left: 10px;
}
.inputSubmitLoading{
	background: url(img/shortit2.png) no-repeat;
	cursor: default;
}
#aCustom{
	width: 540px;
	text-align: right;
}
.aCustom{
	width: 60px;
	height: 19px;
	float: right;
	margin-top: -20px;
	margin-right: 25px;
}
#inputCustom{
	width: 540px;
	display: none;
}
.inputCustom{
	font-size: 12px;
	color: #616161;
	width: 120px;
	height: 12px;
	float: right;
	margin-top: -24px;
	padding: 4px;
	color: #c2c2c2;
	outline: none;
	border: 1px #c2c2c2 solid;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
.inputCustom:focus{
	color: #3dc1ce;
	border: 1px #3dc1ce solid;
}
.customText{
	font-size: 14px;
	float: left;
	padding: 4px;
	margin-top: -25px;
	width: 400px;
	text-align: right;
	color: #585858;
}
#resultado{
	font-size: 20px;
	color: #3dc1ce;
	position: absolute;
	z-index: -999;
	margin-left: 6px;
	margin-top: 20px;
	padding: 12px 20px;
	text-align: left;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
}
#resultadoStats{
	text-align: center;
	font-size: 20px;
	color: #666;
	margin: auto;
	padding: 20px;
	background: #e3f1f0;
	width: 681px;
	height: auto;
	position: absolute;
	z-index: -999;
	margin-left: 6px;
	margin-top: 2px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
}
.stats1{
	width: 600px;
	background: #b8dad8;
	margin: auto;
	padding: 3px;
}
.stats2{
	width: 600px;
	margin: auto;
	padding: 3px;
	background: #cde9e7;
}
.statsLeft{
	float: left;
	font-size: 14px;
	width: 300px;
	text-align: left;
	font-weight: bold;
}
.statsRight{
	float: right;
	text-align: left;
	width: 300px;
	font-size: 14px;
}
.statsRight a{
	font-size: 14px;
	color: #777;
}
#urlResultado{
	width: 550px;
	height: 80px;
	margin: auto;
	padding: 10px;
	text-align: center;
}
.urlResultado{
	width: 280px;
	font-size: 30px;
	float: left;
	text-decoration: none;
	padding: 5px;
	margin-right: 10px;
	color: #3dc1ce;
	border: 1px #3dc1ce solid;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
#linkResult{
	margin-top: 17px;
	width: 80px;
	float: left;
	text-align: right;
}
.linkResult{
	color: #666;
	font-size: 14px;
	margin-right: 5px;
	text-decoration: none;
	text-transform: uppercase;
}
.linkResult:hover{
	text-decoration: underline;
}
#footer{
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 23px;
	background: #313131;
	color: #313131;
	padding-left: 10px;
	padding-top: 7px;
}
#footer a{
	color: #e3eef5;
	text-decoration: none;
	margin-right: 5px;
}
#footer a:hover{
	text-decoration: underline;
}
#footer a img{
	float: right;
	margin-right: 15px;
	margin-top: -4px;
}
#footer form{
	float: left;
	height: 22px;
	margin-right: 5px;
	overflow: hidden;
	margin-top: -2px;
}
.bookmarklet{
	background: #fff;
	width: 300px;
	height: 130px;
	text-align: center;
	padding-top: 20px;
	margin: auto;
}
.bookmarklet .urlResultado{
	margin: auto;
	width: 300px;
}