/* ---------------------- LAYOUT ----------------------------------------- */

#contentwidth{
	text-align: left;
	width: 700px ;
	margin-right: auto;
	margin-left: auto;
	}

#header    {  }

/* -----------------------------------------
Area que contiene:
- los enlaces de cambio de idioma
- Enlace Login
- Telefono de contacto
-------------------------------------------- */

#header_lang { color: #000; font-weight: 400; background-color: #eff3e6; text-align: right; padding-top: 3px; padding-bottom: 3px; }

.link_login {
	font-size: 14px;
	font-weight: 700;
	background-image: url(img/icon_login.gif);
	background-repeat: no-repeat;
	padding-left: 20px;
	}

.link_phone {
	font-size: 14px;
	color: #888;
	font-weight: 700;
	background-image: url(img/icon_phone.gif);
	background-repeat: no-repeat;
	padding-left: 20px;
	}

.link_skype {
	font-size: 14px;
	color: #888;
	font-weight: 700;
	background-image: url(img/icon_skype.gif);
	background-repeat: no-repeat;
	padding-left: 20px;
	}
	
#header_lang ul {
	float: right;
	list-style-type: none;
	}

#header_lang li { float: left; padding-top: 3px; padding-right: 5px; }
	
#header_lang li.text {
	color: #808979;
	}
	
#header_lang li.sep {
	color: #a6a49d;
	}
	
#header_lang a {
	color: #808979;
	text-decoration: none;
	background-color: transparent;
	}

#header_lang a:link	{
	color: #808979;
	text-decoration: none;	
	background-color: transparent;	
	} 

#header_lang a:visited {
	color: #808979;	
	text-decoration: none;	
	background-color: transparent;	
	} 

#header_lang a:active { 
	color: #cccec4; 
	text-decoration:underline;	
	background-color: transparent;	
	} 

#header_lang a:hover { 
	color: #808979;	
	text-decoration:underline;	
	background-color: transparent;	
	}

/* ----------------------------------------- 
Area que contiene:
- Logotipo
- Menu de enlaces
-------------------------------------------- */

/* --- Menu de enlaces al resto del web ---- */

#menu { color: #000; width: 480px; float: right; margin-top: 25px; }

#menu h3 {
	margin-bottom: 10px;
	}

#menu ul {
	float: right;
	list-style-type: none;
	}

#menu li {
	background-image: url(img/menu_sep.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 70px;
	float: left;
	margin-left: 20px;
	padding-left: 10px;
	}

/* --- Logotipo ---------------------------- */

#logo { color: #000; width: 210px; float: left; margin-top: 0; padding-top: 15px; }

/* ----------------------------------------- 

CONTENIDO

-------------------------------------------- */

#content {
	background-color: #fff;
	background-image: url(img/fn_content.png);
	background-repeat: repeat-x;
	width: 100%;
	float: left;
	padding-bottom: 20px;
	}
	
#wrapCols {
	position: relative;
	width: 700px;
	float: left;
	}

#Pictures { /* --- Area de las imagenes --- */
	position: absolute;
	top: 0;
	right: 0;
	width: 700px;
	height: 218px;
	z-index: 1;
	padding-top: 1px;
	}

/* --- LEFT COLUMN ---------------------------- */

#leftCol {
	font-size: 14px;
	line-height: 1.5;
	position: relative;
	left: 0;
	width: 380px;
	z-index: 2;
	float: left;
	padding-top: 200px;
	padding-left: 10px;
	}
	
#leftCol ul {
	margin-top: 15px;
	margin-left: 25px;
	list-style-type: none;
	}
	
#leftCol li {
	}

/* --- RIGHT COLUMN ---------------------------- */

#rightCol {
	font-size: 13px;
	position: relative;
	width: 271px;
	z-index: 2;
	float: right;
	padding-top: 75px;
	}
	
#slogan { color: #bebebe; font-size: 20px; font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif; font-weight: 700; font-style: italic; letter-spacing: -0.1em; height: 67px; margin-bottom: 10px; }
.fade-box { position: absolute; top: 60px; padding-top: 19px; padding-right: 5px; padding-left: 20px; }
.search_faq { margin-bottom: 10px; margin-left: 25px; }
#rBox { color: #888; font-size: 11px; background-image: url(img/bg_rBox.png); background-repeat: repeat-y; background-position: 0 top; width: 281px }
#rBox h1 { color: #638622; font-size: 22px; font-style: oblique; background-image: url(img/bg_rBox_top.png); background-repeat: no-repeat; background-position: 0 top; min-height: 58px; margin-bottom: 0; padding: 25px 25px 10px; }
#rBox ul, #rBox ol { padding-right: 25px; padding-bottom: 15px; padding-left: 25px; }
 #rBox ol { padding-left: 40px; }
#rBox li {
	font-size: 11px;
	padding-bottom: 13px;
	}
#rBox_bottom { background-image: url(img/bg_rBox_bottom.png); background-repeat: no-repeat; background-position: 0 top; width: 271px; height: 24px; }
#rBox h4 { color: #000; font-weight: normal; font-size: 15px; line-height: 1.5; margin-bottom: 0; display: inline; }

/* --- PAGE -  WHO WE ARE ---------------------------- */	

#who {
	float: left;
	margin-top: 50px;
	}
	
#who ul {  }

#who li {
	font-size: 11px;
	float: left;
	margin-bottom: 20px;
	}

/* --- PAGE - FAQ ---------------------------- */

#faq ul {
	margin-top: 15px;
	margin-left: 0px;
	list-style-type: none;
	}

