/** Generated by FG **/
@font-face {
	font-family: 'Conv_Dax-Light';
	src: url('fonts/Dax-Light.eot');
	src: url('fonts/Dax-Light.woff') format('woff'), url('fonts/Dax-Light.ttf') format('truetype'), url('fonts/Dax-Light.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
/* =============================================================================
   HTML5 element display
   ========================================================================== */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio[controls], canvas, video { display: inline-block; *display: inline; *zoom: 1; }

/*
@font-face {
  font-family: 'Ubuntu Condensed';
  src: url('fonts/Ubuntu-C.ttf');
}*/


/* =============================================================================
   Base
   ========================================================================== */

/*
 * 1. Correct text resizing oddly in IE6/7 when body font-size is set using em units
 *    http://clagnut.com/blog/348/#c790
 * 2. Force vertical scrollbar in non-IE
 * 3. Remove Android and iOS tap highlight color to prevent entire container being highlighted
 *    www.yuiblog.com/blog/2010/10/01/quick-tip-customizing-the-mobile-safari-tap-highlight-color/
 * 4. Prevent iOS text size adjust on device orientation change, without disabling user zoom
 *    www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/
 */
 
html { font-size: 100%; overflow-y: scroll; -webkit-overflow-scrolling: touch; -webkit-tap-highlight-color: rgba(0,0,0,0); -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }

body { margin: 0; font-size: 13px; line-height: 1.231; }

body, button, input, select, textarea { font-family: sans-serif; color: #222; }

/* 
 * These selection declarations have to be separate
 * No text-shadow: twitter.com/miketaylr/status/12228805301
 * Also: hot pink!
 */

::-moz-selection { background: #fe57a1; color: #fff; text-shadow: none; }
::selection { background: #0476CD; color: #fff; text-shadow: none; }


/* =============================================================================
   Links
   ========================================================================== */

a { color: #00e; }
a:visited { color: #551a8b; }
a:focus { outline: thin dotted; }

/* Improve readability when focused and hovered in all browsers: people.opera.com/patrickl/experiments/keyboard/test */
a:hover, a:active { outline: 0; }

.colheita:focus,
.colheita:visited,
.colheita {
	color: #333;
	text-decoration: none;
}

.colheita:hover {
	color: #007DB3;
}

/* =============================================================================
   Typography
   ========================================================================== */

abbr[title] { border-bottom: 1px dotted; }

b, strong { font-weight: bold; }

blockquote { margin: 1em 40px; }

dfn { font-style: italic; }

hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }

ins { background: #ff9; color: #000; text-decoration: none; }

mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }

/* Redeclare monospace font family: en.wikipedia.org/wiki/User:Davidgothberg/Test59 */
pre, code, kbd, samp { font-family: monospace, monospace; _font-family: 'courier new', monospace; font-size: 1em; }

/* Improve readability of pre-formatted text in all browsers */
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }

q { quotes: none; }
q:before, q:after { content: ""; content: none; }

small { font-size: 85%; }

/* Position subscript and superscript content without affecting line-height: gist.github.com/413930 */
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }


/* =============================================================================
   Lists
   ========================================================================== */

ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; margin: 0; padding: 0; }


/* =============================================================================
   Embedded content
   ========================================================================== */

/*
 * Improve image quality when scaled in IE7
 * code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/
 */

img { border: 0; -ms-interpolation-mode: bicubic; }

/*
 * Correct overflow displayed oddly in IE9 
 */

svg:not(:root) {
    overflow: hidden;
}


/* =============================================================================
   Figures
   ========================================================================== */

figure { margin: 0; }


/* =============================================================================
   Forms
   ========================================================================== */

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }

/* 
 * 1. Correct color not inheriting in IE6/7/8/9 
 * 2. Correct alignment displayed oddly in IE6/7 
 */

legend { border: 0; *margin-left: -7px; padding: 0; }

/* Indicate that 'label' will shift focus to the associated form element */
label { cursor: pointer; }

/*
 * 1. Correct font-size not inheriting in all browsers
 * 2. Remove margins in FF3/4 S5 Chrome
 * 3. Define consistent vertical alignment display in all browsers
 */

button, input[type="submit"], input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }

/*
 * 1. Define line-height as normal to match FF3/4 (set using !important in the UA stylesheet)
 * 2. Correct inner spacing displayed oddly in IE6/7
 */

button, input[type="submit"], input { line-height: normal; *overflow: visible; }

/*
 * 1. Display hand cursor for clickable form elements
 * 2. Allow styling of clickable form elements in iOS
 */

button, input[type="submit"], input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; }

/*
 * Consistent box sizing and appearance
 */

input[type="checkbox"], input[type="radio"] { box-sizing: border-box; }
input[type="search"] { -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }

input{
	background-color: #efefef;
	border-radius: 10px;
}
/* 
 * Remove inner padding and border in FF3/4
 * www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ 
 */

button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }

/* Remove default vertical scrollbar in IE6/7/8/9 */
textarea { 
	overflow: auto; 
	vertical-align: top; 
	border-radius: 10px;	
}

/* Colors for form validity */
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }


/* =============================================================================
   Tables
   ========================================================================== */

table { border-collapse: collapse; border-spacing: 0; }


