@import "reset.css";
@import "tabbedContent.css";
@import "jquery.qtip.css";
@import "jquery.fancybox-1.3.4.css";
html, body {
	margin:0;
	padding:0;
	height:100%;
}
html {
	background:url(../images/graphics/bg_blue_image.jpg) #2c4e7c repeat-x 0 0;
}
body {
	margin:0;
	padding:0;
	color:#ddd;
}
br {
	clear:all;
}
hr {
	height:2px;
	margin:15px 0 15px 0;
	border:none;
	background-color:tranparent;
	border-top:1px solid #ddd;
}
.ie7 hr {
	height:2px;
	margin:15px 0 25px 0;
	border:none;
	border-top:1px solid #ddd;
	border-bottom:1px solid #fff;
	background-color:tranparent;
}
table {
	border:0px;
	border-collapse: collapse;
	border-spacing: collapse;
}
table.default {
	position:relative;
	width: 100%;
	padding: 0;
	margin:10px 0 20px 0;
	border:1px solid #dce0e6;
	font: normal 11px Arial, Helvetica, sans-serif;
}
table.default caption {
	padding:8px;
	font-weight:bold;
	color:#fff;
	background-color:#58636d;
	box-shadow: #ccc 0px 2px 5px;
	background: -webkit-gradient(linear, left top, left bottom, from(#58636d), to(#687179));
 	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#2D87DA', endColorstr='#336CA1');
}
table.default th {
	text-align: left;
	padding: 8px 4px 8px 8px;
	font-size:1em;
	border-bottom:1px solid #D4D4D4;
	color:#737984;
	font-weight:bold;
	text-shadow:1px 1px 0 #FFFFFF;
	white-space:nowrap;
	background-color: #e2e2e2;
	background: linear-gradient(#f5f5f5, #e2e2e2);
}
table.default th.nobg {
	border-top: 0;
	border-left: 0;
	border:1px solid #D4D4D4;
	background: none;
}

table.default td {
	border-right: 1px solid #D4D4D4;
	border-bottom: 1px solid #dce0e6;
	background: #fff;
	padding: 10px 5px;
	color: #717783;
	font-weight:bold;
	vertical-align:middle;
}
table.default tr.alt th {
	background: #F5FAFA;
	color: #797268;
}
table.default tr.odd td {
	background: #f7f8fa;
	color: #797268;
}
img {
	border:0px;
}
.image img {
	padding:5px;
	background-color:#fff;
	border:1px solid #ddd;
	-webkit-box-shadow: #d4d4d4 1px 0px 3px;
	-moz-box-shadow: #d4d4d4 1px 0px 3px;
	box-shadow: #d4d4d4 1px 0px 3px;
}
.img_left {
	float:left;
	margin-right:10px;
	width:auto;
}
.img_right {
	float:right;
	margin-left:10px;
	width:auto;
}

form fieldset {
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
	font-size: 14px;
	border-bottom: 1px solid #eee;
	}
form fieldset.form-actions {
	margin: 0 0 0 20%;
	padding: 0;
	border: none;
	}
form fieldset.check {
	padding-left: 20%;
	}
form fieldset label {
	float: left;
	width: 20%;
	margin: 4px 0 5px 0;
	font-weight: bold;
	}
form fieldset.check label {
	display: inline;
	float: none;
	width: auto;
	font-weight: normal;
	}
form fieldset.radio ul li label {
	display: inline;
	float: none;
	width: auto;
	font-weight: normal;
	}
form fieldset input.form-text,
form fieldset textarea {
	display: block;
	width: 50%;
	padding: 5px;
	font-size: 14px;
	border: 1px solid #ddd;
	background: #f5f5f5;
	-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.05);
	-moz-box-shadow: inset 0 1px 2px rgba(0,0,0,.05);
	-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.05);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	}
form fieldset input.form-text:focus {
	border: 1px solid #ccc;
	background: #fff;
	}
form fieldset textarea {
	height: 150px;
	}
form fieldset select {
	min-width: 25%;
	margin: 0;
	}
form fieldset.radio ul {
	margin: 5px 0 0 20%;
	}
form fieldset.radio ul li {
	margin: 0 0 5px 0;
	list-style: none outside none;
	}
form fieldset.radio ul li:last-child {
	margin: 0;
	}
form fieldset p.form-help {
	margin: 5px 0 0 20%;
	font-size: 12px;
	color: #999;
	}
form input[type="submit"] {
	margin: 0;
	padding: 5px 10px;
	font-size: 12px;
	font-weight: bold;
	border: 1px solid #ccc;
	background: #eee;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	}
form input[type="submit"]:hover,
form input[type="submit"]:focus {
	border: 1px solid #bbb;
	background: #e5e5e5;
	}
form input[type="submit"]:active {
	border: 1px solid #ccc;
	background: #eee;
	}
@media screen and (max-width: 600px) {
	form fieldset label {
		display: block;
		float: none;
		width: auto;
		margin: 0 0 5px 0;
		}
	form fieldset.form-actions,
	form fieldset.check,
	form fieldset.radio ul,
	form fieldset p.form-help {
		margin-left: 0;
		padding-left: 0;
		}
	form fieldset input.form-text,
	form fieldset textarea {
		width: 100%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		}
	}

a , a:visited {
	color:#1e5569;
}
a:focus, button {
	user-focus: none;
	outline: none;
	-moz-user-focus: none;
	-moz-outline: none;
}
tt {
	font-size:9px;
}
blockquote {
	border-left:4px solid #ddd;
	margin:0 0 10px 0;
	padding:20px 10px;
	font-style:italic;
}
/*--------------------------------------- =box -------------------------------------------*/
#box {
	/*padding-bottom:80px;*/   /* Height of the footer element */
	width: 1020px;
	margin:0 auto;
	padding:0 0;
	color:#353535;
	font-size:13px;
}
.shadow {
	-webkit-box-shadow: #293b53 0px 5px 12px;
	-moz-box-shadow: #293b53 0px 5px 12px;
	box-shadow: #293b53 0px 5px 12px;
	behavior: url(js/PIE.htc);
}
#center {
	background:		url('../images/graphics/content-bg.png') #f7f7f7 repeat-x 0 150px;
}
.index {
	background:		url('../images/graphics/content-bg.png') #f7f7f7 repeat-x 0 0;
}
.pageHead {
	position:relative;
    margin: 0;
    padding: 0;
}
.pageHead .mascote {
	width:160px;
	height:150px;
	position:absolute;
	right:0;
	top:30px;
	display:none;
	background:		url('../images/graphics/mascote.png') transparent no-repeat 0 0;

}
.pageHead h1 {
	font-size:18px;
	text-transform:uppercase;
	z-index:10;
	width:100%;
	height:12%;
	color:#fff;
	position:absolute;
	left:0;
	margin:0;
	padding:10px 0;
	text-indent:10px;
	bottom:0px;
	background:		url('../images/graphics/opacity_black.png') transparent repeat 0 0;

}
.text {
	text-align:justify;
}
.text p {
    color: #585858;
    font-size: 1.0em;
    line-height: 1.4em;
    padding: 7px 0 7px 2px;
}
.text ul {
	list-style-type:none;
	margin:4px 0;
	padding:0 0 0 10px;
}
.text li {
	margin:17px 0;
	padding:0 0 0 20px;
	background:		url('../images/graphics/icon-lists.gif') transparent no-repeat 0 3px;
}
/* =misc
-------------------------------------*/

