@charset "utf-8";
/* CSS Document 
****************RESET********************/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ul, li, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	border:0;
	font-family:inherit;
	font-size:100%;
	font-style:normal;
	font-weight:inherit;
	margin:0;
	outline:0;
	padding:0;
	vertical-align:baseline;
}
:focus {
	outline:0;
}
* {
	margin:0;
	padding:0;
}
ul {
	list-style:none;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
caption, th, td {
	font-weight:400;
	text-align:left;
}
blockquote:before, blockquote:after, q:before, q:after {
	content:"";
}
blockquote, q {
	quotes:"" "";
}
/*****************RESET********************/
html, body {
	height:100%;
}
body {
	background:url(../img/bg.jpg) repeat-x left top;
	color:#223;
	font:normal 90% Arial, Helvetica, sans-serif;
	line-height:1;
}
#container {
	margin:0 auto;
	width:980px;
}
#header {
	height:120px;
	position:relative;
}
#header .logo {
	height: 33px;
	left: 0;
	position: absolute;
	top: 40px;
	width: 280px;
}
#header .logo a {
	background: url(../img/logo.png) no-repeat;
	display: block;
	height: 33px;
	overflow: hidden;
	text-indent: -5000px;
	width: 280px;
}
#header .servicesmenu {
	margin: 0;
	padding: 0;
	position: absolute;
	top: 2px;
	right: 10px;
	text-align: right;
}
#header .servicesmenu li {
	display: inline;
}
#header .servicesmenu li a {
	color: #fff;
	text-decoration: none;
	padding: 0 10px;
	border-left: 1px solid #669;
	font-size: 11px;
}
#header .servicesmenu a.webmail {
	background: url(../img/webmail.png) no-repeat 5px center;
	padding-left: 25px;
}
#header .topmenu {
	margin:0;
	padding:0;
	position:absolute;
	right:0;
	top:53px;
}
#header .topmenu li {
	display:inline;
	list-style:none;
	margin:0;
	padding:0;
}
#header .topmenu li a {
	background:url(../img/tab_left.jpg) no-repeat;
	color: #fff;
	display: table-cell;
	float: left;
	font-size: 13px;
	text-transform: uppercase;
	font-stretch: extra-condensed;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
}
#container #header .topmenu li a:hover {
	background: url(../img/tab_hover_left.jpg) no-repeat;
}
#header .topmenu li a span {
	background: url(../img/tab_right.jpg) no-repeat right top;
	display: block;
	height: 22px;
	padding: 20px 19px;
}
#header .topmenu li a:hover span {
	background: url(../img/tab_hover_right.jpg) no-repeat right top;
}
#container #header .topmenu li a.current {
	background: url(../img/tab_act_left.jpg) no-repeat;
}
#header .topmenu li a.current span {
	background: url(../img/tab_act_right.jpg) no-repeat right top;
}
#page {
	clear:both;
	display:table;
	background: url(../img/bg_pgs.png) repeat-y;
}
#page.home {
	background: none;
}
.row {
	display:table-row;
}
#col_left {
	display:table-cell;
	float:left;
	width:270px;
}
#col_right {
	display:table-cell;
	float:right;
	margin-left:20px;
	width:677px;
}
#col_right .img_header img,
#col_right .img_header embed ,
#col_right .img_header object {
	margin-bottom: 10px;
}
#footer {
	background:url(../img/bg_footer.png) repeat-x;
	clear:both;
	color:#fff;
	display:table;
	font-size:10px;
	height:100px;
	width:100%;
}
#footer a {
	color:#fff;
}
#footer a:hover {
	color:#999;
}
#footer .content {
	margin:0 auto;
	padding:10px 0;
	width:940px;
}
#footer .footer_menu {
	float:left;
	margin: 10px 0 0 0;
	padding:0;
}
#footer .footer_menu li {
	display:inline;
	list-style:none;
}
#footer .footer_menu a {
	margin:0 10px 0 0;
	text-decoration:none;
	text-transform:uppercase;
}
#footer .footer_menu a.webmail {
	background: url(../img/webmail.png) no-repeat 5px center;
	padding-left: 25px;
}
#footer a.iso9001, #footer a.registrar {
	background:url(../img/iso9001.png) no-repeat right center;
	color:#f0f0f0;
	display: block;
	margin: 0 0 0 30px;
	padding:15px 65px 15px 0;
	text-align:right;
	text-decoration:none;
	vertical-align:middle;
	float:right;
}
#footer a.registrar {
	padding:15px 55px 15px 0;
	background:url(../img/ico_registrar.png) no-repeat right center;
}
.copy {
	clear:both;
	color:#999;
	padding-top: 20px;
}
#extras {
	clear:both;
	padding: 10px 0;
}
#extras2 {
	clear:both;
	padding: 10px 0 0 0;
}
#header_print,
#footer_print {
	display: none;
}

