@charset "utf-8";
/* CSS Document */

body{
	height:100%;
	width:100%;
	background-color:#FFF;
	background-image:url(../images/bg.png);
	background-position:top left;
	background-repeat:repeat-x;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #231f20;
	margin:auto;
	padding:0;
}
#wrapper {
	width: 900px;
	position:absolute;
	left:50%;
	top:20px;
	margin:0 0 0 -450px;
	padding: 0;
}
/*-------------------------------------slideshow*/
#slideshow {
	width: 900px;
	height:191px;
	position:relative;
	margin:0 0 0 0;
	padding: 0;
	float:left;
}
#slideshow-img {
	background-image:url(../images/slideshow.png);
	background-position:top left;
	background-repeat:no-repeat;
	width: 900px;
	height:191px;
	margin:0 0 0 0;
	padding: 0;
	z-index:1000 !important;
	position:absolute;
	top:0;
	left:0;
}
/*-------------------------------------menu*/
#menu {
	width: 681px;
	height:25px;
	margin:0 0 0 0;
	padding: 20px 0 0 0;
	text-align:center;
	float:right;
}
#menu #button{
	display:inline;
	height:57px;
	margin:0 0 0 0;
	padding: 0 18px 0 18px;
	text-align:center;
	color:#999;
	text-decoration:none;
	font-weight:bold;
	text-transform:uppercase;
}
#menu #button a:link{
	color:#FFF;
	text-decoration:none;
	}
#menu #button a:visited{
	color:#FFF;
	text-decoration:none;
	}
#menu #button a:hover{
	color:#999;
	text-decoration:none;
}
#menu #button a:active{
	color:#999;
	text-decoration:none;
}
/*-------------------------------------sidebar*/
#sidebar {
	width: 219px;
	height:100%;
	margin:0 0 0 0;
	padding: 0 0 0 0;
	float:left;
}
#logo {
	width: 219px;
	height:120px;
	margin:0 0 0 0;
	padding: 0 0 0 0;
	background-image:url(../images/logo.png);
	background-position:top left;
	background-repeat:no-repeat;
}
#contacts {
	width: 219px;
	height:139px;
	margin:0 0 0 0;
	padding: 0 0 0 0;
	background-image:url(../images/contacts.png);
	background-position:top left;
	background-repeat:no-repeat;
	text-align:center;
}
#contacts p{
	color:#FFF;
	font-size:17px;
	margin:0 0 0 0;
	padding: 15px 0 5px 0;
	display:inline-block;
}
#dificult{
	width:219px;
	padding:10px 0 10px 0;
	margin:auto;
}
#dificult p{
	color:#44916b;
	font-size:19px;
	line-height:10px;
	font-style:italic;
	padding:0 5px 0 5px;
}
/*-------------------------------------main*/
#main {
	width: 681px;
	height:100%;
	margin:0 0 0 0;
	padding: 25px 0 0 0;
	float:right;
}
#main p{
	margin:0 0 0 0;
	padding: 0 0 0 0;
	list-style:none;
	color:#999;
	text-decoration:none;
	line-height:0;
	text-align:right;
}
#main p a:link{
	color:#666;
	text-decoration:none;
	}
#main p a:visited{
	color:#666;
	text-decoration:none;
	}
#main p a:hover{
	color:#047cc1;
	text-decoration:none;
}
#main p a:active{
	color:#047cc1;
	text-decoration:none;
}
#main ul{
	margin:0 0 0 0;
	padding: 0 0 0 0;
	display:inline;
}
#main li{
	margin:0 0 0 0;
	padding: 0 0 0 22px;
	list-style:none;
	color:#000;
	line-height:1.6;
}
#main li .mission{
	margin:0 0 0 0;
	padding: 0 0 0 32px;
	color:#000;
}

#main-team{
	width: 649px;
	height:100%;
	margin:0 0 0 0;
	padding: 0 0 0 12px;
}
/*-------------------------------------products*/
#products {
	width: 641px;
	height:100%;
	margin:0 0 0 0;
	padding: 25px 20px 0 20px;
	float:right;
}
/*-------------------------------------links*/
#links {
	width: 681px;
	height:100%;
	margin:0 0 0 0;
	padding: 15px 0 0 0;
	float:right;
}
.pass {
	float: left;
	height: 27px;
	width: 340px;
	margin:0;
	padding:10px 0 0 170px;
}
/*-------------------------------------contacts*/
#contactos {
	width: 681px;
	height:100%;
	margin:0 0 0 0;
	padding: 25px 0 0 0;
	float:right;
}
#contactos p .mail{
	margin:0 0 0 0;
	padding: 0 0 0 0;
	color:#666;
	text-decoration:none;
}
#contactos a:link{
	color:#666;
	text-decoration:none;
	}
#contactos a:visited{
	color:#666;
	text-decoration:none;
	}
#contactos a:hover{
	color:#047cc1;
	text-decoration:none;
}
#contactos a:active{
	color:#047cc1;
	text-decoration:none;
}
/*-------------------------------------footer*/
#footer {
	width: 900px;
	height:30px;
	margin:0 0 0 0;
	padding: 25px 0 0 0;
	float:left;
	background-image:url(../images/footer-bg.png);
	background-position:bottom left;
	background-repeat:no-repeat;
}
#footer p{
	margin:0 0 0 0;
	padding: 9px 0 0 0;
	text-align:center;
	color:#FFF;
	font-size:10px;
}