@charset "utf-8";
/* CSS Document */

body{
	margin:0;
	padding:0;
	background:url(img/background.png) repeat-x, repeat-y;
	font-family: 'Droid Sans', sans-serif;
	font-size:12px;
}

.barra_topo{
	width:100%;
	height:20px;
	background:url(img/tira.png) repeat-x, repeat-y;
}

.logo{
	text-align:center;
	margin-top:55px;
}

.logo_l{
	width:1024px;
	height:40px;
	margin:0 auto;
	margin-top:50px;
	text-align:center;
}

hr{
	width:450px;
	height:2px;
	background:#000;
	margin:0 auto;
}

.nome{
	width:700px;
	height:auto;
	margin:0 auto;
}

.nome p{
	margin-right:10px;
	line-height:50%;
}

.contactos{
	width:1024px;
	height:170px;
	margin:0 auto;
	margin-top:30px;
}

.contactos p{
	margin-top: -1em;
}

.contactos .esquerda{
	width:240px;
	height:170px;
	float:left;
	margin-left:225px;
}

.contactos .direita{
	width:240px;
	height:170px;
	float:left;
	text-align:right;
	margin-left:80px;
}

.rodape{
	width:1024px;
	height:20px;
	margin:0 auto;
	text-align:right;
}

.rodape p{
	
	margin-right:20px;
}