@charset "UTF-8";
/* CSS Document */

@font-face {
    font-family: 'ChunkFiveRegular';
    src: url('Chunkfive-webfont.eot');
    src: url('Chunkfive-webfont.eot?#iefix') format('embedded-opentype'),
         url('Chunkfive-webfont.woff') format('woff'),
         url('Chunkfive-webfont.ttf') format('truetype'),
         url('Chunkfive-webfont.svg#ChunkFiveRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'OpenSansRegular';
    src: url('OpenSans-Regular-webfont.eot');
    src: url('OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('OpenSans-Regular-webfont.woff') format('woff'),
         url('OpenSans-Regular-webfont.ttf') format('truetype'),
         url('OpenSans-Regular-webfont.svg#OpenSansRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'OpenSansBold';
    src: url('OpenSans-Bold-webfont.eot');
    src: url('OpenSans-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('OpenSans-Bold-webfont.woff') format('woff'),
         url('OpenSans-Bold-webfont.ttf') format('truetype'),
         url('OpenSans-Bold-webfont.svg#OpenSansBold') format('svg');
    font-weight: normal;
    font-style: normal;

}
html {
	height:100%;
}
h1{
	font-size:20px;
}
body{
	margin:0px;
	padding:0px;
	font-size:12px;
	color:#717070;
	height:100%;
	background:url(imagens/light_toast.png) repeat;
	border-top:15px #63101c solid;
	
}
img{
	border:none;
}
ul, li, h1, h2, h3, h4, h5, h6, h7, h8, h9{
	margin:0px;
	padding:0px;
}
#geral{
	width:100%;
	min-height:100%;
	height:100%;
	position:relative;
	z-index:50;
	font-family: 'ChunkFiveRegular', Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size:120px;
	margin:30px 0px 0px 0px;
	text-align:center;
	color:#e52842;
	
}
#pontilhado {
	border-top:1px #e52842 dashed;
	width:100%;
	height:2px;
	margin-top:5px;
	
}
#central{
	width:640px;
	padding:10px;
	margin:auto;
	clear:both;
	
}
#foto {
	height:612px;
	width:612px;
}
#texto {
	font-family:'OpenSansRegular',Tahoma, Geneva, sans-serif ;
	font-size:14px;
	color:#63101c;
	text-align:justify;
	margin: top
}
#redes_sociais {
	font-size:18px;
	text-align:left;
	margin:20px 0px 40px 0px;
	float:left;
	width:160px;
	height:80px;
}
.icone {
	width:51px;
	height:51px;
	float:left;
	padding:10px 0px 0px 0px;
	padding: 10px
}