h1 {
	font-style: normal;
	text-transform: normal;
	letter-spacing: -1px;
	line-height: 1.2em;
	margin:25px 0 10px 0;
	font-size:27px;
	font-weight:normal;
}
h1.news {
	font-style: normal;
	text-transform: normal;
	letter-spacing: -1px;
	line-height: 1.2em;
	text-shadow:0 1px 0 rgba(255, 255, 255, 0.5);
	font-size:24px;
	font-weight:normal;
}
h2 {
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color:#ddd;
	text-transform: normal;
	letter-spacing: normal;
	line-height: 1.4em;
	margin:5px 0;
}
h3 {
	font-size:15px;
	margin:15px 0 5px 0;
	padding:5px 0;
}
h4 {
	font-size:13px;
	margin:15px 0 5px 0;
	padding:5px 0;
	color:#7d7d7d;
}
div.dummy {
	clear:both;
}
#wrap {
	min-height:100%;
	position:relative;
	padding:20px;
}
* html #wrap {
	height: 100%;
}
.header_bg {
	display:none;
	position:absolute;
	top:92px;
	width:100%;
	height:300px;
	text-align:right;
	background:url(../images/graphics/header_bg.png) transparent repeat-x 0 0;
}
#banner {
	width: 100%;
	height:115px;
	position:relative;
	margin:0 0 0 0;
	z-index:99;
	background:		url('../images/graphics/banner_bg.png') #f7f7f7 no-repeat 0 0;
}

