html,body {
	width: 100%;
	height:100%;
}

body {
	padding: 0;
	margin:0;
	background:#dedede;
}

body, td, p, div, form, input, textarea, select {
	color: #333;
	font: 12px/18px "Trebuchet MS", Trebuchet, Arial, sans-serif;
}

body#specialbody {
	background-color:#f8f8f8;
}

#header table td img {
	display:block;
}
table, img {
	border: 0;
}

blockquote {
	margin-left: 18px;
	border-left: 10px solid #eee;
	padding-left: 14px;
	margin-top: 18px;
}

form {
	display: inline;
}

input, textarea {
	margin-bottom: 2px;
	border: 1px solid #666;
}

input:focus, textarea:focus {
	border: 1px solid #f90;
}

a:link { color: #F7933A; text-decoration: none }
a:visited { color: #F7933A; text-decoration: none }
a:hover { color: #333; text-decoration: none }
a:active { color: #333; text-decoration: none }

h3 {
	color: #333;
	font: bold 18px 'Trebuchet MS', Trebuchet, Arial, helvetica, sans-serif;
	margin: 20px 0 14px 0;
}
h4 {
	color: #666;
	margin:0;
	padding:0;
	font: bold 14px 'Trebuchet MS', Trebuchet, Arial, helvetica, sans-serif;
}

.style1{ font-size:10px; }
.style2{ font-size:11px; }
.style3{ font-size:12px; }
.style4{ font-size:14px; }
.style5{ font-size:18px; }

#header {
	width: 760px;
	height: 93px;
	background-color: #fff;
	border-top: 10px solid #dedede;
	padding-left: 28px;
}

#header2 {
	width: 760px;
	height: 93px;
	border-top: 10px solid #f8f8f8;
	padding-left: 28px;
}

#header h2 {
	display:none;
}

h2 { 
	font-size:18px; 
	font-weight:normal;
	color:#333;
}

#wrapper {
	position:relative;
	width:788px;
	padding:0;
	margin:0 auto;
	min-height:100%;
	overflow:hidden;
	background:#fff url(../img/triangle3.gif) no-repeat left bottom;
}

#wrapper2 {
	width: 788px;
	padding: 0 0 20px 0;
	margin: 0;
	background-image:url(../img/fondo.jpg);
	background-repeat:no-repeat;
	background-position:center;
}

#columns {
	clear:both;
	overlow:hidden;
	padding-bottom:140px;
}

#content {
	width:450px;
	float:left;
	padding:20px 0 100px 28px;
	text-align:justify;
}

#content h2 {
	margin-top: 20px;
	margin-bottom: 18px;
}

#content h3 {
	font-weight: bold;
}
#flashcontent {
	position: absolute;
	top: 124px;
}
#spacer {
	padding: 62px;
}
/* sidebar */

#sidebar {
	width: 250px;
	margin: 0 0 0 510px;
	padding-top: 20px;
}

#menu {
	width:100%;
	margin-top:0; /* El primer infobox debe ser una excepcion */
	margin-bottom: 12px;
}

#menu ul {
	margin:0;
	padding: 0;
}

#menu ul li {
	padding: 0;
	margin-bottom: 1px;
	list-style: none;
	text-transform:lowercase;
}

#menu a:link,#menu a:visited {
	display: block;
	background-color: #eee;
	border-left: 3px solid #666;
	padding-left: 8px;
	color: #666;
	font: bold 14px 'Trebuchet MS', Trebuchet, Arial, sans-serif; 
	height: 22px;
	padding-top: 5px;
}

#menu a:hover {
	background-color: #ccc;
	color: #fff;
	border-left: 3px solid #F7933A;
}

#menu a:link.act, #menu a:visited.act {
	color: #fff;
	border-left: 3px solid #f7933a;
	background-color: #999;
}

/* sidebar: search */

#search {
	margin-bottom: 10px;
}

#search img {
	margin-bottom: 5px;
}

#search input {
	width: 165px;
}

#search input#btnsearch {
	width: 75px;
}