html, body {
	width: 100%;
	min-width: 990px;
}

/* =============================================================================
   Primary styles
   Author: 
   ========================================================================== */
body{
	background-color:#fff;
	background-image:url(images/bg.jpg);
	background-position:center top;
	background-repeat:no-repeat;
}


/* ------------- */
	
/*------------------
| BASE             |
-------------------*/
table{
	margin:0;
	/*border:1px solid #CCC;*/
}

td.azul{
	background-color:#007DB3;
	margin:0;
	padding:0px;
	height:30px;
	
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#FFF;
	font-weight:bold;
	-moz-border-radius: 20px;
	border-radius: 20px;
	border:0px solid #fff;
}

#unidades_content{
	width:940px;
	height:500px;
}

#morada{
	width:400px;
	float:left;
	margin-left:100px;
	margin-top: 50px;
}

#morada span{
	color:#007DB3;
	font-size:16px;
	font-weight:bold;
}

#horario{
	width:400px;
	float:left;
	margin-top: 50px;
}
#horario span{
	color:#007DB3;
	font-size:16px;
	font-weight:bold;
}

#contactos{
	width:400px;
	float:left;
	margin-top: 100px;
	margin-left:100px;
	/*background-color:green;*/
}
#contactos span{
	color:#007DB3;
	font-size:16px;
	font-weight:bold;
	
}
#mapa{
	width:300px;
	float:left;
	margin-top: 100px;
	/*background-color:red;*/
}
#mapa span{
	color:#007DB3;
	font-size:16px;
	font-weight:bold;
}
#voltar{
	float:left;
	width: 200px;
	clear: right;
}
td{
	margin:0;
	background-color:#f7f5f5;
	padding:10px;
	padding-left: 0px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #333;
	text-align:center;
	-moz-border-radius: 20px;
	border-radius: 20px;
	border:2px solid #fff;
}

#main_container{
	width: 100%;
	margin: 0;
}
header.main{
	width:100%;
	margin:0 auto;
	background-image:url(images/layout_09.jpg);
	background-repeat:repeat-x;
	background-position:left 122px;
}

.top{
	width:100%;
	height:122px;	
	margin:0 auto;
	text-align: center;
}

#logo {
	position:absolute;
	width:330px;
	height:106px;
	z-index:80;
	top:16px;
}

#login{
	width:184px;
	height:40px;
	float:right;
}
#frase_login{
	float:right;
	clear:right;
	margin-right:40px;
	margin-top:10px;
	
	font-size:16px;
	font-weight:bold;
	color:#36a5d0;
	cursor: pointer !important;
}

.content-top{
	width:990px;
	height:63px;	
	margin:0 auto;
}
.content-top .linha{
	position:absolute;
	/*float:right;*/
	width:166px;
	height:91px;
	background-image:url(images/linha.png);
	background-repeat:no-repeat;
	margin:-11px 0px 0px 820px;
	z-index:20;
}

#menu{
	width:auto;
	height:45px;
	float:left;}
	
#topmenu ul {
	margin:0;
	padding:0;
	list-style-type: none;
	height:32px;
	
}

#topmenu li {
	float:left;
	padding:15px 20px 11px 0px;
	background-image: url(images/barramenu_12.jpg);
	background-position: top right;
	background-repeat:no-repeat;
	margin-top:8px;
}

#topmenu li a{
	font-family: 'Conv_Dax-Light',Sans-Serif;
	font-weight:bold;
	font-size:20px;
	color:#fff;
	text-decoration:none;
	padding-left:22px;
}
#topmenu li a:hover,
#topmenu ul li.active a{
	/*background:url(images/menu_highlight.png) no-repeat;*/
	color: #fec316;
}
#banner{
	width:100%;
	height:305px;
	margin:0 auto;
	overflow:hidden;
	position:relative;
}
#banner .center{
	width:990px;
	height:305px;
	margin:0 auto;
}

#banner .frases{
	width: 380px;
	height: auto;
	float: left;
	margin-top: 80px;
	margin-left: 20px;
	z-index: 50;
	font-family: 'Conv_Dax-Light',Sans-Serif;
}

#banner .frase1{
	width: auto;
	background-color: #5ACEDE;
	-moz-border-radius: 22px;
	border-radius: 22px;
	padding: 0px 15px;	
	
	font-size: 36px;
	color: #015D86;
	margin-bottom:9px;
}

#banner .frase2{
	width: auto;
	float: left;
	background-color: #fff;
	-moz-border-radius: 22px;
	border-radius: 22px;
	padding: 0px 10px;
	margin:2px 0px;
	
	font-size: 18px;
	color: #0082b5;
}
#banner img{
	float:right;
}
#banner ul{
	position: absolute;
	margin-top:270px;
	list-style:none;
	width:auto;
	background-color:#FFF;
	-moz-border-radius: 22px;
	border-radius: 22px;
	z-index:20;
	padding:5px;
	margin-left:20px;
}

#banner ul li{
	width:9px;
	height:9px;
	float:left;
	margin-right:10px;
}

#banner ul li a{
	width:9px;
	height:9px;
	padding:0px 5px 0px 5px;
	background-image:url(images/bolas_13.gif);
	background-repeat:no-repeat;
	text-indent:-99999px;
}