#banner div.logo {
	position:absolute;
	left:0;
	top:0;
}
#banner div.logo a {
	display:block;
	width:110px;
	height:110px;
	text-indent:-9999px;
}
.ie8 div.search input {
	float:left;
}
.ie8 div.search button {
	top:6px;
}
#banner .search {
	position:absolute;
	top:12px;
	right:5px;
	border:1px solid #ddd;
	background-color:#fafafa;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	box-shadow:inset 0 0 4px #ddd;
	-moz-box-shadow:inset 0 0 4px #ddd;
	-webkit-box-shadow: inset 0 0 4px #ddd;
	behavior: url(js/PIE.htc);
}
#banner input, #banner button {
	border:none;
	margin:0;
	color:#666666;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	box-shadow:none;
	-moz-box-shadow:none;
	-webkit-box-shadow: none;
	background:none;
}
.ie8 #banner .search {
	padding:3px 0;
}
#banner button {
	padding:0 10px;
	margin-right:5px;
	text-indent:-9999px;
	text-shadow:none !important;
	background:	url('../images/graphics/banner_icons.png') white no-repeat 0 -5px !important;
}
#banner div.contacto {
	font-size:15px;
	font-weight:bold;
	color:#f39500;
	position:absolute;
	right:20px;
	top:60px;
}
#banner div.contacto a {
	text-decoration:none;
}
#banner div.contacto span {
	margin:0 10px;
}
.email {
	padding-left:22px;
	background:url(../images/graphics/icons.png) transparent no-repeat 0 0;
}
.phone {
	padding-left:22px;
	background:url(../images/graphics/icons.png) transparent no-repeat 0 -18px;
}
#menu, #menu ul {
	padding:0;
	margin:0;
}
#menu {
	position:absolute;
	top:80px;
	right:0;
	width: 810px;
	list-style-type:none;
}
#menu:before, #menu:after {
	content: "";
	display: table;
}
#menu:after {
	clear: both;
}
#menu {
	zoom:1;
}
#menu li {
	float: left;
	position: relative;
	margin:0 3px 0 0;
}
#menu li:last-child {
	border:none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow:  none;
}
#menu a {
	float: left;
	padding: 6px 12px;
	color: #6f6f6f;
	font: bold 10px Arial, Helvetica;
	text-decoration: none;
	text-transform:uppercase;
	text-shadow:0 1px 0 rgba(255, 255, 255, 0.7);
}
#menu li.active span > a, #menu li:hover span > a {
	color: #ddd;
	text-shadow:0 1px 0 rgba(5, 5, 5, 0.7);
	background: #402a7a;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-moz-box-shadow:inset 0 0 3px #000000;
	-webkit-box-shadow:inset 0 0 3px #000000;
	box-shadow:inset 0 0 3px #000000;
}
#menu li:hover > a {
	color: #226082;
}
*html #menu li a:hover { /* IE6 only */
	color: #fafafa;
}
#menu ul {
	margin: 10px 0 0 0;
	_margin: 0; /*IE6 only*/
	opacity: 0;
	visibility: hidden;
	position: absolute;
	top: 32px;
	left: 0;
	z-index: 9999;
	background-color:#402a7a;
	/*background: -moz-linear-gradient(#444, #111);
		background-image: -webkit-gradient(linear, left top, left bottom, from(#444), to(#111));
		background: -webkit-linear-gradient(#444, #111);
		background: -o-linear-gradient(#444, #111);
		background: -ms-linear-gradient(#444, #111);
		background: linear-gradient(#444, #111);*/
		-moz-box-shadow: 0 -1px rgba(255, 255, 255, .3);
	-webkit-box-shadow: 0 -1px 0 rgba(255, 255, 255, .3);
	box-shadow: 0 -1px 0 rgba(255, 255, 255, .3);
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
 -webkit-transition: all .2s ease-in-out;
 -moz-transition: all .2s ease-in-out;
 -ms-transition: all .2s ease-in-out;
 -o-transition: all .2s ease-in-out;
 transition: all .2s ease-in-out;
}
#menu li:hover > ul {
	opacity: 1;
	visibility: visible;
	margin: 0;
}
#menu ul ul {
	top: 0;
	left: 150px;
	margin: 0 0 0 20px;
	_margin: 0; /*IE6 only*/
	-moz-box-shadow: -1px 0 0 rgba(255, 255, 255, .3);
	-webkit-box-shadow: -1px 0 0 rgba(255, 255, 255, .3);
	box-shadow: -1px 0 0 rgba(255, 255, 255, .3);
}
#menu ul li {
	float: none;
	display: block;
	border: 0;
	_line-height: 0; /*IE6 only*/
	-moz-box-shadow: 0 1px 0 #111, 0 2px 0 #666;
	-webkit-box-shadow: 0 1px 0 #111, 0 2px 0 #666;
	box-shadow: 0 1px 0 #111, 0 2px 0 #666;
}
#menu ul li:last-child {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
#menu ul a {
	padding: 10px;
	width: 130px;
	_height: 10px; /*IE6 only*/
	display: block;
	white-space: nowrap;
	float: none;
	text-transform: none;
	color:#fff;
	text-shadow:none;

}
#menu ul a:hover {

}
#menu ul li:first-child > a {
	-moz-border-radius: 3px 3px 0 0;
	-webkit-border-radius: 3px 3px 0 0;
	border-radius: 3px 3px 0 0;
}
#menu ul li:first-child > a:after {
	content: '';
	position: absolute;
	left: 40px;
	top: -6px;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-bottom: 6px solid #444;
}
#menu ul ul li:first-child a:after {
	left: -6px;
	top: 50%;
	margin-top: -6px;
	border-left: 0;
	border-bottom: 6px solid transparent;
	border-top: 6px solid transparent;
	border-right: 6px solid #3b3b3b;
}
#menu ul li:first-child a:hover:after {
	border-bottom-color: #04acec;
}
#menu ul ul li:first-child a:hover:after {
	border-right-color: #0299d3;
	border-bottom-color: transparent;
}
#menu ul li:last-child > a {
	-moz-border-radius: 0 0 3px 3px;
	-webkit-border-radius: 0 0 3px 3px;
	border-radius: 0 0 3px 3px;
}
.home {
	padding-left:25px;
	background:		url('../images/graphics/icons.png') transparent no-repeat 4px -478px;
}
/*---------------------------------------------- slider -----------------------------------------------*/

