@font-face {
    font-family: "KozGoProEl";
    src: url(fonts/KozGoPro-ExtraLight.otf) format("truetype");
}

@font-face {
    font-family: "KozGoProL";
    src: url(fonts/KozGoPro-Light.otf) format("truetype");
}

body,t,th {
	font-family: KozGoProL, Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #4D4D4D;
}
body {
	margin: 0;
	background: url(bg.png) top left repeat-y;
}

h2 {
font-size: 1.9em;
margin-bottom: 0em;
}

/**** Fotos ****/

/* O z-index do div#mask deve ser menor que do div#boxes e do div.window */
#mask {position:absolute;
z-index:9000;  
background-color:#000; 
display:none;
}

#boxes .window {
position:absolute;
width:auto;
height:450px;
display:none;
z-index:9999;
padding:0 20px;
}

/* Personalize a janela modal aqui. Você pode adicionar uma imagem de fundo. */
#boxes #dialog {
width:375px;
height:203px;
}
/* posiciona o link para fechar a janela */
.close {
display:block; 
text-align:right;
color: #fff;
}  

/**** Fim ****/

/**** Corpo ****/

.corpo {
	width: 960px;
	margin: 0px auto;
}

#col1 {
	width: 440px;
	float: left;
}

#col1 .logo {
	margin: 0 auto;
	width: 300px;
	height: 240px;
	margin-top: 20px;
}

#col1 .logo img{
	width: 300px;
	height: auto;
}

#nome h1{
	font-family: "KozGoProEl";
	margin-top: 0px;
	font-size: 40px;
	font-weight: normal;
	text-align: center;
	margin-bottom: 0px;
	background: url(borda.png) center bottom no-repeat;
	padding-bottom: 10px;
}

#texto {
	text-align: justify;
	height: 115px;
}

#fotos {
	width: 433px;
	margin: 0 auto;
}

#fotos img{
	padding: 4px;
	background: #fff;
}

#fotos a{
	padding: 2px;
	display: inline-block;
	width: 80px;
}

#web_email {
	position: absolute;
	bottom: 45px;
}

#rodape {
	/*height: 30px;
	background: #333;
	position: absolute;
	width: 100%;
	bottom: 0px;*/
	height: 30px;
	background: #333;
	position: relative;
	width: 100%;
	top: 8px;
	float: right
}

#rodape img{
	/*height: 23px;
	float: right;
	margin-top: 4px;
	margin-right: 25px;*/
	height: 23px;
	float: right;
	margin-top: 4px;
	margin-right: 25px;
}

#col2 {
	/*width:300px;*/
	float: right;
	margin-top: 20px;
}

#col2 .titulo {
	background: url(bg_col2.png) bottom left no-repeat;
	margin-left: 5px;
	padding-bottom: 8px
}

#col2 .titulo span{
	border-bottom: 2px solid #4D4D4D;
	width: 100%;
	display: block;
	color: #D0543D;
	font-size: 20px;
	text-transform: uppercase;
	font-weight: normal;
	font-family: "KozGoProEl";
	position: relative;
	right: 5px;
	padding-left: 5px;
}

#redes_sociais {
	width: 300px;
	height: 145px;
}

.face, .twitter, .linkedin, .google, .video{
	width: 100px;
}

.face img, .twitter img, .linkedin img, .google img , .video img{
	position: relative;
	top: 10px;
	margin-right: 5px;
}

.face a, .twitter a, .linkedin a, .google a, .video a{
	text-decoration:none;
}

.left{
	float: left;
	margin-left: 13px;
}

.right {
	float: right;
	margin-right: 13px;
}

#endereco .rua {
	margin: 5px 0px 5px 10px;
}

#endereco .mapa {
	margin: 5px 0px 5px 10px;
	width: 285px;
	height: 70px;
	overflow:hidden;
}

#telefone .tel{
	margin: 5px 0px 5px 10px;
}

#contato .formulario input[type="text"]{
	width:299px;
}

#contato .formulario p{
	font-size:13px;
	margin: 0px 0px;
}