#banner ul li a:hover{
	background-image:url(images/bolas_15.gif);
	background-repeat:no-repeat;
}


footer#main{
	width:100%;
	margin:0 auto;
	margin-top:40px;
	/*background-color:#007eb2;*/
}

footer#main .firstrow{
	width:100%;
	height:95px;
	margin:0 auto;
}

footer#main .firstrow .center{
	width:990px;
	height:95px;
	margin:0 auto;
	border-top: 1px solid #EAE9E9;
}
footer#main .firstrow .center .newsletter {
	width:380px;
	height:45px;
	float:left;
	border-right: 1px solid #EAE9E9;
	margin-top:24px;
}

footer#main .firstrow .center .newsletter p {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#007fb3;
	font-weight:bold;
	float:left;
	margin-top:12px;
}
footer#main .firstrow .center .newsletter input[type="text"]{
	width: 180px;
height: 30px;
float: left;
background-image: url(images/layout_26.gif);
background-repeat: no-repeat;
border: 0px;
margin: 10px 0 0 15px;
padding: 0px 10px;
}	
footer#main .firstrow .center .newsletter input[type="submit"]{
	width:57px;
	height:32px;
	float:left;
	background-image: url(images/layout_27.jpg);
	background-repeat:no-repeat;
	border:0;
	margin:10px 0 0 0px;
	text-indent:-9999px;
}

footer#main .firstrow .center .facebook{
	width:575px;
	height:30px;
	float:left;
	margin-top:33px;
	margin-left:20px;
	background-image:url(images/layout_30.gif);
	background-position:left top;
	background-repeat:no-repeat;
}

footer#main .firstrow .center .facebook p{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#007fb3;
	font-weight:bold;
	float:left;
	margin:2px 12px 0 120px;
} 

footer#main .firstrow .center .facebook img{
	float:left;
} 

footer#main .secondrow{
	width:100%;
	height:170px;
	margin:0 auto;
	/*background-color:#007eb2;*/
	
}
footer#main .secondrow .center{
	width:990px;
	height:135px;
	margin:0 auto;
}
footer#main .secondrow .center .leftcol{
	width:760px;
	height:250px;
	float:left;
	margin:0px 0 0 0;
	border-right:1px solid #2b95c0;
}

footer#main .secondrow .center .leftcol h1{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#fff;
	margin-bottom:20px;
}

footer#main .secondrow .center .leftcol ul {
	width:200px;
	margin-top: -20;
	padding:0;
	list-style-type: none;
	float:left;
}

footer#main .secondrow .center .leftcol li {
	margin-bottom:5px;
	border-bottom:1px solid #2b95c0;
	padding-bottom:3px;
}

footer#main .secondrow .center .leftcol li a{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#fff;
	text-decoration:none;}
footer#main .secondrow .center .leftcol li a:hover{
	color:#043d55;
}
	

footer#main .secondrow .center .rightcol{
	width:178px;
	height:120px;
	float:right;
	margin:25px 15px 0 0;
}

footer#main .secondrow .center .rightcol .iconimg{
	width:auto;
	float:left;
	min-width:27px;
}

footer#main .secondrow .center .rightcol p{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#fff;
	float:left;
	width:150px;
	margin-top:1px;
}

footer#main .thirdrow{
	width:100%;
	height:25px;
	margin:0 auto;
	background-color:#a5dcf2;
	text-align:center;
	padding-top:10px;
}
footer#main .thirdrow a img{margin:0 auto;}

/*------------------
| HOMEPAGE         |
-------------------*/
#content{
	width:970px;
	height:auto;
	margin:0 auto;
	background-color:#FFF;
	padding:15px;
} 	
#content_banners{
	width:962px;
	height:175px;
	margin:0 auto;
}

#content_banners img{
	float:left;}

#noticias{
	width:650px;
	height:auto;
	float:left;
	background-image:url(images/layout_18.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	margin-top:13px;}
	
#noticias h2 a{
	font-family: 'Conv_Dax-Light',Sans-Serif;
	font-size:22px;
	color:#007fb3;
	margin:20px 0px 28px 10px;
	text-decoration: none;
}
	
article#noticia{
	width:228px;
	float:left;
	margin:0px 75px 0 10px;}
	
article#lastnoticia{
	width:228px;
	float:left;
	margin:0px 0px 0 0px;}
	
article#noticia h3, #lastnoticia h3{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#007fb3;
	margin:0;
	}
article#noticia span.sabermais, #lastnoticia span.sabermais{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#007fb3;
	margin:0;
	} 
article#noticia img, #lastnoticia img{
	border:5px solid #d8d8d8;
	}	
article#noticia a, #lastnoticia a{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#7e7f7f;
	margin:10px 0 0 0;
	text-decoration:none;}
	
article#noticia a:hover, #lastnoticia a:hover{
	color:#000;}
	
#rightside{
	width:315px;
	height:auto;
	float:right;
	margin-top:35px;
	border-left:1px solid #eae9e9;}
	
#pesquisa{
	width:290px;
	height:168px;
	float:right;
	background-image: url(images/layout_21.jpg);
	background-repeat: repeat-x;
}