.slideshow {
	overflow:hidden;
	position:relative;
	height:330px;
	margin:0 0 0 0;
	padding:0;
	z-index:90;
	background: #43c5eb;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#43c5eb), to(#2799db));
	background: -webkit-linear-gradient(#43c5eb, #2799db);
	background: -moz-linear-gradient(#43c5eb, #2799db);
	background: -ms-linear-gradient(#43c5eb, #2799db);
	background: -o-linear-gradient(#43c5eb, #2799db);
	background: linear-gradient(#43c5eb, #2799db);
	-pie-background: linear-gradient(#43c5eb, #2799db);
	behavior: url(/PIE.htc);
}
.slider {
	width:100%;
	height:300px;
}
.slider > div {
	width:inherit;
	height:inherit;
	overflow:hidden;
	position:relative;
}
.slider article {
	z-index:10;
	width:30%;
	height:100%;
	color:#fff;
	position:absolute;
	right:0;
	padding:0 10px;
	bottom:0px;
	line-height:16px;
	background:		url('../images/graphics/opacity_black.png') transparent repeat 0 0;
}
.slider h1 {
	color:#fff;
	font-size:20px;
	margin:20px 0;
	line-height:21px;
	padding:0;
	text-decoration:none;
	font-weight:bold;
	padding:10px 0;
}
.slider h1 a {
	color:#fff;
	line-height:24px;
	text-decoration:none;
}
.slider article p {
	color:#fff;
	margin:4px 0;
	padding:10px 0;
	line-height:16px;
}
article h2 {
	font-size:14px;
	margin:5px 0;
	color:#fff;
}
article b {
	font-weight:bold;
	color:#e99425;
}
.arrow {
	position:absolute;
	display:none;
	z-index:5;
	color:#fff;
	font-weight:bold;
	width:20px;
	height:284px;
	cursor:pointer;
	background:		url('../images/graphics/opacity_black.png') transparent repeat 0 0;
}
.left {
	width:230px;
	float:right;
	top:0;
	left:0;
}
.left ul {
	width:auto;
	padding:0;
	margin:50px 10px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;

	border:1px solid #ddd;

	background: #FCFCFC;


	behavior: url(/PIE.htc);
}
.left li {
	margin:0;
	padding:0;
	list-style-type:none;
	text-shadow:0 1px 0 rgba(255, 255, 255, 0.7);
	border-top:1px solid #ddd;
}
.left li:first-child {
border:none;
}
.left a {
display:block;
text-decoration:none;
font-weight:bold;
	padding:14px;
color:#666;
}
.left a:hover {
background: #FCFCFC;
background: -webkit-gradient(linear, 0 0, 0 bottom, from(#FCFCFC), to(#E6E6E6));
background: -webkit-linear-gradient(#FCFCFC, #E6E6E6);
background: -moz-linear-gradient(#FCFCFC, #E6E6E6);
background: -ms-linear-gradient(#FCFCFC, #E6E6E6);
background: -o-linear-gradient(#FCFCFC, #E6E6E6);
background: linear-gradient(#FCFCFC, #E6E6E6);
-pie-background: linear-gradient(#FCFCFC, #E6E6E6);
behavior: url(/PIE.htc);
}
.right {
	width:auto;
	float:left;
	top:0;
	right:0;
	border-right:1px solid #ddd;
}

#next {
	right:0;
}
#prev:hover {
	background:		url('../images/graphics/slider_arrows.png') transparent no-repeat -30px 50%;
}
#next:hover {
	right:0;
	background:		url('../images/graphics/slider_arrows.png') transparent no-repeat 268px 50%;
}
.pager {
	position:absolute;
	padding:0;
	bottom:0px;
	left:0;
	z-index:50;
	width:100%;
	height:30px;
	background:		url('../images/graphics/box_bg.png') #abb5bd no-repeat 0 0;
}
#nav {
	margin: 0 auto;
	padding:0;
	height:30px;
	position:absolute;
	right:10px;
}
#nav li:hover ul {
	opacity: 1;
	visibility: visible;
	margin: 0;
}
#nav li {
	list-style-type:none;
	float:left;
	padding:0;
	margin:0;
	position:relative;
}
#nav li:first-child {
	border:none;
}
#nav li a {
	display:block;
	float:left;
	height:30px;
	width:20px;
	overflow:hidden;
	text-indent:-9999px;
	background:		url('../images/graphics/slidetabs_normal_active.png') transparent no-repeat 0 0;
}
#nav li a img {
	margin:auto;
}
#nav a.activeSlide {
	background:		url('../images/graphics/slidetabs_normal_active.png') transparent no-repeat 0 -30px;
}
.content {

	 background-color: #FFFFFF;
    border: 1px solid #CCCCCC;
    border-radius: 0 0 5px 5px;
	margin:10px;
    padding: 10px;

}

.home-links {
border-bottom: 1px solid #ddd;
}

.home-links h2 {
  color: #4f5459;
    display: table;
    margin: 7px;
    padding: 0;
    width: 100%;
}

.home-links a {
  text-decoration:none;
}


.newsletter {
	margin:0;
	background:		url('../images/graphics/newsletter-bg.png') #f7f7f7 no-repeat 0 0;
}
.newsletter input {
	display: inline-block;
}
.newsletter button {
	display: inline-block;
}
.logos {
	padding:5px 0;
	border-top:1px solid #ddd;
	background-color:#eeeeee;
}
.news-index {
	overflow:auto;
	padding:15px;
	line-height: 21px;
	color: #666666;
	border-top:1px solid #ddd;
	border-bottom:1px solid #ddd;
}
.news-tabs:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}
.news-index a.news-header {
	font-weight:bold;
	font-size:14px;
	clear:both;
	padding:7px 0;
	display:block;
}

.news-index .news-thumb {
display:inline-block;
	margin:5px;
	width:120px;
	vertical-align:top;
}
.news-index .news-summary {
display:inline-block;
width:700px;
vertical-align:top;
}
.news-tabs {
    margin: 0;
    padding: 0;
}
.news-tabs span.tab {
	left:0;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#fff), to(#E8E8E8));
	background: -webkit-linear-gradient(#fff, #E8E8E8);
	background: -moz-linear-gradient(#fff, #E8E8E8);
	background: -ms-linear-gradient(#fff, #E8E8E8);
	background: -o-linear-gradient(#fff, #E8E8E8);
	background: linear-gradient(#fff, #E8E8E8);
	-pie-background: linear-gradient(#fff, #E8E8E8);

	-webkit-border-radius: 4px 4px 0 0;
	-moz-border-radius: 4px 4px 0 0;
	border-radius: 4px 4px 0 0;

	border:1px solid #ccc;
	border-bottom:none;
    float: left;
    list-style: none outside none;
    margin: 0 0.1em 0 0;
    padding: 0;
    position: relative;
    top: 1px;
    white-space: nowrap;

	behavior: url(js/PIE.htc);
}
.news-tabs a {
    color: #868686;
    display: block;
    font-size: 12px;
    font-weight: bold;
    margin: 0;
    outline: medium none;
    padding: 4px 25px;
    text-decoration: none;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}
.news-tabs span.active  {
    color: #5C5C5C;
	background:#fff;
	-pie-background: linear-gradient(#fff, #fff);

}
.news-panel-container {
	font-size:11px;
    background-color: #FFFFFF;
    border: 1px solid #CCCCCC;
    border-radius: 0 0 5px 5px;
    padding: 10px;

}
.news-index h2 {
	padding:5px 0;
	margin:0;
	color:#666666;
}
.news-index p {
	padding:5px 0;
	margin:0;
}
ul.news-list {
	margin:0;
	padding:0;
	list-style-type:none;
}
ul.news-list > li {
	margin:0 0 15px 0;
	padding:10px 0;
	background-image:none;
}
ul.news-list .news-thumb {
	text-align:center;
	margin-right:10px;
	float:left;
}
ul.news-list a.header {
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	text-transform: normal;
	letter-spacing: normal;
	text-decoration:none;
	line-height: 1.4em;
	padding:0;
	color:#7d7d7d;
	margin:0 0 10px 0;
	text-shadow:0 1px 0 rgba(255, 255, 255, 0.8);
}
ul.news-list a.subheader {
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	text-transform: normal;
	letter-spacing: normal;
	text-decoration:none;
	line-height: 1.4em;
	margin:20px 0;
	text-shadow:0 1px 0 rgba(255, 255, 255, 0.5);
}
ul.news-list .summary {
	font-size: 12px;
	line-height:1.6em;
	margin:8px 0;
}

.content h2, .tab-container h2 {
	padding:5px;
	color:#666666;
	border-bottom:1px solid #ccc;
	text-shadow:0 1px 0 rgba(255, 255, 255, 0.7);
}
.grid2 {
	width: 100%;
	margin:0;
	padding:0;
	display:table;
}
.grid2 li {
	margin:0;
	padding:20px 10px;
	display:table-cell;

	float:none;
	list-style-type:none;
	vertical-align:top;
	line-height:18px;
	font-size:11px;
	color:#333;
	border-right: 1px solid #fff;
	-moz-box-shadow: 1px 0 0 #ddd;
	-webkit-box-shadow: 1px 0 0 #dd;
	box-shadow: 1px 0 0 #ddd;
}
.grid2 li:first-child {

}
.grid2 h2 {
 color: #4F5459;
	margin:0;
	padding:0;
	display:table;
	width:100%;
	overflow:auto;
}
.grid2 li:first-child {
	background:none;
}
.grid2 li:last-child {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.box {
	background-color:#abb5bd;
	font-weight:bold;
	text-align:center;
	/*  -moz-box-shadow:inset 0 0 20px #333;
   -webkit-box-shadow:inset 0 0 20px #333;
   box-shadow:inset 0 0 20px #333;*/

background:		url('../images/graphics/box_bg.png') #abb5bd no-repeat 0 0;
}
.ie7 .box, .ie8 .box {
	background:		url('../images/graphics/box_bg.png') #abb5bd no-repeat 0 0;
}
.grid3 {
	margin:0;
	padding:0;
	display:table;
	width:100%;
	overflow:auto;
}
.grid3 li {
	margin:0;
	padding:10px 10px;
	display:table-cell;
	vertical-align:top;
	width:27%;
	list-style-type:none;
	line-height:18px;
	font-size:11px;
	color:#333;
	/*border-left:1px solid #9aa2a9;*/
	border-right:1px solid #ddd;
	text-shadow:0 1px 0 rgba(255, 255, 255, 0.7);
}
.grid3 h2 {
	padding:4px;
	font-size:16px;
	text-align:center;
	margin:0;
	padding:15px 0 15px 10px;
	color:#333;
	text-shadow:0 1px 0 rgba(255, 255, 255, 0.7);
}
.grid3 p {
	height:25px;
	font-size:11px;
}
.grid3 li:first-child {
	background:none;
}
dl.grid2x2 {
	margin:0;
	padding:0;
	display:table;
	width:100%;
	overflow:auto;
}
dl.grid2x2 dd {
	margin:0;
	padding:0 5px 0 5px;
	float:left;
	width:48%;
	min-height:120px;
	border-left:1px solid #ddd;
	border-bottom:1px solid #ddd;
	list-style-type:none;
	line-height:18px;
	font-size:11px;
	color:#333;
	/*border-left:1px solid #9aa2a9;*/
	text-shadow:0 1px 0 rgba(255, 255, 255, 0.7);
}
dl.grid2x2 dd:nth-child(2n+1) {
  border-left:none;
}
dl.grid2x2 dd:nth-child(1n+3) {
   border-bottom:none;
}
dl.grid2x2 dd p {
	padding-left:75px;

}
dl.grid2x2 a {
color:#333;
text-decoration:none;
}
.user {
	background:		url('../images/graphics/icons.png') transparent no-repeat -20px -120px;
}
.faqs {
	background:		url('../images/graphics/icons.png') transparent no-repeat -20px 0px;
}
.marcacao {
	background:		url('../images/graphics/icons.png') transparent no-repeat -20px -235px;
}
.conselhos {
	background:		url('../images/graphics/icons.png') transparent no-repeat -20px -353px;
}
.inquerito {
	background:		url('../images/graphics/icons.png') transparent no-repeat -20px -685px;
}
.piquete {
	padding:5px 0 5px 70px;
	background:		url('../images/graphics/icons.png') transparent no-repeat -25px -510px;
}
.piquete span {
	font-size:15px;
	font-weight:bold;
	color:#333333;
	text-shadow:0 -1px 0 rgba(255, 255, 255, 0.7);
}
.piquete b {
	color:#666666;
	font-size:18px;
	text-shadow:0 -1px 0 rgba(255, 255, 255, 0.7);
}
.piquete p {
	margin:0;
	font-size:11px;
}
#footer {
	clear:both;
	background-color:#1c1c1c;
	padding: 5px;
	color:#CCCCCC;
	position:relative;
	font-size:10px;
}
#footer ul {
	margin:auto;
	padding:0 0;
	margin:0;
}
#footer li {
	padding:0;
	margin:0;
	list-style-type:none;
	float:left;
}
#footer ul.title {
	
	bottom:10px;
	right:10px;
	margin:auto;
	padding:5px 0;
	margin:0;
}
#footer ul.links {
	display: block;
	bottom:10px;
	margin:10px 0 20px 0;
	left:10px;
	padding:5px 0;

}
#footer ul.links li {
	padding:0;
	margin:0 3px 0 0;
	border-left:1px solid #2d2d2d;
	list-style-type:none;
	float:left;
}
#footer ul.links li:first-child {
	border:none;
	padding:0;
}
#footer ul.newsletter {
	position:absolute;
	bottom:10px;
	margin:auto;
	padding:5px 0;
	margin:0;
	right:10px;
}
#footer li a {
	font-size:10px;
	margin:0 4px;
	color:#fff;
	text-decoration:none;
}
#footer ul.newsletter {
	color:#CC3300;
}
#footer li.active a {
	color:#f39500;
}
#footer li.left a {
	color:#CC3300;
}

