/* Reset */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,dfn,th,var{font-style:normal;font-weight:normal;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}

body{
margin:0;
padding:0;
font-family: Mako, sans-serif;
}

#background {
    width: 100%; 
    height: 100%; 
    position: absolute; 
    left: 0px; 
    top: 0px; 
    z-index: -5000;
}

.stretch {
    width:100%;
    height:100%;
}

.container{
	width: 600px;
	margin: 50px  auto;
	text-align: center;
	background-color:rgba(204,204,204,0.9);
	height: 520px;
}

a.logo{
width: 110px;
height: 40px;
padding: 140px 0px 0px;
margin: 0 auto;
display: block;
text-decoration: none;
font-family: Helvetica Neue, Helvetica, Arial;
color: #fff;
text-transform: uppercase;
background: url(../images/logo-bragangna.png) left top no-repeat;
text-align: left;
text-shadow:1px 1px 1px #165929;
font-size: 18px;
margin-top: 25px;
margin-bottom: 10px;
line-height: 18px;
}


a.logo span{
font-size: 14px;
}

a.logo:hover{
text-decoration: underline;
}

h1{
	font-size: 36px;
	color: #333333;
	margin-bottom: 20px;
}

h2{
	font-size: 24px;
	color: #333333;
	margin-bottom: 20px;
}

p{
font-size: 15px;
line-height: 28px;
color: #636466;
text-shadow:1px 1px 1px #ffffff;
}

ul.information{
	width: 600px;
	float: left;
	margin-top: 22px;
	margin-bottom: 40px;
}


ul.information li{
	float: center;
	height: 100px;
	color: #333333;
	font-size: 16px;
	text-align: center;
}

ul.information li a{
	color: #073D92;
	text-decoration: none;
}

ul.information li a:hover{
	color: #3366CC;
	text-decoration: underline;
}



ul.information li.three{
width: 288px;
}



ul.information li span{
font-size: 40px;
display: block;
}

.clear{
clear: both;
}

ul.social{
width: 303px;
margin: 0 auto;
}

ul.social li{
width: 91px;
height: 29px;
float: left;
}

ul.social li a{
width: 91px;
height: 29px;
display: block;
}

ul.social li.fb{
background: url(../images/social.png) left top no-repeat;
margin-right: 15px;
}

ul.social li:hover.fb
{
background: url(../images/social.png) left bottom no-repeat;
}


ul.social li.link{
background: url(../images/social.png) -108px top no-repeat;
margin-right: 15px;
}

ul.social li:hover.link
{
background: url(../images/social.png) -108px bottom no-repeat;
}


ul.social li.tw{
background: url(../images/social.png) -221px top no-repeat;
}

ul.social li:hover.tw
{
background: url(../images/social.png) -221px bottom no-repeat;
}
