@charset "utf-8";

body {
	background-color: #436bc1;
	margin:0;
	padding:0;
	font-family:'futura_lt_btlight',"Trebuchet MS", Arial, Helvetica, sans-serif;
	/*font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;*/
	font-size:100%;
}
p {margin:10px 0 0 0; line-height:18px; text-align:justify; font-size:85%; color:#5a5a5a; text-align:justify;}
.question {color:#4a4a4a; font-weight:bold;}
.destaque {color:#6a6a6a; font-weight:bold;}
.colorido{color:#335295;}
img {outline:none; border:none;}
#global-wrapper {
	min-height: 540px;
	width: 100%;
	margin:0;
	padding:0;
	background-color: #fff;
	background-image: url(../images/background.gif);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	float: left;
}

#global-footer-wrapper {
	height: 180px;
	width: 100%;
	margin:0;
	padding:0;
	background:url(../images/background-footer.gif) repeat-x top left #fff;
	float: left;
}

#wrapper {
	width: 970px;
	margin-right: auto;
	margin-left: auto;
}
#inner-wrapper {
	width: 924px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 3px;
}
#inner-wrapper-top {
	background-image: url(../images/shadow-top.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 270px;
	width: 932px;
}
#header {
	float: left;
	height: 229px;
	width: 891px;
	margin-left: 20px;
	margin-top: 43px;
}
#header-image {
	float: left;
	height: 181px;
	width: 890px;
	padding-top: 3px;
	background-image: url(../images/image-top.jpg);
	background-repeat: no-repeat;
	background-position: 1px 3px;
}
#header-logo {
	float: left;
	height: 183px;
	width: 181px;
	padding-top: 3px;
}
#top-menu {
	float: left;
	width: 889px;
	background-image: url(../images/barra-topmenu.gif);
	background-repeat: repeat-x;
	background-position: left top;
	height: 49px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
	font-size:120%;

}

/*********************** TOP MENU ******************************/
#top-menu ul {margin: 8px 0 5px -32px;}
#top-menu ul li {
	float:left;
	list-style-type:none;
}
#top-menu li {
	text-align:center;
	height:22px;
	display:block;
	margin:0 3px 0 0;
	padding:8px 20px 0 20px;
	width:auto;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFF;
	font-size:70%;
	font-variant:small-caps;
	text-transform:uppercase;
}
#top-menu li.last {border-right:none;}
#top-menu li.right {border-right:none; float:right; color:#fff; font-variant:small-caps; text-transform:uppercase; font-size:110%; margin:-5px 0 0 0; padding-right:12px;text-shadow:1px 1px 0 rgba(0,0,0,0.6);}

#top-menu li a {color:#c9c9c9; text-decoration:none; display:block;text-align:center; font-variant:small-caps; text-transform:uppercase;}
#top-menu li a:hover {color:#94effd; text-decoration:underline; }

#top-menu li.active {
	color:#fff;
}

/*********************** TOP MENU ******************************/

#messages {
	overflow:hidden;
	padding:10px 0;
	height:130px;
}
#message-one, #message-two, #message-three, #message-four {
	position: relative;
	margin:0;
	padding:0;
	overflow:hidden;
	height:24px;
	/*max-width:320px;*/
	white-space-collapse:collapse;
}
#message-one {
	top:10px;
	/*left:160px;*/	
}
#message-two {
	top:20px;
	/*left:240px;	*/
}
#message-three {
	top:30px;
	/*left:320px;	*/
}
#message-four {
	top:40px;
	/*left:260px;	*/
}
#message-one h2, #message-two h2, #message-three h2, #message-four h2 { 
	font-size:140%;
	color:#335295;
	margin:0;
	padding:0;
/*	float:left;*/
	overflow:hidden;
}
#message-one h2, #message-two h2, #message-three h2 {float:left;}
#message-four h2 {float:right;}
#message-one h2 {text-indent:65px;}
#message-two h2 {text-indent:155px;}
#message-three h2 {text-indent:245px;}
#message-four h2 {text-align:right;}
#inner-wrapper-content {
	background-image: url(../images/shadow-repeater.png);
	background-repeat: repeat-y;
	background-position: left top;
	width: 932px;
	float: left;
}
#conteudo {
	width: 890px;
	margin:30px auto;
	min-height:400px;
	background-color: #FFF;
}
#inner-wrapper-footer {
	background-image: url(../images/shadow-bottom.png);
	background-repeat: no-repeat;
	background-position: left top;
	width: 932px;
	height: 40px;
	margin:0 auto;
	overflow:hidden;
}
#footer {
	height: 70px;
	width: 932px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 60px;
}
#leftmenu {
	float: left;
	width: 250px;
}
#content {
	float: left;
	width: 605px;
	min-height:450px;
	background-position: right 214px;
	background-repeat: no-repeat;
}
#conteudos {
	overflow:hidden;
	padding: 0;

}
#leftbanner {
	float: left;
	width: 232px;
	height: 300px;
	padding-left: 18px;
	margin-top: 15px;
	position: relative;
}

