body
{
	margin:0px;
}
.content
{
	background: -moz-linear-gradient(top,  rgba(216,216,216,0.2) 12%, rgba(212,212,212,0.2) 44%, rgba(206,206,206,0.33) 85%, rgba(206,206,206,0.37) 98%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(12%,rgba(216,216,216,0.2)), color-stop(44%,rgba(212,212,212,0.2)),       color-stop(85%,rgba(206,206,206,0.33)), color-stop(98%,rgba(206,206,206,0.37))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(216,216,216,0.2) 12%,rgba(212,212,212,0.2) 44%,rgba(206,206,206,0.33) 85%,rgba(206,206,206,0.37) 98%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(216,216,216,0.2) 12%,rgba(212,212,212,0.2) 44%,rgba(206,206,206,0.33) 85%,rgba(206,206,206,0.37) 98%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(216,216,216,0.2) 12%,rgba(212,212,212,0.2) 44%,rgba(206,206,206,0.33) 85%,rgba(206,206,206,0.37) 98%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(216,216,216,0.2) 12%,rgba(212,212,212,0.2) 44%,rgba(206,206,206,0.33) 85%,rgba(206,206,206,0.37) 98%); /* W3C */
    /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#33d8d8d8', endColorstr='#5ececece',GradientType=0 ); /* IE6-9 */
	height: auto;
	margin:auto;
	width: 100%;
}
.img
{
	background: url("images/adv.png") no-repeat 60px center;	
	color: #A3A3A3;
	height: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 50px;
	padding-top: 200px;
	padding-left: 300px;
}
p
{
	color: #A3A3A3;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
}
.app
{
	color: #A3A3A3;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 25px;
	margin-top: 180px;
	padding-right: 20px;
	text-align:right;
}
a
{
	color: #265CFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	text-align:right;
	text-decoration:underline;
}
h1
{
    color: #A3A3A3;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 50px;
}
.codigo
{
    color: #A3A3A3;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px important!;
    text-align:justify;
}
.clearfloat { 
    clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
