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

body {
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;

}
a:link, a:active, a:visited {
	text-decoration: none;
	color: #000;
	
}
a:hover {
	color: #FF9900;
}
.impact {
	font-family: Impact, "Charcoal CY", "Arial Black";
	font-weight:normal !important;
}
.textosimples {text-align:left}
.textocenter {text-align:center}
.textoright {text-align:right}
.font9 {font-size: 9px;}
.font30 {font-size: 30px;}
.overflow {overflow: hidden;}
.container {
	width: 900px;
	margin: 30px 0;
}

.language {
	font-size: 11px;
	text-align: right;
	margin-bottom: 15px;
}
.certificado-top {
	background: url(/tpl/imagens/bg_top.png) no-repeat;
	height: 10px;
	overflow: hidden;
	clear:both;
}
.certificado {
	background: url(/tpl/imagens/bg_middle.png) repeat-y !important;
	margin: 0 auto;
	padding: 0 15px;
	overflow: hidden;
	height: 1%;
	position: relative;
}
html > body .certificado {
	height: auto;
}
.certificado-bottom {
	background: url(/tpl/imagens/bg_bottom.png) no-repeat;
	
	height: 10px;
	overflow: hidden;
	clear:both;
}

.left {
	width: 200px;
	margin: 0;
	padding: 0;
	float: left;
}
.quadro-top {
	background: url(/tpl/imagens/bg_boxtop.png) no-repeat;
	height: 10px;
	overflow: hidden;

}
.quadro {
	background: url(/tpl/imagens/bg_boxmiddle.png) repeat-y;
	height: 390px;
	overflow: hidden;
}
.validade {
	background: url(/tpl/imagens/bg_boxbottom.png) bottom no-repeat #f0f0f0;
	height: 1%;
	overflow: hidden;
	padding-top: 95px;
	padding-bottom: 40px;
}
html > body .validade {
	height: auto;
}

.right{
	width: 630px;
	float: right;
	padding: 0 20px;
}

/* LOGO */
.logo {
	text-align: center;
	font-size: 60px;
}
.logo a {
	font-weight: normal;
	text-decoration: none;
	font-family: Georgia, "Palatino Linotype", Palatino, "Times New Roman", Times, serif;
}
.logo a span.orange, .bigtext span, .orange {
	color: #FF9900;
}
.logo a span.blue, .blue {
	color: #33CCCC;
}