#leftbanner img {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

#titles {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #9a9a9a;
	padding-bottom: 8px;
}
.titulos {color:#9a9a9a; margin:0; border-bottom:solod 1px #9a9a9a;}
.more {padding-top:8px;}
.marca {
	color:#FFFFFF;
	text-align: center;
}
.refresh {
	color:#8fbde2;
	font-size:70%;
	text-align: center;
	margin:0
}

.refresh a {
	color: #fff;
	text-decoration: none;
	-webkit-transition: all ease 0.2s;
	-moz-transition: all ease 0.2s;
	transition: all ease 0.2s;
}

.refresh a:hover {
	color: #fff;
	text-decoration: underline;
}

.clear {float::none;}

#morada {
	float: left;
	width: 275px;
	margin: 16px 10px 0 0;
	color: #FFF;
	padding: 6px 12px 6px 0;
/*	background-image: url(../images/images/contact.png);
	background-repeat: no-repeat;
	background-position: left top;*/
}
#morada h4 {margin:0; padding:0px;color: #335295;}
h5 {
	padding:0;
	margin: 7px 0 5px 0;
	color: #335295;
}
.address {
	color:#5074c2;
	padding:8px 0;
	margin: 0px;
}
#contacto {
	float: left;
	width: 272px;
	margin-top:16px;
	background-color:#335295;
	padding:16px 0px 25px 28px;
	margin-left: 8px;
	color:#fff;
}
#contacto p {color:#fff;}
p.icones {margin:0; padding:0 0 0 20px;  font-size:85%;}
p.icones a {color:#16194e; outline:none; text-decoration:none;}
p.facebook img, p.facebook a {outline:none; border: none;}  
.phone {
	background-image: url(../images/images/phone.png);
	background-repeat: no-repeat;
	background-position: 0px 2px;	
}
.fax {
	background-image: url(../images/images/fax.png);
	background-repeat: no-repeat;
	background-position: 0px 2px;	
}
.mail {
	background-image: url(../images/images/mail.png);
	background-repeat: no-repeat;
	background-position: 0px 4px;	
}

input {
	width:235px;
	height:22px;
	margin-left:2px;
}
textarea {
	height: 108px;
	width: 235px;		
	resize:none;
}

.buttonSend {
	border:0;
	background-color:#FFF;
	width:60px;
	height:25px;
	float:right;
	margin:6px 26px 0 0;	
	padding:3px 5px 5px 7px;
	cursor:pointer;
}
.buttonSend:hover {
	background-color:#e5eaf6;
	color:#102863;
}
.class2{font-size:110% !important;}
.class3{font-size:140% !important;}

#pagination {
	font-size: 80%;
	text-align: right;
	margin:12px 0;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #003;
	border-bottom-color: #003;
}

.toppagina {float:left;}
.toppagina a {color:#b94a00}
.toppagina a:hover {color:#071538}*/

/************************************************************************************/

.mandatory {
	font-size:80%;
	color:#f30;
}


#msgemail {float:left;}
#response {float:left; font-size:70%; margin-top:15px;}
#oresponse {float:left; font-size:70%; margin:15px 0 0 30px;}
.error {color:#900000; font-weight:bold;}
.success {color:#095002; font-weight:bold;}
#textos {
	float: left;
	width:100%;
	margin-bottom:20px;
}

ul li {
	color:#5a5a5a;
	font-size:85%;
}

/********* table ************/

table {padding:20px 0 10px 60px; border:solid 1px #8a96a8; margin-top:20px;}
table th {color:#4a4a4a; font-size:80%; padding:5px 0 25px 0; text-align:right;}
table td {font-size:80%; color:#5a5a5a; padding:3px 0; }
table td.etiqueta {text-align:right; padding:8px 8px 0 0;}
table th.boxes {padding-right:60px;}
table td.boxes {padding-right:50px;}
table td input {
	width:332px;
	height:18px;
	padding:2px 4px; 
	border:solid 1px #8a96a8;	
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;	
	color:#3a3a3a;
}
table td textarea {
	width:332px;
	height:110px;
	resize:none;
	border:solid 1px #8a96a8;
	padding:5px;	
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;	
	color:#3a3a3a;
}
table td input:focus, table td textarea:focus {background-color:#f2f2f2;}
table th span, table td span {color:#f30; font-size:100%;}

.btnSend {float:right; margin:8px 8px 4px; background-color:#335295; color:#fff; border:none; padding:8px 15px 10px 15px; cursor:pointer; font-size:110%; font-variant:small-caps;}
.btnSend:hover {color:#96ebf5;}

/****** TABS **********/
.yellow {background-color:#e9a50d;}
.orange {background-color:#e34c39;}
.rose {background-color:#c11396;}
.green {background-color:#67a63b;}
.blue {background-color:#33b4c7;}