input, textarea, select {
	background-color: #fff;
	border-color: #D8D8D9;
	border-radius: 4px 4px 4px 4px;
	border-right: 1px solid #ddd;
	border-style: solid;
	border-width: 1px;
	box-shadow: 0 0 4px #ddd inset;
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	margin: 5px 0;
	padding: 7px;
	text-shadow:0 1px 0 rgba(255, 255, 255, 0.3);

}

button, a.button {

	color:#333;
	padding: 8px 10px;
	text-decoration:none;
	font-weight:bold;
	text-shadow: 0 -1px 0 rgba(250, 250, 250, 0.5) !important;
	border:1px solid #ccc;
	border-top:1px solid #fff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background: #E8E8E8;


	-webkit-box-shadow: #ddd 0px 1px 2px;
	-moz-box-shadow: #ddd 0px 1px 2px;
	box-shadow: #ddd 0px 1px 2px;

	position:relative;
}

a.pdf {
	font-size: 12px;
	color:#414751;
}

a.pdf::before {
	display:inline-block;
	content: "PDF";
	padding:2px;
	font-size: 11px;
	margin: 0 5px 0 -5px;
	color:white;
	border-radius: 3px;
	border:1px solid #971111;
	border-top:1px solid #fb4b4b;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.5) !important;
	background: #e90000;

}