/* sidebar: contact 

#contact {
	background: url(../img/contact.gif) no-repeat;
}
*/

#contact_form input { 
	width:270px;
}
#contact_form textarea { 
	width:320px;
	height:150px;
}
#contact_form input.enviar {
	width:100px;
	padding:2px;
}

#sidebar #contact, #sidebar #resret {
	width:100%;
}

#sidebar div h3 {
	display:none;
}

#sidebar div#contact h3 { 
	font-weight:bold;
	display:block;
}

#sidebar div p {
	margin-top: 0;
}

#resret p, #contact p {
	color: #999;
}

/* sidebar: infoboxes */

.infobox a:link, .infobox a:link { 
	text-decoration: none;
	margin:0;
}

.infobox a:visited, .infobox a:visited { 
	text-decoration: none;
	margin:0;
	color: #F7933A;
}

.infobox a:hover, .infobox a:hover {
	text-decoration: none;
	background-color:#eee;
	margin:0;
}

.infobox a:active, .infobox a:active {
	text-decoration: none;
	margin:0;
}

.infobox img {
	margin-bottom: 10px;
}

/*

.all {
	text-align: right;
	display: block;
	padding-right: 4px;
}

 sidebar: pdf's 

#pdfs a {
	display: block;
	margin: 0 0 4px 0;
	background-image: url(../img/pdf.gif);
	background-repeat: no-repeat;
	padding-left: 20px;
}

sidebar: separation lines */

.separador {
	width: 450px;
	height: 5px;
	background: url(../img/linea_larga.gif) no-repeat;
	margin-top:20px;
}

.miniseparador {
	display:block;
	width: 250px;
	height: 5px;
	background: url(../img/linea_corta.gif) repeat-x;
	margin-bottom: 14px;
}

.separador hr, .miniseparador hr, h3 span, h4 span {
	display:none;
}

/* expandable areas */

ul.inner {
	margin-left: 20px;
}

.expanded { background-color:#fff; }
.ghost { display: none; }

/* footer 

#ft {
	clear: both;
	margin: 0 0 10px 80px;
}

/* hacks */

#footer {
	position:absolute;
	left:0;
	bottom:40px;
	height:20px;
	
	padding:60px 0 0 65px;
	font:normal 10px Trebuchet MS, Trebuchet, Arial, sans-serif;	
	margin:0 auto;
	width: 740px;
	border:0;
}

#footer a:link,#footer a:visited {
	color:#333;
	text-decoration:none;
}
#footer a:hover {
	color:#f7933a;
	text-decoration:none;
}


#fixer {
	clear: both;
}

/* classes */

.greybanner {
	margin: 5px 0;
}

.fullwidth {
	width: 250px;
	font-size: 10px;
}

.country {
	font: bold 18px 'Trebuchet MS', Trebuchet, Arial, sans-serif;
	letter-spacing: -0.5px;
	color: #333;
}

.bordered {
	border: 1px solid #f90;
	background-color: #eee;
	cursor:pointer;
	background-image: url(../img/miniback.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
	padding: 1px 18px 0 8px; 
	margin-bottom:3px;
	min-height:30px; height:auto !important; height:30px;
}

.borderoff {
	border: 1px solid #eee;
	background-color: #eee;
	cursor:pointer;
	background-image: url(../img/miniback.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
	padding: 1px 18px 0 8px; 
	margin-bottom:3px;
	min-height:30px; height:auto !important; height:30px;
}

.bordered2 {
	border: 1px solid #f90;
	background-color: #eee;
	cursor:pointer;
	padding: 1px 18px 0 8px; 
	margin-bottom:3px;
}

.borderoff2 {
	border: 1px solid #eee;
	background-color: #eee;
	cursor:pointer;
	padding: 1px 18px 0 8px; 
	margin-bottom:3px;
}

.element, .element_orange { 
	display:block; 
	border:1px solid #eee; 
	padding: 1px 18px 0 8px; 
	margin: 0 0 4px 0;
	background-color: #eee;
}

.element_orange { 
	background-image: url(../img/miniback.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
}

a.element:hover { 
	border: 1px solid #fc0;
}

a.element_orange:hover { 
	border: 1px solid #fe9500;
}

a.element_orange:link, a.element:link {
	color:#333;
	font-size:12px;
}

a.element_orange span, a.element span {
	display:block;
	margin: 10px 10px 18px 47px;
	color:#333;
}

#greybox {
	background-color: #eee;
	background-image: url(../img/miniback.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
	padding: 14px 14px 4px 19px;
	margin-bottom: 10px;
}

#greybox img {
	margin-top:6px;
	margin-bottom: 6px;
}

#greybox h4 {
	margin-top: 0;
	font: normal 12px 'Trebuchet MS', Trebuchet, Arial, sans-serif;
}

#greybox a, #greybox ul li {
	font: 12px/16px 'Trebuchet MS', Trebuchet, Arial, sans-serif;
}