#pesquisamain{
	width:940px;
	height:168px;
	float:right;
	background-image: url(images/layout_21.jpg);
	background-repeat: repeat-x;
}

#pesquisa h2{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:22px;
	color:#f4961c;
	text-align:center;
	margin:0px 0px 15px 0px;}

#pesquisa input[type="text"]{
	width:180px;
	height:30px;
	float:left;
	background-image: url(images/pesquisa_25.jpg);
	background-repeat:no-repeat;
	border:0px;
	margin-left:20px;
	padding:1px 10px;
}	
#pesquisa input[type="submit"]{
	width:33px;
	height:32px;
	float:left;
	background-image: url(images/pesquisa_26.jpg);
	background-repeat:no-repeat;
	border:0;
	text-indent:-9999px;
}
#pesquisa ul {
	width:260px;
	margin:0;
	padding:0;
	list-style-type: none;
	float:left;
	margin-left:15px;
	margin-top:20px;
	text-align:center;
}

#pesquisa li{
	float:left;
	padding:4px;
}
#pesquisa li a{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#0586bd;
	text-decoration:none;
	text-transform:uppercase;}
	
#pesquisa li a:hover{
	color:#000;
}


#pesquisamain{
	width:940px;
	height:128px;
	float:right;
	background-image: url(images/layout_21.jpg);
	background-repeat: repeat-x;
}

#pesquisamain input[type="text"]{
	width: 634px;
height: 29px;
float: left;
background-image: url(images/pesquisa_13.png);
background-repeat: no-repeat;
border: 0px;
margin-left: 120px;
margin-bottom: 20px;
padding: 1px 10px;
}	
#pesquisamain input[type="submit"]{
	width:39px;
	height:29px;
	background-image: url(images/pesquisa_14.png);
	background-repeat:no-repeat;
	border:0;
	text-indent:-9999px;
	margin:0 auto;
	margin-bottom: 20px;
}
#pesquisamain ul {
	width:660px;
	margin:0 auto;
	padding:0;
	list-style-type: none;
	margin-bottom: 20px;
	text-align:center;
}

#pesquisamain li{
	float:left;
	padding:7px;
}
#pesquisamain li a{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:22px;
	color:#0586bd;
	text-decoration:none;
	text-transform:uppercase;}
	
#pesquisamain li a:hover{
	color:#000;
}
/*------------------
| pagina interna    |
-------------------*/
#bannermain{
	width:100%;
	height:188px;
	margin:0 auto;
	overflow:hidden;
	position:relative;
	text-align:center;
}
#contentmain{
	width:990px;
	height:auto;
	margin:0 auto;
	background-color:#FFF;
}
#contentmain_onecol{
	width:940px;
	height:auto;
	float:left;
	padding:25px 0 0 25px;
}
#contentmain_leftcol{
	width:610px;
	height:auto;
	float:left;
	padding:25px 0 0 25px;
}
#contentmain_leftcol h1, #contentmain_onecol h1{
	font-family: 'Conv_Dax-Light',Sans-Serif;
	font-size:26px;
	color:#0088b9;
	margin:10px 0 0 0;
}

#contentmain_leftcol p, #contentmain_onecol p{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:18px;
	color:#9d9e9e;
	margin:10px 0 0 0;
}

#contentmain_leftcol hr, #contentmain_onecol hr{
	background-color:#f1efee;
	height:1px;
	width:100%;
	margin:25px 0 25px 0;
	border:0;
}

article#general{
	width:610px;
	height:auto;
	margin:0 0 45px 0;
	display:block;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;}
	
	
article#general h3{
	font-size:18px;
	color:#f2ba1a;
	margin:0;
	}
article#general span.sabermais{
	font-size:12px;
	color:#f2ba1a;
	margin:0;
	} 
article#general img{
	/*border:5px solid #d8d8d8;*/
	float:right;
	margin-left:15px;
	}
article#general p{
	font-size:12px;
	color:#7e7f7f;
	margin:5px 0 0 0;
	text-decoration:none;}

		
article#general a{
	text-decoration:none;}


	
article.cat_item_text h3{
	font-size:18px;
	color:#f2ba1a;
	margin:0;
	}
article.cat_item_text span.sabermais{
	font-size:12px;
	color:#f2ba1a;
	margin:0;
	} 
article.cat_item_text img{
	/*border:5px solid #d8d8d8;*/
	float:right;
	margin-left:15px;
	}
article.cat_item_text p{
	font-size:12px;
	color:#7e7f7f;
	margin:5px 0 0 0;
	text-decoration:none;}

article.cat_item_text p:hover{
	font-size:12px;
	color:#F4961C;
	margin:5px 0 0 0;
	text-decoration:none;}

		
article.cat_item_text a{
	text-decoration:none;}



#contentmain_rightcol{
	width:327px;
	height:480px;
	float:right;
	background-image: url(images/fundo_lateral.jpg);
	background-repeat: no-repeat;
	background-position:top left;
}
#submenu_lat {
	width:290px;
	margin:60px 0;
	float:right;
}

#submenu_lat ul {
	margin:0;
	padding:0;
	list-style-type: none;
}