#faq li { margin-bottom: 15px; }

/* --- PAGE - JOIN US ---------------------------- */
#box_Tregister { font-size: 20px; font-weight: 700; width: 250px; margin-top: 30px; padding-left: 20px; z-index: 2; float: right; }

/* --- PAGE - LOGIN ---------------------------- */
#login { width: 281px; margin-right: auto; margin-left: auto; padding-top: 50px; padding-bottom: 50px; }
/* ----------------------------------------- 

FOOTER

-------------------------------------------- */

#footer {
	color: #ecf2a8;
	background-image: url(img/fn_footer.gif);
	background-repeat: repeat-x;
	width: 100%;
	float: left;
	padding-top: 30px;
	}
	
#wrapFooterCols {
	margin-top: 0;
	width: 700px;
	float: left      ;
	margin-bottom: 30px;
	padding-right: 0;
	padding-left: 0;
	}
	
#footer_leftCol { width: 410px; float: left; padding-top: 15px; }
	
#footer_rightCol { width: 271px; float: right; padding-top: 20px; padding-left: 10px; }

#footer_leftCol ul {
	list-style-type: none;
	}

#footer #logos { margin-top: 0; }

#footer #logos li { float: left; }
#footer	#logos a { border-bottom-width: 0; }

#footer h1 { color: #fff; font-size: 20px; font-family: Arial, Helvetica, Geneva, SunSans-Regular, sans-serif; font-weight: 700; }
	
#footer h4 { font-size: 14px; font-weight: 700; text-transform: uppercase; padding-top: 5px; }

#footer	li a { 
	border-bottom-width: 0;
	}
		
#footer	a { color: #fff;
	line-height: 1.6em;
	text-decoration: none;
	background-color: transparent;
	border-width: 0;
	}

#footer	a:link {
	color: #fff;	
	text-decoration: none;	
	background-color: transparent;	
	border-bottom: 1px dotted white;	
	} 

#footer	a:visited {
	color: #fff;	
	text-decoration: none;	
	background-color: transparent;	
	border-bottom: 1px dotted white;	
	} 

#footer	a:active {
	color: #fff;
	text-decoration: none;
	background-color: transparent;
	border-bottom-width: 0;
	} 

#footer	a:hover {
	color: #fff;
	text-decoration: none;
	background-color: transparent;
	border-bottom-width: 0;
	}
#contact_info_top { background-image: url(img/contact_info_top.gif); background-repeat: no-repeat; width: 271px; height: 148px; }
#contact_info_content { background-image: url(img/contact_info_content.gif); background-repeat: no-repeat; background-position: 0 bottom; width: 226px; padding-right: 30px; padding-bottom: 20px; padding-left: 15px; }

/* --- ORDER FORM --- */
#formText { font-size: 14px; }
#formBlock { width: 350px; padding-bottom: 20px; }
#formText label { color: #595949; font-size: 12px; font-weight: normal; }
#formText ul { float: none; display: block; }
#formText li { float: left; padding-right: 10px; }
#formRight { width: 190px; float: left; margin-top: 15px; margin-right: 15px; padding-right: 20px; padding-left: 20px; border-left: 1px solid #ecf2b5; }
.formTh { color: #b19123; font-size: 12px; font-weight: normal; width: 110px; clear: left; display: block; }
#discHeader { background-image: url(img/bg_DiscHeader.gif); background-repeat: no-repeat; background-position: left top; clear: both; width: 639px; height: 12px; margin-top: 30px; }
#disc { background-image: url(img/bg_Disc.gif); background-repeat: repeat-y; width: 579px; float: left; padding: 10px 30px 30px; display: block; }
#discFooter { background-image: url(img/bg_DiscFooter.gif); background-repeat: no-repeat; background-position: left top; height: 7px; clear: both; }
#newCustomerData { width: 400px; float: none; clear: both; }
#wrapper { }
#formText .tcolor { color: #b19123; font-size: 12px; }
/* --- TRANSLATORS REGISTRATION FORM --- */

#wrapCols_TRF  { margin-top: 0;
	width: 700px;
	float: left      ;
	padding: 20px 0 0;
	}

#leftCol_TRF  { color: #000;
	font-size: 12px;
	line-height: 1.5;
	width: 480px;
	float: left    ;
	}

.box_TRF { padding: 10px 0;
	}

.sep_form_TRF {
	width: 100%;
	margin: 0;
	}

.sep_form_TRF:after { content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	margin: 0;
	padding: 0;
	}

.sep_TRF { background-image: url(img/sep_form_GREY.png);
	background-repeat: repeat-x;
	background-position: 0 bottom;
	height: 30px;
	}

.tab1_proccess { color: #808000;
	font-family: "Helvetica Neue Light", Arial, Helvetica, sans-serif;
	font-weight: 400;
	font-size: 15px;
	text-align: center;
	margin-top: 30px;
	margin-bottom: 15px;
	}
.tab1_top { background-image: url(img/tab1_top.png);
	background-repeat: no-repeat;
	width: 700px;
	height: 30px;
	}
.tab1_bottom { background-image: url(img/tab1_bottom.png);
	background-repeat: no-repeat;
	width: 700px;
	height: 30px;
	}
.tab1_content { font-size: 12px;
	background-image: url(img/tab1_content.png);
	background-repeat: repeat-y;
	padding-top: 20px;
	padding-right: 60px;
	padding-left: 60px;
	}
.required{
		color: #c00;
		font-weight: bold;
	}
/* --- AUX --- */
.space_30 { height: 30px;
	}