dl.contactos {
	float: left;
	margin: 0 20px 10px 0;
	padding: 0;
	height:80px;
	width: 262px;
}
dl.contactos dt {
	color: #666;
	display: block;
	font-size: 1.1em;
	font-weight: bold;
	margin: 0;
	padding: 10px 5px 2px;
}
dl.contactos dd {
	color: #767676;
	font-size: 0.9em;
	line-height: 1.8em;
	margin: 0;
	padding: 1px 5px;
	text-decoration: none;
}
dl.social {
	min-height:120px;
	margin-bottom:45px;
}
dl.social dt {
font-weight:bold;
}
dl.social dd {
	margin:0;
	padding:0;
}
ul.servicos {
	margin: 0;
	padding: 0;
	list-style-type:none;
}
ul.servicos li {
	width:46%;
	display:inline-block;
	color: #969696;
	font-weight: bold;
	line-height: 24px;
	margin: 10px 10px 10px 0;
	min-height: 60px;
	padding: 10px;
	position: relative;
	background-image:none;

	vertical-align:middle;
}
ul.servicos li a {
	font-size:14px;
	color:#737373;
	text-decoration:none;
}
ul.servicos li span {
	float:left;
	margin-right:15px;
}
ul.servicos li img {
	border:1px solid #ddd;
}
ul.cat li {
	padding:0;
	margin:0 !important;
	padding:15px 0 0 0 !important;
	height:120px;
	border-top:1px solid #ddd;
}
ul.cat li:first-child {
	border:none;
}
ul.cat .thumb {
	float:left;
	margin-right:15px;
}
ul.cat .thumb div {
	width:140px;
	height:105px;
	overflow:hidden;
}
ul.cat .title {
	float:left;
	color:#666;
	font-size:14px;
}
ul.gallery {
	padding:0;
	margin:20px 0;
}
ul.center li {
	text-align:center;
}
ul.gallery li {
	list-style-type:none;
	margin:0;
	padding:0;
	display:inline-block;
}