#submenu_lat li {
	padding:10px;
	background-image:url(images/barrita_menu.jpg);
	background-repeat:no-repeat;
	background-position:left bottom;
}
#submenu_lat li a{
	font-family:'Conv_Dax-Light',Sans-Serif;
	font-weight:bold;
	font-size:18px;
	color:#0088b9;
	text-decoration:none;
	padding-left:15px;}
	
#submenu_lat li a:hover{
	color:#f2ba1a;
}

/*------------------
| contactos        |
-------------------*/

#cf_main,
#contact-form{
	width:600px;
	height:auto;
	float:left;
	margin-top: 30px;	
}

#cf_main p,
#contact-form p{
	width:100px;
	margin:12px 0px 9px 0;
	float:left;
	
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#373837;
	text-decoration:none;}

#cf_main table tr td,
#contact-form table tr td {
	background-color: #ffffff;
	background-image:none;
	
	/*float:left;
	list-style:none;
	margin:0;
	padding:0;
	margin-bottom:9px;*/
}

#suggestions-form table tbody tr td [type="text"],
#suggestions-form table tbody tr td  input[type="email"],
#cf_main table tbody tr td [type="text"],
#cf_main table tbody tr td  input[type="email"],
#contact-form table tbody tr td [type="text"],
#contact-form table tbody tr td  input[type="email"]{
	padding:6px;
	background-color:#E9E9E9;
	border:0px;
	border-bottom:1px solid #CCC;
	
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #000;
	text-decoration:none;}

#suggestions-form table tbody tr td textarea,
#cf_main table tbody tr td textarea,
#contact-form table tbody tr td textarea {
	padding:6px;
	background-color:#E9E9E9;
	border:0px;
	border-bottom:1px solid #CCC;
	
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #000;
	text-decoration:none;}

#suggestions-form select,
#cf_main select,
#contact-form select{
	background-color:#e9e9e9;
	padding:4px;
	border:1px solid #CCC;
	margin-top:10px;
	
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
	text-decoration:none;}

#suggestions-form input[type="submit"],
#qf_main input[type="submit"],
#cf_main input[type="submit"],
#contact-form input[type="submit"]{
	float:right!important;
	padding:5px 30px!important;
	margin-right: 55px;
	margin-top:30px;
	background-color:#007EB2;
	border:0;
	color:#FFF;
	-moz-border-radius: 20px;
	border-radius: 20px;
	
}

/*EDIT*/


footer#main .firstrow .center .facebook{
	width:575px;
	height:30px;
	float:left;
	margin-top:33px;
	margin-left:20px;
	background-image:url(images/layout_30.gif);
	background-position:left top;
	background-repeat:no-repeat;
}

footer#main .firstrow .center .facebook a {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#007fb3;
	font-weight:bold;
	float:left;
	margin:2px 12px 0 120px;
} 

footer#main .firstrow .center .facebook .fb-like {
	float:right;
	margin: 0px -20px;
} 

.btns_prods {
	position: absolute;
	height: 10px;
	vertical-align: middle;
	float: left;
	margin-top: -30px;
	z-index: 999;
	background-color: #ffffff;
	list-style:none;
	width:auto;
	-moz-border-radius: 22px;
	border-radius: 22px;
	z-index:20;
	padding:5px;
	margin-left:20px;
}
.btns_prods a,
.btns_prods_videos a{
	background: url(images/bolas_13.gif) no-repeat;
	display:block;
	float:right;
	text-indent:-9999px;
	width: 16px;
	height: 16px;
}
.btns_prods a:hover,
.btns_prods a.activeSlide,
.btns_prods_videos a:hover,
.btns_prods_videos a.activeSlide{
	background: url(images/bolas_15.gif) no-repeat;
}


/* =============================================================================
   Non-semantic helper classes
   Please define your styles before this section.
   ========================================================================== */

/* For image replacement */
.ir { display: block; text-indent: -999em; overflow: hidden; background-repeat: no-repeat; text-align: left; direction: ltr; }
.ir br { display: none; }

/* Hide for both screenreaders and browsers:
   css-discuss.incutio.com/wiki/Screenreader_Visibility */
.hidden { display: none; visibility: hidden; }

/* Hide only visually, but have it available for screenreaders: by Jon Neal.
  www.webaim.org/techniques/css/invisiblecontent/  &  j.mp/visuallyhidden */
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }

/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: drupal.org/node/897638 */
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }

/* Hide visually and from screenreaders, but maintain layout */
.invisible { visibility: hidden; }

/* Contain floats: nicolasgallagher.com/micro-clearfix-hack/ */ 
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }



/* =============================================================================
   PLACEHOLDER Media Queries for Responsive Design.
   These override the primary ('mobile first') styles
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 480px) {
  /* Style adjustments for viewports 480px and over go here */

}

@media only screen and (min-width: 768px) {
  /* Style adjustments for viewports 768px and over go here */

}


/* =============================================================================
   Print styles.
   Inlined to avoid required HTTP connection: www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */
 
@media print {
  * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } /* Black prints faster: sanbeiji.com/archives/953 */
  a, a:visited { color: #444 !important; text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascript/internal links */
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } /* css-discuss.incutio.com/wiki/Printing_Tables */
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3{ page-break-after: avoid; } 
}

article,
article#general.clearfix:focus,
article#general.clearfix:hover,
article#general.clearfix:active
{  outline: none; }



