/*@import url('fba/fonts/fontfaces.css');*/


/*Para modificar o link para a página dos contactos*/
#linkcontactos{

}

/*Propriedades do banner logo */
#logobanner{
height: 76px;
width: 100%;
background: #b2c547; 
background: -moz-linear-gradient(left,  #b2c547 0%, #89a103 100%); 
background: -webkit-gradient(linear, left top, right top, color-stop(0%,#b2c547), color-stop(100%,#89a103)); 
background: -webkit-linear-gradient(left,  #b2c547 0%,#89a103 100%); 
background: -o-linear-gradient(left,  #b2c547 0%,#89a103 100%); 
background: -ms-linear-gradient(left,  #b2c547 0%,#89a103 100%); 
background: linear-gradient(to right,  #b2c547 0%,#89a103 100%); 
}

#logo{
background-image: url("logotipoMyNet.png");
background-repeat: no-repeat;
height: 46px;
width: 180px;
float: left;
margin-left: 25px;
margin-top: 20px;
}

#logo2{
background-image: url("logo2.png");
background-repeat: no-repeat;
height: 43px;
width: 38px;
float: right;
margin-right: 100px;
margin-top: 18px;
}


/*Propriedades do menu horizontal*/
div.header
{
	margin-bottom: 10px;
}

#iframe
{
	background-color: #F9F9F7;	
	padding: 40px 40px 10px;
}
#iframecontainer{
background-color: #F9F9F7;	
}

#footertext{
margin-top: 10px;
}

#mynetBread{
background-color: black !important;
}

#myframeB{

}









