@charset "iso-8859-1";
/* CSS Document */

body {
	background-color: #182e4a;
	background-image: url(images/bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0px;
	padding:0px;
}
#corpo {
	font-family: Tahoma, Geneva, sans-serif;
	width: 910px;
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
	font-size: 11px;
}
#shadow_left {
	background-image: url(images/left_shadow.png);
	background-repeat: repeat-y;
	background-position: left;

}

#shadow_top {
	background-image: url(images/top_shadow.png);
	background-repeat: repeat-x;
	background-position: top;
}

#shadow_right {
	background-image: url(images/right_shadow.png);
	background-repeat: repeat-y;
	background-position: right;
}

#shadow_bottom {
	background-image: url(images/bottom_shadow.png);
	background-repeat: repeat-x;
	background-position: bottom;
}

#corner_top_left {
	background-image: url(images/left_top_corner.png);
	background-repeat: no-repeat;
	background-position: left top;

}

#corner_top_right {
	background-image: url(images/right_top_corner.png);
	background-repeat: no-repeat;
	background-position: right top;
}



#corner_bottom_right {
	background-image: url(images/right_bottom_corner.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}

#corner_bottom_left {
	background-image: url(images/left_bottom_corner.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}

#dentro {
	background-color:#fff;
	padding:10px;

	
}

#menu_zone{
	width:228;
	height:170px;
	float:left;
}

.menu  {
	margin-top:5px;
}

.menu p{
	padding:0px;
	margin:0px;
}


#topo {
	margin:0px 0px 0px 238px;
	height:168px;
	width:630px;
	border:1px solid #e07124;
	
}

#pormenor {
	padding-top:30px;
	margin-left:-15px;
	width:189px;
	float:left;
}

#texto {
	margin:0px 0px 0px 238px;
	padding-top:20px;
	float:none;
}

#footer {
	background-image: url(images/bg_bottom.png);
	background-position: bottom;
	height: 70px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}

.contorno {
	height:136px;
	width:428px;
	border:1px solid #e07124;
	float:left;

}

.left {
	margin:15px 10px 0px 0px;
}

.right {
	margin:15px 0px 0px 0px;
	
}

.produto_imagem {
	float:left;
	margin-right:10px;
}

.titulo {
	color:#e07124;
	font-weight:bold;
	font-size:12px;
}

.colunas_text {
	float:left;
	margin: 5px 35px 0px 0px;
}

.colunas_text_alt {
	float:left;
	margin: 5px 0px 0px 0px;
}

p {
	margin:0px;
}

.centro {
	height:123px;
	display:table-cell;
	vertical-align:middle;
}

.titulo2 {
	font-weight: bold;
	font-size:12px;
}

a:link {
	color: #e07124;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #e07124;
}


a:hover {
	text-decoration: underline;
	color: #e07124;
}
a:active {
	text-decoration: none;
	color: #e07124;
}

.form-contactos-boxes{
border: 2px solid #e07124;
width:250px;
color:#666666;
font-family: tahoma;
font-size: 11px;

}

.form-contactos-bts{
border: 1px solid #e07124;
color:#666666;
}

#creditos {
	margin-right:10px;
	color:#FFF;
	text-align:right;
	
}

.bold {
	font-weight: bold;
}