#greybox ul {
	margin-top: 12px;
	margin-bottom: 18px;
}

#greybox p#Uph {
	background-image: url(../img/icons/icon_upholstery.gif);
	background-repeat:no-repeat;
	height: 19px;
	padding-left: 30px;
	padding-top: 2px;
}

.application {
	background-repeat:no-repeat;
	height: 19px;
	padding-left: 30px;
	padding-top: 2px;
}

#greybox p#Dra {
	background-image: url(../img/icons/icon_drapery.gif);
	background-repeat:no-repeat;
	height: 19px;
	padding-left: 30px;
	padding-top: 2px;
}

#greybox p#Drapery {
	background-image: url(../img/icons/icon_drapery.gif);
	background-repeat:no-repeat;
	height: 19px;
	padding-left: 30px;
	padding-top: 2px;
}

#greybox p#IMO, #greybox p#Mar {
	background-image: url(../img/icons/icon_cruise.gif);
	background-repeat:no-repeat;
	height: 19px;
	padding-left: 30px;
	padding-top: 2px;
}

option.standard {
	font: 12px 'Trebuchet MS', Trebuchet, Arial, sans-serif;
}

.normalbox {
	background-color: #fff;
	padding: 8px 8px 4px 8px;
	margin-bottom: 0;
	clear:both;
}

.normalbox h3 {
	font: bold 14px/16px 'Trebuchet MS', Trebuchet, Arial, sans-serif;
	margin-top: 0;
}

#scroll {
/*firefox hack to always display scrollbar */
	position:absolute; 
	top:0; 
	bottom:-0.1px; 
	width:1em; 
	z-index:-1; 
} 


table#tablemap img {
	display: block;
}

/* MENU PARTNERS */ 

#alphabet {
	background-color:#F6F6F6;
	margin-bottom:20px;
	text-align:center;
	padding-top:10px;
	padding-bottom:10px;
}

#alphabet span {
	
	margin-left:3px;
	margin-right:3px;
}

#menu_partners {
	font: bold 14px 'Trebuchet MS', Trebuchet, Arial, sans-serif; 
	list-style-type:none;
	padding:0;
	margin:-15px auto 0;
}
#menu_partners li {
	float:left;
	margin:1px;
	width:146px;
	_width:145px;
}
#menu_partners li a {
	display:block;
	color:#666;
	background:#eee;
	border-left:3px solid #666;
	height:22px;
	padding:5px 0 0 8px;
}
#menu_partners li a:hover {
	color:#fff;
	font-weight:bold;
	background:#ccc;
	border-left:3px solid #f7933a;
	text-decoration:none
}
#menu_partners li.selected a {
	color:#fff;
	font-weight:bold;
	background:#666;
	border-left:3px solid #f7933a;
	text-decoration:none
}
.founditem {
	border-bottom:1px solid #ccc;
	list-style-type:none;
	width:95%;
}
.founditem a {
	display:block;
	color:#666;
	padding-left:10px;
}
.founditem a:hover {
	color:#666;
	background:#dedede;
}

/********* MARKMAT ***********/
div#explorer {
	padding-top:0;
}
div#explorer div {
	margin-top:1px;
}
div.asul { /* dfini le retrait */
	margin-left:20px;
	margin-bottom:5px;
}