#qf_main label.ok,
#qf_main label.error,
#suggestions-form label.ok,
#suggestions-form label.error,
#cf_main label.ok,
#cf_main label.error{
    background:url(images/ok.png) no-repeat;
    width:16px;
    height:16px;
    position:absolute;
    margin: 10px 10px;
    text-indent:-9999px;
}
#qf_main label.error,
#suggestions-form label.error,
#cf_main label.error{
    background-image:url(images/error.png);
}
#qf_main label.error,
#qf_main label.ok{
    margin-top: 0px;
}

#qf_main .group label.ok,
#qf_main .group label.error{
    margin-left: 150px;
}
#qf_main .dataNice label.ok,
#qf_main .dataNice label.error{
    margin-left: 40px;
}
#suggestions-form .group label.ok,
#suggestions-form .group label.error{
    margin-left: 470px;
    margin-top: 0px;
}

#qf_main label.error .form_sucess,
#suggestions-form .form_sucess
#cf_main .form_sucess{
    color:#00B4FB;
    line-height:20px;
}
#qf_main .floatLeft label.error 
#suggestions-form .floatLeft label.error 
#cf_main .floatLeft label.error {
    right: 27px;
}
#qf_main p.campos_obrigatorios
#suggestions-form p.campos_obrigatorios
#cf_main p.campos_obrigatorios {
    font-size: 12px;
    margin-bottom: 10px;
}

#cf_main_output {
    color:green;
    font-size:11px;
    font-weight: bold;
    margin-left: 100px;
}

#mlist_register span.form_loading{
	background: url(images/loading.gif) no-repeat center center;
	clear:both;
	display:block;
	float:left;
	width:100%;
	height:29px;
	text-align:left;
}
#mlist_register span.form_error{
	color:red;
	font-weight: bold;
	font-size:11px;
	margin-left: 75px;
}

#mlist_register span.form_sucess{
	color:green;
	font-size:11px;
	font-weight: bold;
	margin-left: 20px;
}


#menu_background {
	width: 100%;
	height: 65px;
	background: #1e5799; /* Old browsers */
	background: -moz-linear-gradient(top, #1e5799 9%, #007eb2 41%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(9%,#1e5799), color-stop(41%,#007eb2)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #1e5799 9%,#007eb2 41%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #1e5799 9%,#007eb2 41%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #1e5799 9%,#007eb2 41%); /* IE10+ */
	background: linear-gradient(to bottom, #1e5799 9%,#007eb2 41%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#007eb2',GradientType=0 ); /* IE6-9 */
	
}

footer#main .secondrow{
	width:100%;
	height:300px;
	margin:0 auto;
	background: #1e5799; /* Old browsers */
	background: #1e5799; /* Old browsers */
	background: -moz-linear-gradient(top, #1e5799 9%, #007eb2 41%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(9%,#1e5799), color-stop(41%,#007eb2)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #1e5799 9%,#007eb2 41%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #1e5799 9%,#007eb2 41%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #1e5799 9%,#007eb2 41%); /* IE10+ */
	background: linear-gradient(to bottom, #1e5799 9%,#007eb2 41%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#007eb2',GradientType=0 ); /* IE6-9 */
}


div.ui-accordion-content {
	border: none;
}


#checkup_accordion,
#userguide_accordion,
#faqs_accordion {
	width: 90%;
	margin: 0 auto;
}

h3.ui-accordion-header {
	height: 35px;
	/* IE6-9 */
	/*
	background-image: -ms-linear-gradient(left, #FFFFFF 0%, #30B6EF 100%) !;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFFFFF', endColorstr='#30B6EF',GradientType=0 ); 
	*/
	
	/*
	background: #1e5799;
	background: -moz-linear-gradient(left, #FFFFFF 0%, #30B6EF 100%); 
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FFFFFF), color-stop(100%,#30B6EF));
	background: -webkit-linear-gradient(left, #FFFFFF 0%,#30B6EF 100%); 
	background: -o-linear-gradient(left, #FFFFFF 0%,#30B6EF 100%); 
	background: linear-gradient(to right, #FFFFFF 0%,#30B6EF 100%);
	*/

	
	/* IE10 Consumer Preview */ 
	background-image: -ms-linear-gradient(left, #FFFFFF 0%, #D7E8EF) 100%);

	/* Mozilla Firefox */ 
	background-image: -moz-linear-gradient(left, #FFFFFF 0%, #D7E8EF 100%);

	/* Opera */ 
	background-image: -o-linear-gradient(left, #FFFFFF 0%, #D7E8EF 100%);

	/* Webkit (Safari/Chrome 10) */ 
	background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #FFFFFF), color-stop(1, #D7E8EF));

	/* Webkit (Chrome 11+) */ 
	background-image: -webkit-linear-gradient(left, #FFFFFF 0%, #D7E8EF 100%);

	/* W3C Markup, IE10 Release Preview */ 
	background-image: linear-gradient(to right, #FFFFFF 0%, #D7E8EF 100%);

	
	border-radius: 25px;
	border-radius: 25px;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
	overflow: hidden;
	border: 1px solid #D7E8EF;
	
	margin-bottom: 10px;
	
	/* IE6-9 */	 	
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFFFFF', endColorstr='#D7E8EF',GradientType=1 ); 
	
}

h3.ui-accordion-header a,
h3.ui-accordion-header a:visited,
h3.ui-accordion-header a:active,
h3.ui-accordion-header a:focus
{
	color: #007FB3;
	text-decoration:none;
	font-family: sans-serif;
	font-family: 'Conv_Dax-Light',Sans-Serif;
	padding-left: 2.2em;
}

h3.ui-accordion-header a:hover
{
	color: #D7E8EF;
	text-decoration:none;
	font-family: 'Conv_Dax-Light',Sans-Serif;
}	

footer#main .secondrow .center .leftcol ul {
	width: 140px;
}

footer#main .secondrow .center .leftcol ul li a,
#footer_menu a {
	font-size: 80%;
}



#footer_menu div.footer_menu_item {
	/*position: absolute;*/
	float: left;
	margin-left: 10px;
	margin-right:35px;
	width: 140px;
}

#footer_menu div.footer_menu_item h1 a:hover {
	color: #F2BA1A;
}

#footer_menu div.footer_menu_item ul {
	margin-top: -10px;
}

#empresa_footer {

}

