﻿html, body {
	margin: 0;
	padding: 0;
	background: url(img/bg.jpg) top left repeat-x;
	background-color: #eee;
	font-family: arial;
	font-size: 9pt;
	color: #333;
}

img { border: 0; }

a:link,
a:visited,
a:focus,
a:active {
	color: #900;
}
a:hover {
	color: #c00;
}

p {
	text-align: justify;	
}

h1, h2, h3 {
	color: #004b8c;
	padding: 0;	
}

h1 {
	font-size: 14pt;
	margin: 15px 0;
	margin-bottom:0;
}

h2 {
	font-size: 12pt;
	margin: 10px 0;
}

li {
	padding-top: 3px;
	padding-bottom: 3px;	
}


/* Structure */
#cont {
	border: 0;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	width: 900px;
	margin: 0 auto;
	background-color: #fff;	
}

#cont .head {
	height: 22px;
	background-image: url(img/bg-head.gif);
}

#lang {
	float: right;
	height: 22px;
	padding: 0 20px;
	margin: 0;
	list-style: none;
	background-image: url(img/bg-head-lang.gif);
}

#lang li {
	float: left;
	margin: 0 10px;
	margin-top: 5px;
	padding: 0;
}

#lang li a {
	display: block;
	height: 11px;
	width: 16px;
	background-position: bottom left;	
}

#lang li a:hover, #lang li a.active {
	background-position: top left;
}

#lang li a.br {	background-image: url(img/br-flag.png); }
#lang li a.us {	background-image: url(img/us-flag.png); }
#lang li a.sp {	background-image: url(img/sp-flag.png); }

#cont .menu {
	height: 35px;
	background-image: url(img/bg-menu.jpg);
}

#cont .sh {
	height: 15px;
 	background: top center no-repeat url(img/bg-body-sh.jpg);	
}

#cont .intro, #cont .intro .bg {
	height: 165px;
	position: relative;
}

#cont .intro .bg .logo {
	position: absolute;
	top: 25px;
	left: 15px;
}

#intro-home		{	background-image: url(img/bg-intro-home.jpg); }
#intro-services	{	background-image: url(img/bn-services.jpg); }
#intro-company	{	background-image: url(img/bn-company.jpg); }
#intro-support	{	background-image: url(img/bn-support.jpg); }
#intro-products	{	background-image: url(img/bn-products.jpg); }
#intro-partners	{	background-image: url(img/bn-partners.jpg); }
#intro-customers	{	background-image: url(img/bn-customers.jpg); }
#intro-solutions	{	background-image: url(img/bn-solutions.jpg); }

#cont .bdy, #cont .bdy-home {
	min-height: 360px;
	height: auto !important;
 	height: 360px;
 	padding: 15px 35px;
 	background-image: url(img/bg-body.jpg);
}

#esquema {

}

#news {
	float: right;
	width: 189px;	
}

#news .lntop {
	height: 62px;
	background: url(img/home-latest-news.jpg) top left no-repeat;
	text-indent: -999em;	
}

#news .lnbg {
	background: url(img/home-latest-news-bg.jpg) top left repeat-y;
}

#news .lnbg div {
	
	width: 150px;
	margin: 0 auto;
	
}

#news .lnbottom {
	height: 9px;
	background: url(img/home-latest-news-bottom.jpg) top left no-repeat;
}

#news ul {
	width: 177px;
	height: 300px;
	/*border: 1px solid blue;*/
	margin: 0 auto;	
	padding: 15px 0;
	list-style-type: none;
	overflow: auto;
}

#news ul li {
	font-size: 7pt;
	color: #999;
	padding: 0;
	padding-bottom: 5px;
	margin: 0 5px;	
}

#news ul li a {
	display: block;
	font-size: 8pt;
	margin-bottom: 15px;
	text-decoration: none;
	color: #333;
}

#news ul li a:hover {
	color: #000;
	text-decoration: underline;	
}

#cont .foot {
	padding: 4px 10px;
	font-size: 8pt;
	color: #666;
	text-align: right;
	background-color: #f6f6f6;
	border: 0;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

#logo {
	margin: 5px 0 0 40px;	
}

/* Menu */

#nav, #nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
	position: absolute;
	z-index: 1;
}

#nav a {
	display: block;
	font-size: 13px;
	padding: 11px;
	text-align: center;
	color: #fff;
	text-decoration: none;
}

#nav li {
	float: left;
	width: 100px;
	padding: 0;
	background: url(img/bg-menu-sep.gif) top right no-repeat;
}

