@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,700);

*{
	padding:0;
	margin:0;
}

.wrapper {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
.header{
	width: 1000px;
	height: 100px;
	margin-right: auto;
	margin-left: auto;
	margin-top:30px;
}
.logo{
	width: 251px;
	height: 87px;
	float:left;
	margin-left: 0;
}
.face_linha{
	/*width: 210px;*/
	width:370px;
	height: 41px;
	/*margin-top:0px;*/
	margin-top:0px;
	margin-right:85px;
	float: right;
}

.face{
    margin-top:20px;
	width: 41px;
	height: 41px;
	float:right;
	margin-right:25px;
}
.linha{
    margin-top:20px;
	width: 145px;
	height: 41px;
	float: right;
}
.serMaster{
    margin-right:25px;
    width:104.4px; 
    float:right;
}

/*xxxxxxxxxxxxxxxxxxx
		MENU
xxxxxxxxxxxxxxxxxxxxx*/

.nav{
	float:left;
	width:900px;
	height:46px;
	display:inline;
	margin-left:83px;
	margin-top:15px;
	font: 400 14px "Open Sans";
	color:#5f604b;
}
ul {
  text-align: left;
  display: inline;
}

/* xxxxxxxxxx Trata os botões "home" e "Contactos" xxxxxxx */
ul a:hover{
	color: #FFF;
}
/* xxxxxxxxxx Trata os botões das respectivas páginas xxxxxxx */
.activo {
	background: #6cb33f;
	color: #FFF;
}
/*botão activo para o "contacto"*/
.activo_bt { 
	background: #6cb33f;
	color: #FFF;
}
.activo_bt a{ 
	background: #6cb33f;
	color: #FFF;
}
.activo_bt a:hover{ 
	background: #6cb33f;
	color: #FFF;
}

ul li {
	display: inline-block;
	margin-right: -3.7px;
	position: relative;
	padding: 0.5em 1.2em;
	background: #fff;
	cursor: pointer;
	z-index:999;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}

ul li a{
	text-decoration:none;
	color:#5f604b;
}


ul li:hover {
  background: #6cb33f;
  color: #FFF;
}
ul li ul {
  padding: 0;
  position: absolute;
  top: 33px;
  left: 0;
  width: 180px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  display: none;
  opacity: 0;
  visibility: hidden;
  -webkit-transiton: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -ms-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  -transition: opacity 0.2s;
}
ul li ul li { 
  background: #5f604b; 
  display: block; 
  text-shadow: 0 1px 0 #000;
}

ul li ul li a{ 
  display: block; 
  color: #fff;
  text-shadow: 0 1px 0 #000;
}

ul li ul li:hover { background: #7d7e6a; }
ul li:hover ul {
  display: block;
  opacity: 1;
  visibility: visible;
}

/*xxxxxxxxxxxxxxxxxxx
     FINAL MENU
xxxxxxxxxxxxxxxxxxxxx*/

.content{
	margin-top:35px;
	width:835px;
	margin-left:auto;
	margin-right:auto;
	clear: both;
}

.destaques{
	margin-top:30px;
	text-align:center;
}
/*14/11/2016
    CV  COORDENADOR CLÍNICO*/
    .insideUl{
        list-style-position:inside
    }
    .bulletPoint{
        display:list-item;
        background:#fff;
        
        /*color:#5f604b;*/
        padding:0;
        color:#6cb33f !important;
    }
    
    .bulletPoint > span{
        color:#5b5b5b;
    } 
    
   
    ul .bulletPoint:hover {
        background: #fff;
        color: #5f604b;}
    .equipaTable{
        margin-top:4px;
        border-collapse: collapse;
    }
    .greenLine{
        border-bottom:1px solid #6cb33f;
    }
    .equipaTable td{
        padding-right: 15px;
    }
    
/*14/11/2016
    CV  COORDENADOR CLÍNICO*/