div#explorer .explorer {
	border-left:1px dotted #666;
}

.file { 
	padding-left:20px;
	background: url(file.png) no-repeat top left;
}
div#explorer a {
	display:block;
	padding:2px 0 2px 7px;
	color:inherit;
	text-decoration:none;
	border-bottom:1px solid #fff;
}
div#explorer a:hover { 
	border-bottom:1px solid #f7933a;
}
div#explorer a.folder { 
	color:#666;
	background:#eee;
	border-left:3px solid #666;
	font-weight:bold;
	padding-left:7px;
}
div#explorer a.folder:hover {
	color:#fff;
	font-weight:bold;
	background:#ccc url(img/triangle_explorer.gif) no-repeat bottom left;
	padding-left:10px;
	border-left:3px solid #f7933a;
	border-bottom:1px solid #fff;
	text-decoration:none
}
div#explorer a.folder_active {
	color:#333;
	font-weight:bold;
	background:#ccc url(img/triangle_explorer.gif) no-repeat bottom left;
	padding-left:10px;
	border:none;
	text-decoration:none
}
/********* !MARKMAT ***********/

#partners_access ul.ul_partners_access  { 
	list-style:none;
	margin-left:10px;
	padding:0;
}
#partners_access ul.ul_partners_access li { 
	list-style:none;
	margin:0;
	padding:0;
	height:25px;
}
#partners_access ul.ul_partners_access li a { 
	display:block;
	padding:5px 0 0 5px;
	height:20px;
	border-bottom:1px solid #f1f1f1;
}
#partners_access ul.ul_partners_access li a:hover { 
	display:block;
	padding-top:5px;
	height:20px;
	background:#f9f9f9;
	border-bottom:1px solid #f7933a;
}
#partners_access p.no_item_found { 
	font-weight:bold;
	color:#999;
	text-align:center;
}

.founditem {
	border-bottom:1px solid #ccc;
	list-style-type:none;
	width:95%;
}
.founditem a {
	display:block;
	color:#666;
	padding-left:10px;
}
.founditem a:hover {
	color:#666;
	background:#dedede;
}

.startWith {
	color:#fff; 
	background:#666; 
	margin:5px 0; 
	padding:10px;
}

.letters_partners_access {
	padding:20px 20px 0; 
	clear:both; 
	margin:55px 0 0 0;
	background:#eee url(img/miniback.gif) no-repeat bottom left;
}




.continent {
	float: left;
	font: 12px 'Trebuchet MS', Trebuchet, Arial, sans-serif;
	margin: 4px 0 0 0;
	width: 120px;
}
select.countries {
	font: 12px 'Trebuchet MS', Trebuchet, Arial, sans-serif;
}
select {
	margin: 0;
}

#xPAGES {
	clear:both;
}
#xPAGES a, #xPAGES span  {
	display:block;
	width:15px;
	height:17px;
	float:left;
	text-align:center;
	margin:2px;
	padding:1px 2px;
	font-weight:bold;
}
#xPAGES a {
	color:#f7933a;
	background:#eee;
}
#xPAGES a:hover {
	color:#eee;
	background:#f7933a;
}
#xPAGES #xPAGES_active { 
	color:#fff;
	background:#f7933a;
	cursor:default;
}

#sstandards, #scountries { 
	display:none;
}


#lab-link { 
	padding-bottom:5px;
	height:80px
}

#lab-link img { 
	float:left;
	border-left:1px solid #fff;
}

#lab-link a {
	display:block;
	width:113px;
	height:15px;
	padding:11px 5px;
	border-bottom:1px solid #fff;
	background:#eee;
	float:right;
	color:#333;
	font-weight:bold;
}

#lab-link a:hover {
	background:#999;
	color:#fff;
}

#video-wrapper { 
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:#000 url(../img/triangle_black.gif) no-repeat bottom left;
}

#flash-app-video {
	position:absolute;
	top:50%;
	left:50%;
	width:700px;
	height:350px;
	margin:-190px 0 0 -350px;
}