#nav li:hover, #nav li.sfhover {
	background: url(img/bg-menu-a.gif) top left no-repeat;
}

#nav li:hover a, #nav li.sfhover a {
	color: #000;	
}

#nav li ul {
	position: absolute;
	width: 185px;
	left: -999em;
	border: 1px solid #eee;
	border-top: none;
}

#nav li ul li {
	width: 100%;
	height: auto;
	background: #fff;
}

#nav li ul li a {
	color: #000;
	text-align: left;
	padding: 7px 11px;
	border-bottom: 1px solid #eee;
	color: #000;
}

#nav li ul li a.ind {
	padding-left: 20px;
}

#nav li ul li span {
	display: block;
	/*background-color: #eaeaea;*/
	font-weight: bold;
	text-align: left;
	padding: 7px 11px;
	border-bottom: 1px solid #eee;
	color: #000;
}

#nav li ul li a:hover {
	background-color: #eee;
	color: #000;
}

#nav li ul li:hover, #nav li ul li.sfhover {
	border: 0;
	background: none;
	background-color: #fff;

}

#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
}

#nav li ul li.t, #nav li ul li.close {
	height: 2px;
	font-size: 2px;
	line-height: 2px;
	padding: 0;
	margin: 0;
	background: url(img/bg-menu-t.gif) top right no-repeat;
}

#nav li ul li.close {
	background: url(img/bg-menu-close.gif) top right no-repeat;
}

#nav li ul li.b, #nav li ul li.b div {
	height: 4px;
	font-size: 4px;
	line-height: 4px;
	padding: 0;
	margin: 0;
	background: none;
	background: url(img/bg-menu-b.gif) top left no-repeat;
	border: 0;
}

#nav li ul li.b div {
	background: url(img/bg-menu-b-div.gif) top right no-repeat;
}
.fotos {
	display:block;
	float:right;
	border:1px solid #000099;
	margin-left:15px;
	margin-bottom:10px;
}
.fotos2 {
	display:block;
	float:left;
	border:1px solid #000099;
	margin-right:10px;
	margin-bottom:10px;
}
#head-synth {
	padding-top:15px;}
#logo-synth{
	display:block;
}
#idiomas {
	float:right;
	width:104px;
	height:30px;
	margin: 5px 15px 0 0;
}
#sp-flag-sel {
	float:left;
	background:url(img/sp-flag.png) bottom left no-repeat;
	height:27px;
	width:32px;
}
#sp-flag {
	float:left;
	background:url(img/sp-flag.png) top left no-repeat;
	height:27px;
	width:32px;
}
#sp-flag:hover {
	background:url(img/sp-flag.png) bottom left no-repeat;
}
#br-flag-sel {
	float:left;
	background:url(img/br-flag.png) bottom left no-repeat;
	height:27px;
	width:32px;
}
#br-flag {
	float:left;
	background:url(img/br-flag.png) top left no-repeat;
	height:27px;
	width:32px;
}
#br-flag:hover {
	background:url(img/br-flag.png) bottom left no-repeat;
}
#us-flag-sel {
	float:left;
	background:url(img/us-flag.png) bottom left no-repeat;
	height:27px;
	width:32px;
}
#us-flag {
	float:left;
	background:url(img/us-flag.png) top left no-repeat;
	height:27px;
	width:32px;
}
#us-flag:hover {
	background:url(img/us-flag.png) bottom left no-repeat;
}

.sidebdy {
	margin-left: 248px;
	margin-top: 30px;
}

#sidebar {
	float: left;
	height: 279px;
	width: 239px;
	position: relative;
	z-index: 0;
	left: -20px;
	margin-top: 13px;
	background: url(img/bg-sidebar.jpg) top left no-repeat;
}

#sidebar ul {
	list-style: none;
	padding: 0;
	margin: 33px 14px 10px 37px;
}

#sidebar ul li {
	padding: 6px 0;
	padding-left: 15px;
	margin: 0;
	background: url(img/bull-sidebar.gif) center left no-repeat;
	color: #004b8c;
	font-size: 10pt;
	font-weight: bold;
}

/* News */

.news {
	margin-top: 20px;	
}

.news p {
	margin: 15px 0;
	padding: 0;
	font-weight: normal;
	color: #666;
}

.news span {
	margin-right: 40px;
}

.news_tall {
	float: left;
	margin: 0 40px 20px 0;
}

.news_wide {
	text-align: center;
	margin-bottom: 30px;	
}


.news_wide img {
	border: 12px solid #fff;
}