ul.videos li {
	overflow:auto;
	margin:0 0 20px 0;
	padding:0;
}
ul.videos div.thumb {
	height:100px;
	width:120px;
	float:left;
	margin-right:30px;
}
ul.videos dd {
	font-size:11px;
}
ul.videos dt {
	color:#666;
	font-size:14px;
	font-weight:bold;
}
#map {
	width:100%;
	height:550px;
	margin:0px;
	position:relative;
}
.infowindow {
	height:200px;
	width:450px;
	font-size:11px;
}
.infowindow ul {
	list-style-type:none;
}
.arrow-right {
	float:right;
	margin:2px 2px 0 6px;
	width: 0;
	height: 0;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	border-left: 5px solid orange;
}
.alerta {
	background-color: #EEDC94;
	background-image: -moz-linear-gradient(center top, #FCEEC1, #EEDC94);
	background-repeat: repeat-x;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	border-radius: 4px 4px 4px 4px;
	border-style: solid;
	border-width: 1px;
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.25) inset;
	color: #404040;
	padding: 7px 14px;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	list-style-type:none;
}
.erro, table.default tr.erro td {
	background-color: #fff6bc;
}
dl.list {
	width:100%;
	margin:0;
	padding:0;
	color:#6f6f6f;
}
dl.list dt {
	margin:14px 0 0 0;
	padding:5px;
	font-weight:bold;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background: #dadada;
	behavior: url(/PIE.htc);
}
dl.list dd {
	padding:4px 0;
	margin:6px 0;
	line-height:18px;
}
ol.faqs {
	list-style-type:upper-alpha;
}
ol.faqs ul {
	margin:0;
	padding:0;
}
ol.faqs ul li {
	margin:0;
	line-height:19px;
}
.tab-container {
	position:relative;
	margin: 0;
	padding: 0;
}
.etabs {
	margin: 0;
	padding: 0;
	width:200px;
	float:left;
	/*
		-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 0 5px;
	*/
		border: solid 1px #ccc;
	border-right:none;
}
.etabs:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}
span.tab {
display:block;
width:auto;
    list-style: none outside none;
    position: relative;
    left: 1px;
    white-space: nowrap;


	background-color:#ebebeb;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#FFFFFF), to(#E8E8E8));
	background: -webkit-linear-gradient(#FFFFFF, #E8E8E8);
	background: -moz-linear-gradient(#FFFFFF, #E8E8E8);
	background: -ms-linear-gradient(#FFFFFF, #E8E8E8);
	background: -o-linear-gradient(#FFFFFF, #E8E8E8);
	background: linear-gradient(#FFFFFF, #E8E8E8);
	margin: 0;
    padding: 0;
	behavior: url(js/PIE.htc);
}
.ie8 .etabs {

}
.ie8 .etabs span {
	width:auto;
	position:relative;
}
.etabs a {
	display: block;
	color:#868686;
	font-weight:bold;
	padding:10px 10px;
	margin:0;
	border-bottom:1px solid #ddd;
	border-right:1px solid #ddd;
	outline: none;
	text-decoration:none;
	font-size:12px;
	text-shadow:0 1px 0 rgba(255, 255, 255, 0.8);
}

.etabs span:hover {
	background: #fff;
}
.etabs span.selected-tab {
	background: #fff;
}
.etabs span.selected-tab a {
	color:#5c5c5c;
	border-right:1px solid white;
}
#tab-container .tab {
	border: solid 1px #ddd;
	padding:15px;
	background-color:#fff;
}
.panel-container {
	width: 750px;
	min-height:400px;
	float:right;
	padding:10px;
	line-height:20px;
	border: solid 1px #ccc;
	-webkit-border-radius: 0 0 5px 5px ;
	-moz-border-radius: 0 0 5px 5px ;
	border-radius: 0 0 5px 5px ;
	background-color:#fff;
}
.accordion h3 {
	display:block;
	width:auto;
	cursor:pointer;
    list-style: none outside none;
    position: relative;

	padding:0;
	margin: 0 0 2px 0;
	border: solid 1px #ccc;
	border-bottom:none;
	background: #333333;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#333333), to(#222222));
	background: -webkit-linear-gradient(#333333, #222222);
	background: -moz-linear-gradient(#333333, #222222);
	background: -ms-linear-gradient(#333333, #222222);
	background: -o-linear-gradient(#333333, #222222);
	background: linear-gradient(#333333, #222222);
	-pie-background: linear-gradient(#333333, #222222);
	behavior: url(js/PIE.htc);
}
.accordion h3 a {
	font-size:12px;
	color:#999999;
	padding:7px 7px 7px 30px;
	display:block;
	text-decoration:none;
	font-weight:normal;
	background:		url('../images/graphics/accordion.png') transparent no-repeat 0 3px;

}
.accordion h3:hover a{
	color:#ddd;
}
.accordion h3.active a {
	color:#ddd;
	background:		url('../images/graphics/accordion.png') transparent no-repeat 0 -68px;

}
.accordion > div {
	padding:10px;
	border: solid 1px #ccc;
	border-bottom:none;
}

#faturas {
height:100%;
}
.fatura-tabs {
	display:table;
	clear:both;
}
.fatura-container {
clear:both;
	height:auto;
}
.fatura {

	position:relative;
	border:1px solid #ccc;
}
.fatura img {

}
.fatura-tabs span {
	display:table-cell;
	position:relative;
	z-index:99;
	background-color:#ddd;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#fff), to(#E8E8E8));
	background: -webkit-linear-gradient(#fff, #E8E8E8);
	background: -moz-linear-gradient(#fff, #E8E8E8);
	background: -ms-linear-gradient(#fff, #E8E8E8);
	background: -o-linear-gradient(#fff, #E8E8E8);
	background: linear-gradient(#fff, #E8E8E8);

	-webkit-border-radius: 4px 4px 0 0;
	-moz-border-radius: 4px 4px 0 0;
	border-radius: 4px 4px 0 0;

	border:1px solid #ccc;
	border-bottom:none;
    float: left;
    list-style: none outside none;
    margin: 0 0.1em 0 0;
    padding: 0;
    top: 0px;
    white-space: nowrap;
}
.ie7 {
display:inline-block;
}
.fatura-tabs a {
    color: #868686;
    display: block;
    font-size: 12px;
    font-weight: bold;
    margin: 0;
    outline: medium none;
    padding: 6px 28px;
    text-decoration: none;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}
.fatura-tabs span.active  {
    color: #5C5C5C;
	background:#fff;
	top: 1px;
	-pie-background: linear-gradient(#fff, #fff);
}

.areashape {
	display:block;
	cursor:pointer;
	width:12px;
	height:12px;
	font-size:10px;
	padding:0px;
	text-align:center;
	background-color:#1892e8;
	border:1px solid #6499a8;
	position:absolute;

	text-indent:-9999px;
	font-weight:bold;

	-webkit-border-radius: 38px;
	-moz-border-radius: 38px;
	border-radius: 38px;

	-webkit-box-shadow: #c6c6c6 0px 2px 3px;
	-moz-box-shadow: #c6c6c6 0px 2px 3px;
	box-shadow: #c6c6c6 0px 2px 3px;

}
.areashape:hover {
	background-color:#1d677c;
	color:#fff;
}

.label {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding:2px 4px;
	margin:0 4px;
	color:#333;
	font-size:11px;
}

.label.com {
	background:#abd6fb;
}

.label.ord {
	background:#febf87;
}

#tooltip{
	position:absolute;
	border:1px solid #333;
	background:#f7f5d1;
	padding:2px 5px;
	color:#333;
	display:none;
	}

/*-------------accordion----------------------*/
ul.accordion {

list-style-type: none;
margin: 0;
padding: 0;
}
	ul .inner {
  padding-left: 1em;
  overflow: hidden;
  display: none;
}
ul .inner.show {
  /*display: block;*/
}
ul li {
  margin: .5em 0;
}
ul li a.toggle {
  width: 100%;
  display: block;
  background: rgba(0, 0, 0, 0.78);
  color: #fefefe;
  padding: .75em;
  border-radius: 0.15em;
  transition: background .3s ease;
}
ul li a.toggle:hover {
  background: rgba(0, 0, 0, 0.9);
}