#contactos_footer {
	/*margin-left: 560px;*/
}

#acordos_footer {
	margin-left: 180px;
	/*margin-left: 420px;
	margin-left: 560px;*/
}

/*
#controlo_footer {
	margin-top: 120px;
	margin-left: 560px;
} 

#colheita_footer {
	margin-top: 150px;
	margin-left: 560px;
}

#check_analitico {
	margin-left: 370px;
}
*/
#check_prenatal {
	/*margin-left: 140px;
	margin-top: 120px;*/
	/*
	margin-left: 180px;
	margin-top: 120px;
	*/
	
}

#noticias_footer {
	margin-left: 560px;
	margin-top: 180px;
}

#userguide {
	margin-left: 560px;
	margin-top: 210px;
}

#faqs {
	margin-left: 560px;
	margin-top: 240px;
}


#quality-form-accordion td,
#suggestions-form td,
#suggestions-form table
#qf_main td,
#qf_main table {
	background-color: #ffffff;
}
.footer_menu_item  h1 a:visited,
.footer_menu_item  h1 a:active,
.footer_menu_item  h1 a {
	font-size: 125%;
	color: #ffffff;
	text-decoration: none;
}


#fancybox-content div.data h1 {
	background-color: #0476CD;
	color: #ffffff;
	text-align: center;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 22px;
}

#fancybox-content div.data p span 
{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

.search_analises_resultados li,
.search_analises_resultados {
	list-style-type: none;
}

.search_analises_resultados a {
	text-decoration: none;
}

.search_analises_resultados a p {
	text-decoration: none;
	font-size: 12px;
	color: #0476CD;
}

#search_results h2 {
	color: #F4961C;
	
}

#search_results {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}


#qf_main input[type="submit"] {
	float: right;
	width: 100px;
	height: 30px;
	margin-right: 0px;
	background: #1e5799; /* Old browsers */
	background: -moz-linear-gradient(top, #1e5799 9%, #007eb2 41%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(9%,#1e5799), color-stop(41%,#007eb2)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #1e5799 9%,#007eb2 41%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #1e5799 9%,#007eb2 41%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #1e5799 9%,#007eb2 41%); /* IE10+ */
	background: linear-gradient(to bottom, #1e5799 9%,#007eb2 41%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#007eb2',GradientType=0 );
}

footer#main .secondrow .leftcol { 
	height: 320px;
}

a.mydoc {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
	color: #9D9E9E;
	margin: 10px 0 0 0;
}

#horarios_table {
	/*padding: 20px 20px 20px 10px;*/
}

.hidden {
	position: absolute;
	display: none;
}

#login_form {
	position: absolute;
	float: right;
	margin-left: -120px;
	margin-top: 100px;
	width: 300px;
	min-height: 180px;
	z-index: 999;
	-moz-border-radius: 20px;
	border-radius: 20px;
	border: none;
	background: #1e5799; /* Old browsers */
	background: -moz-linear-gradient(top, #1e5799 9%, #007eb2 41%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(9%,#1e5799), color-stop(41%,#007eb2)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #1e5799 9%,#007eb2 41%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #1e5799 9%,#007eb2 41%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #1e5799 9%,#007eb2 41%); /* IE10+ */
	background: linear-gradient(to bottom, #1e5799 9%,#007eb2 41%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#007eb2',GradientType=0 );
}

.linha:hover {
	cursor: pointer; cursor: hand;
}

#login_form table tbody tr td {
	background-color: transparent;
	border: none;
	color: #ffffff;
	font-family: 'Ubuntu Condensed', sans-serif;
	font-size: 110%;	
	padding: 0px;
}

#login_form table tbody tr td a:active,
#login_form table tbody tr td a:visited,
#login_form table tbody tr td a:focus,
#login_form table tbody tr td a {
	color: #ffffff;
	font-family: 'Ubuntu Condensed', sans-serif;
	font-size: 110%;	
	text-decoration: none;
}

#login_form table tbody tr td a:hover {
	color: #F2BA1A;
}

