/*
	Website: Labormetro
	Website URI: http://www.labormetro.com.br/
	Version: 1.0
	Author: ch. design - Caio Ferreira
	Author URI: http://www.chdesign.com.br/
*/

@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,600);
/* --- GERAL ---*/
body {
	background:url(bg.jpg) top #D95903 repeat-x;
	font: normal 15px "Open Sans", Arial, Helvetica, sans-serif;
}
p {
	margin-bottom: 0px;
	margin-top: 0px;
}
img{
	border: 0px;
}

.foto-vania{
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}

.sep-vert{
	float: right;
	margin-left: 20px;
	margin-bottom: 10px;
}

.comunicabilidade-para-mulheres{
	margin-left: 90px;
}

#geral {
	position:absolute;
	top:0%;
	left:50%;
	width:1050px;
	height:1200px;
	margin-left:-525px;
	margin-top:0px;
}
/* --- MENU ---*/
ul.menu {
	list-style: none;
	float: left;
	font-size: 29px;
	display: table;
}
ul.menu li {
	line-height: normal;
	display: inline;
}
ul.menu li a {
	display: block;
	display: inline;
	margin: 15px;
	float:left;
	/* visual do link */
    color: #333;
	text-shadow: #C3C3C3 2px 2px 2px;
	text-decoration: none;
}
ul.menu li a:hover {
	color: #E7740C;
}
/* --- BOX ---*/

.frase{
	background:url(frase.png) top center no-repeat;
}

.box-pag{
	background:url(bg-site.png) top center no-repeat;
}

.box {
	margin-right: 35px;
}
.img-box {
	margin-bottom: 20px;
}
.boxbranco {
	background: #FFF;
}

.chs{
	margin-left: 15px;
}

.missao{
	background: url(bg_missao.png) top center no-repeat;
}