@charset "UTF-8";
* {
	margin: 0px;
	padding: 0px;
}
body {
	font-family: 'din_lightregular', "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
a:link {
	color: #333;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #333;
}
a:hover {
	text-decoration: underline;
	color: #F00;
}
a:active {
	text-decoration: none;
	color: #999;
	font-weight: bold;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
h1 {
	display: none;
}
strong {
	font-family: 'dinmedium', "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-weight: bold;
}
li {
	list-style-image: url(../images/bullet-trafiurbe.gif);
}
li ul li {
	margin-left: 20px;
	list-style-image: url(../images/bullet-trafiurbe-round.png);
}
em {
	font-family: 'din-lightitalicregular', "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-style: italic;
}
.justified {
	text-align: justify;
}
hr {
	border-top: 1px solid #8c8c8c;
	border-bottom: 1px solid #fff;
	margin-top: 10px;
}
.left {
	text-align: left;
}
.vermelho {
	color: #F00;
}
#header {
	background-color: #2d2d2d;
	text-align: center;
}
a:link #logo-trafiurbe {
	display: inline-block;
	margin: 20px;
	vertical-align: bottom;
	height: 115px;
	width: 100px;
	background-image: url(../images/logo-trafiurbe-top.png);
}
a:hover #logo-trafiurbe {
	background-image: url(../images/logo-trafiurbe-top-hover.png);
}
#nav {
	display: inline-block;
	padding-bottom: 35px;
}
#nav a:link {
	color: #FFF;
	text-decoration: none;
}
#nav a:visited {
	text-decoration: none;
	color: #FFF;
}
#nav a:hover {
	text-decoration: none;
	color: #F00;
}
#nav a:active {
	text-decoration: none;
	color: #FF0;
}
#nav ul li {
	display: inline-block;
	list-style-type: none;
	height: 35px;
	width: 165px;
	padding-top: 12px;
	border: 1px solid #FFF;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
	border-radius: 10px;
}
.item-nav {
	font-family: 'dinmedium', "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #FFF;
}
.current {
	border: 1px solid #F00 !important;
}
/* Estilo home page*/
#main-home {
	font-size: 52px;
	font-weight: normal;
	color: #333;
	text-align: center;
	padding-top: 40px;
	padding-bottom: 40px;
	line-height: 20px;
}
#main-home img {
	margin-top: 30px;
	margin-bottom: 30px;
	width: 90%;
	max-width: 520px;
	height: 2px;
}
/* Estilos restantes páginas*/
#main {
	font-size: 18px;
	font-weight: normal;
	color: #333;
	text-align: left;
	padding-top: 40px;
	padding-bottom: 40px;
	width: 90%;
	max-width: 950px;
	margin-right: auto;
	margin-left: auto;
}
#main p {
	margin-top: 5px;
	margin-bottom: 5px;
}
.center-content {
	text-align: center !important;
}
a:link #down-catalogo {
	display: inline-block;
	width: 170px;
	height: 300px;
	background-image: url(../images/down-catalogo.gif);
	vertical-align: text-top;
	margin-bottom: 20px;
}
a:hover #down-catalogo {
	background-image: url(../images/down-catalogo-hover.gif);
}
#list-container {
	display: inline-block;
	text-align: left;
	margin-left: 70px;
	vertical-align: text-top;
}
#mail-form-container {
	display: inline-block;
	width: 300px;
	vertical-align: text-top;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 20px;
}
#pedido-orcamento {
	font-family: 'dinmedium', "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 18px;
	font-weight: normal;
}
input[type="text"] {
	width: 294px;
	height: 20px;
	padding: 3px;
	border: thin solid #999;
	border-radius: 4px;
	font-size: 14px;
	font-family: 'din_lightregular', "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #666;
	text-align: center;
}
.inputa {
	width: 350px !important;
}
.inputb {
	width: 175px !important;
}
textarea {
	width: 97%;
	border: thin solid #999;
	border-radius: 4px;
	font-size: 14px;
	font-family: 'din_lightregular', "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #666;
	padding: 3px;
	margin-bottom: 10px;
}
#send-container {
	width: 270px;
	text-align: center;
}
#contactos-container {
	display: inline-block;
	width: 400px;
	vertical-align: text-top;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 10px;
}
#logo-trafiurbe-contactos {
	float: left;
	width: 115px;
	padding-top: 10px;
}
#morada {
	text-align: left;
	font-size: 16px;
	margin-left: 130px;
	margin-bottom: 10px;
}
/* Estilo Inquérito */
.form-ids {
	display: inline-block;
	margin-top: 10px;
}
.spaceleft1 {
	padding-left: 20px;
}
#inquerito {
	width: 100%;
	display: inline-block;
	font-size: 14px;
	border-collapse: collapse;
	margin-top: 10px;
}
}
#inquerito td {
/*border: thin solid #F00;*/
}
.topico {
	background-color: #dedede;
}
.padm {
	padding-left: 3px;
}
.padmm {
	padding-left: 19px;
}
.smalltxt {
	padding: 2px;
	font-size: 10px;
	font-family: 'dinmedium', "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	border-right-width: thin;
	border-left-width: thin;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #999;
	border-left-color: #999;
}
.optioncell {
	width: 10%;
}
.criterioscell {
	width: 80%;
	padding-bottom: 5px;
}
/* Footer */
#footer {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 20px;
}
#publiway {
	font-size: 12px;
}