#login_form2 {
	position: absolute;
	float: right;
	margin-left: 699px;
	margin-top: 30px;
	width: 300px;
	min-height: 180px;
	z-index: 999;
	-moz-border-radius: 20px;
	border-radius: 20px;
	border: none;
	background: #1e5799; /* Old browsers */
	background: -moz-linear-gradient(top, #1e5799 9%, #007eb2 41%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(9%,#1e5799), color-stop(41%,#007eb2)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #1e5799 9%,#007eb2 41%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #1e5799 9%,#007eb2 41%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #1e5799 9%,#007eb2 41%); /* IE10+ */
	background: linear-gradient(to bottom, #1e5799 9%,#007eb2 41%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#007eb2',GradientType=0 );
}

#login_form2 table tbody tr td {
	background-color: transparent;
	border: none;
	color: #ffffff;
	font-family: 'Ubuntu Condensed', sans-serif;
	font-size: 110%;	
	padding: 0px;
}

#login_form2 table tbody tr td a:active,
#login_form2 table tbody tr td a:visited,
#login_form2 table tbody tr td a:focus,
#login_form2 table tbody tr td a {
	color: #ffffff;
	font-family: 'Ubuntu Condensed', sans-serif;
	font-size: 110%;	
	text-decoration: none;
}

#login_form2 table tbody tr td a:hover {
	color: #F2BA1A;
}



.menuMouseIn {
	color: #F2BA1A;
}

.menuMouseOut {
	color: #ffffff;
}

div#content_wrapper {
	width: 100%;
}

div#top_wrapper {
	width: 990px;
	margin-left: auto;
	margin-right: auto;
}

#company_text {
	text-align: justify;
}

.docs_class {
	margin-top: -25px;
}

.docs_image {
	float: right;
}

.docs_class ul,
.docs_class ul li {

	list-style: none;
	float: left;
	margin-right: 20px;
	
}

.docs_class ul li a {
	text-decoration: none;
	color: #0088B9;
}

.docs_class ul li a:hover {
	text-decoration: none;
	color: #F4961C;
}

.docs_padding {
	padding-left: 20px;
}

.docs_padding img {
	margin-left: 20px;
}

#contentmain_leftcol strong,
#contentmain_leftcol h5,
#contentmain_leftcol h4,
#contentmain_leftcol h3, 
#contentmain_leftcol h2 {
	color: #0088B9;
}

#contentmain_leftcol ul li {
	color: #9D9E9E;
}

#qualidade_footer {
	/*margin-left: 370px;
	margin-top: 70px;*/
}


nav.pagination{
	margin-top:60px;
	margin-bottom: 40px;
	text-align: center;
}
nav.pagination ul,
nav.pagination ul li{
	list-style:none!important;
	padding:0!important;
	margin:0 2px!important;
}
nav.pagination ul{
	float:right!important;
}
nav.pagination ul li{
	display:block!important;
	float:left!important;
	margin-left:5px!important;
}
nav.pagination ul li.current_page,
nav.pagination ul li a{
	/*background:#e8e8e9!important;*/
	display:block!important;
	width:28px!important;
	/*border:1px solid #CCC;*/
	
	color:#0088B9!important;
	line-height:28px!important;
	text-align:center!important;
	text-decoration:none!important;
}
nav.pagination ul li.previous_page a,
nav.pagination ul li.next_page a{
	padding:0 5px!important;
	width:auto!important;
}
nav.pagination ul li.current_page,
nav.pagination ul li a.current,
nav.pagination ul li a:hover{
	background:#0088B9!important;
	
	color:#fff!important;
}

#buttonResultados{
	width:	166px;	
	height:	91px;
	position: absolute;
}

#noticias a:hover p{
	text-decoration: underline;
}

#next_mosaic{
	z-index: 999;
	position:absolute;
	margin-top:60px;
	margin-left:960px;
	cursor: pointer;
}

#prev_mosaic{
	z-index: 999;
	position:absolute;
	margin-top:60px;
	margin-left:-40px;	
	cursor: pointer;
}

.custom-icon,
.custom-icon-active{
	width: 20px;
	height: 20px;
	background-image: url('images/custom_arrow_accordion.png') !important;
}

#faqs_accordion article p,
#checkup_accordion article p,
#userguide_accordion article p{
	font-size: 12pt;
} 

#listaUnidades {
	float:left;
	margin-top:40px;
	margin-left:-20px;
}
#listaUnidades ul{
	list-style: none;
	margin:0 auto;
	float:left;
}

#listaUnidades ul li{
	padding:0px 0px 11px 25px;
	background-image:url(images/custom_arrow_accordion.png);
	background-repeat:no-repeat;
}
#listaUnidades ul li a{
	color: #3095c3;
	font-family: 'Ubuntu Condensed', sans-serif;
	font-size: 16px;	
	text-decoration: none;
}

#listaUnidades ul li a:hover{
	color: #f9cb46;
}

a.backbtn {
	color: #3095c3;
	font-family: 'Ubuntu Condensed', sans-serif;
	font-size: 16px;	
	text-decoration: none;
	text-decoration:underline;
}

a.backbtn:hover{
	color: #f9cb46;
}

.form_error{
	color: #F00 !important;
}