* {
	margin: 0;
	padding: 0;
}

a:hover {
	text-decoration: none;
}

body {

	background-color:#FF3236;
}

.under 
{
	color: #FFFFFF;
	font-size: 12px;
}
.top
{
	background-color:#3c3c3c;
	width:100%;
	height:25px;
}

.footer { position:fixed; left:0px; bottom:0px; /*height:30px;*/ width:100%; background:#fff; float:right;padding-top:7px; }
.footer img {padding-left:0px;}
.info{
display: block; 
text-align:center;
 padding-top:122px;
 width:100%
 }

.footer .footer-right{
    display: inline-block;
    float: right;
    padding-top: 3px;
    width:382px;
}

.redes {
    display: inline-block;
    float: right;
    padding-top: 3px;
    width:372px;
}
.fb,
.twitter,
.email
{
	width:19px;
	float:left;
	padding-left:10px;
}
