@charset "UTF-8";
/* RESET */

*,html,body,article,aside,b,blockquote,button,canvas,caption,cite,code,col,colgroup,dd,
del,details,dfn,dialog,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,
h1,h2,h3,h4,h5,h6,header,hr,i,iframe,img,input,ins,kbd,label,legend,li,main,mark,nav,
ol,p,pre,q,samp,section,select,small,span,strong,sub,summary,sup,table,tbody,td,textarea,
tfoot,th,thead,tr,u,ul,var{
   margin: 0;
   padding: 0;
   list-style: none;
}

div, main, header, section, article, footer, blockquote, q, cite, code {
   display: block;
   font-weight: normal;
   font-style: normal;
}
a{
text-decoration:none;
color:#444444;
}

.footer a{
text-decoration:none;
color:#ffffff;
}


/* INICIO */

body{
background-color:#929292;
}

.warp{
width:1024px;
height:100%;
margin-left:auto;
margin-right:auto;
position:relative;
}

/* MENU */
.menu{
width:100%;
height:120px;
background:#424342;
margin-bottom:auto;
margin-top:auto;
}

.logo{
width:515px;
height:97px;
float:left;
position:relative;
top:10px;
left:20px;
}

.menu ul{
position:relative;
top:40px;
float:right;
}

.menu li{
float: left;
padding-right: 30px;
 position: relative;
}

.menu li a{
color:#ffffff;
}

.menu li a:hover{
	border-bottom: 10px solid #ffffff;
	top:30px;
	display:inline-block;

}



/* SLOGAN */
.slogan{
width:100%;

float:left;
position:relative;

}

/* INDEX */
.indexwarp{
	width:100%;
	position:absolute;
	top:476px;
}

.index{
width:222px;
float:left;
position:relative;
z-index:9;
border-style: solid;
border-width: 1px;
border-color:#424342;
margin-left:26px;
}

.index .topo{
	background-image:url(images/topo_caixa.png);
	width:222px;
	height:82px;
	position:relative;
	top:0px;
}

.topo h1{
	padding: 25px;
    position: relative;
}

.index .meio {
	height:100px;
	background:#ffffff;
	position:relative;
	float:left;
	width:100%;
	top:10px;
}

.index .base {
	background:#424342;
	height:80px;
	display:block;
	bottom:0px;
	position:relative;
	width:100%;
	float:left;
}

.base h1{
	padding: 25px;
    position: relative;
	}

/* CONTEUDO */
.conteudowarp{
	width:100%;
	min-height:250px;
	background:#ffffff;
	float:left;
	position:relative;

}
.conteudo {
    margin-left: auto;
    margin-right: auto;
    margin-top: 200px;
    overflow: hidden;
    position: relative;
    width: 95%;
}

.esq{
	width:52%;
	float:left;
	position:relative;
}
.dir{
	width:40%;
	float:left;
	position:relative;
}


#cookie-bar {
	 display: none;
   
}

/* FOOTER */
.footer{
	height:80px;
	width:100%;
	background:#424342;
	float:left;
	position:relative;
}


.footer .logo{
width:265px;
height:48px;
float:left;
position:relative;
top:20px;
left:20px;
}

.footer ul{
position:relative;
top:30px;
float:right;
}

.footer li{
float: left;
padding-right: 30px;
 position: relative;
}

.footer li a{
color:#ffffff;
}

.footer li a:hover{
	border-bottom: 10px solid #ffffff;
	top:30px;
	display:inline-block;

}

.footer .morada{
	float: left;
    left: 50px;
    position: relative;
    top: 20px;
    width: 370px;
}


