/*img, div, a, input, h5, h4, h3, h2, h1, span { behavior: url(iepngfix.htc) }*/


@font-face {
  font-family: 'HelveticaNeue-Light';
  src: url('fonts/HelveticaNeue-Light.eot');
  src: url('fonts/HelveticaNeue-Light.woff') format('woff'),
       url('fonts/HelveticaNeue-Light.svg#HelveticaNeue-Light') format('svg');
}
@font-face {
  font-family: 'HelveticaNeue-UltraLight';
  src: url('fonts/HelveticaNeue-UltraLight.eot');
  src: url('fonts/HelveticaNeue-UltraLight.woff') format('woff'),
       url('fonts/HelveticaNeue-UltraLight.svg#HelveticaNeue-UltraLight') format('svg');
}


* {
	margin:0;
	padding:0;
/*	border:none;*/
}
html {
	min-height: 100%;
	height: auto;
	overflow-x:hidden;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-family: 'HelveticaNeue-Light';
	margin: 0 auto;
	font-size: 12px;
	padding:00px 0 5px 0;
	background-color: #f4f4f4;
	color: #787878;
}
.final {
	clear: both;
	float: none;
	width: 0px;
	height: 0px;
	overflow: hidden;
	border: 0px solid red;
}
.flota_izq {
	float: left;
	margin: 0 5px 5px 0;
}
.flota_der {
	float: right;
	margin: 0 0px 5px 5px;
}

ol {
	list-style-position: inside;
}
ul {
	list-style-position: inside;
}
ol div {
	display:inline;
}
ul div {
	display:inline;
}



a{
	outline-width: medium;
	outline-style: none;
	cursor: pointer;
	color: #000;
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}





h1, h2, h3, h4, h5, h6 {
	font-family: 'HelveticaNeue-UltraLight', Arial, Helvetica, sans-serif;
	font-size: 24px;
	margin:0;
	padding:0;
	color:#144c84;
}

h1 {
	background-image:url(img/line01.gif);
	background-position:0 100%;
	background-repeat:repeat-x;
	padding-bottom:5px;
	margin-bottom:5px;

}

h2 {
	font-size: 20px;
	border-bottom: 0px solid #e5e5e5;
}
h3 {
	font-size: 18px;
	padding-bottom:5px;
	 }
h4 {
	font-size: 14px;
	font-weight:normal;
}
h5 {	font-size: 12px; font-weight:normal;}
h6 {	font-size: 10px; font-weight:normal;}

p {
	padding: 0 0 10px 0;
}
span {

}

blockquote {
	padding:3px 3px 3px 20px;
	font-style:italic;
}

.centrar {
	text-align: center;
}

/**** PAGINADOR ****/
ul.pagination {
	text-align: right;
	margin: 20px 0 10px 0;
	color:#144c84;
}
ul.pagination li {
	list-style-type:none;
	display: inline;
	width:auto;
	font-size: 12px;
	font-weight: normal;
	margin: 2px 2px 2px 2px;
	text-align:center;
	padding: 1px 3px 1px 3px;
	color:#144c84;
}
ul.pagination a {
	text-decoration: none;
	color: #144c84;
}
ul.pagination a:hover {
	color: #599FE6;
}

ul.pagination li.active {
	padding: 1px 5px 1px 5px;
	color: #798191;
	border-bottom: 1px solid;
}
/**** FIN PAGINADOR ******/

/******** GALERIA DE IMAGENES (LIGHTBOX) ***********/ 
.listado_thumbs {
	margin: 10px 0 0px 0;
	padding: 0px;
}
.listado_thumbs .thumb {
	float: left;
	margin: 0 10px 5px 0px;
}
.listado_thumbs .thumb a img {
	width: 200px;
	height: 120px;
	border: 0px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;	
	behavior: url(PIE.htc);
	position:relative;	
}
.listado_thumbs .thumb a:hover img {

}

.listado_thumbs02 {
	margin: 0px 0 0px 0;
	padding: 0px 10px 0px 10px;
}
.listado_thumbs02 .thumb {
	float: left;
	margin: 0 0px 5px 0;
	background-repeat: no-repeat;
	padding: 1px 1px 1px 1px;
}
.listado_thumbs02 .thumb a img {
	width: 115px;
	height: 86px;
	border: 6px solid;
	border-color: #DCDCDC;
	margin: 0 10px 8px 0;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;	
	behavior: url(PIE.htc);
	position:relative;		
}
.listado_thumbs02 .thumb a:hover img {
	border-color: #f4f4f4;
}



/******** FIN GALERIAS DE IMAGENES (LIGHTBOX) ***********/ 



.container {
	width:970px;
	margin:0 auto;
	/* [disabled]background-color:#3FF; */
}



#BodyFake01 {
	background-image: url(img/bodyfake01.png);
	background-repeat: repeat-x;
	background-color: #003369;
	color:#FFF;
	border-bottom: 1px solid #f1f1f1;
	height:75px;
}
#BodyFake02 {
	background-image: url(img/bodyfake02.png);
	background-repeat: repeat-x;
	background-color: #fff;
	color:#000;
	padding: 0 0 20px 0;
}
#BodyFake03 {
	background-image: url(img/bodyfake03.png);
	background-repeat:repeat-x;
	font-size: 11px;
	padding: 20px 0 20px 0;
	color: #646464;
}

#BodyFake03 a {
	color:#646464;
}

#BodyFake03 h1, 
#BodyFake03 h2, 
#BodyFake03 h3, 
#BodyFake03 h4, 
#BodyFake03 h5, 
#BodyFake03 h6 {
  font-family: 'HelveticaNeue-Light', Arial, Helvetica, sans-serif;
	color:#282828;
}


#BodyFake03 .col01 {
	width:230px;
	padding:0 0 0 10px;
	float:left;
}
#BodyFake03 .col02 {
	width:275px;
	padding:0 0 0 0px;
	float:left;
}
#BodyFake03 .col03 {
	width:200px;
	padding:0 0 0 0px;
	float:left;
}
#BodyFake03 .col04 {
	width:200px;
	padding:0 0 0 0px;
	float:right;
	text-align:right;
}


#Logo a {
	background-image: url(img/logo.png);
	background-repeat: no-repeat;
	display: block;
	height: 61px;
	width: 122px;
	text-indent: -9999px;
	float: left;
	margin: 7px 0 0 0;
}
#Menu {
	float: right;
	width:685px;
	padding:10px 0 0 0;
}
#Banderas {
    float: right;
    width: 130px;
    padding: 10px 0 10px 0;
}



#Slide,
#Banner {
	margin: 0 0 13px 0;
}

#Slide {
	position:relative;
}
#Slide #bordes_izq,
#Slide #bordes_der {	
	position:absolute;
	background-image:url(img/bordes_izq.png);
	width:5px;
	height:320px;
	overflow:hidden;
	left:0px;
	top:0px;
	z-index:10;
}

#Slide #bordes_der {	
	background-image:url(img/bordes_der.png);
	left:965px;
}

#Slide #social {
	position: absolute;
	right: 65px;
	bottom:6px;
	z-index:10;
	color:#ffffff;
}

a#acc_facebook,
a#acc_twitter {
	background-image: url(img/icon_facebook.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	height: 22px;
	width: 22px;
	position: absolute;
	right: 38px;
	bottom:5px;
	z-index:10;
}

a#acc_twitter {
	background-image: url(img/icon_twitter.png);
	right: 10px;
}




.col01 {
	width:310px;
	float:left;
}
.col02 {
	width:640px;
	float:left;
}

.separator {
	width:20px;
	height:20px;
	overflow:hidden;
	float:left;
}
.module01 {
	height: 180px;
	width: 310px;
}

.module01.acc01 {background-image: url(img/acc01.png);}
.module01.acc02 {background-image: url(img/acc02.png);}
.module01.acc03 {background-image: url(img/acc03.png);}


.module01 .texts {
	color:#464646;

-moz-border-radius: 6px 0px 0px 6px;
-webkit-border-radius: 6px 0px 0px 6px;
border-radius: 6px 0px 0px 6px;
/*IE 7 AND 8 DO NOT SUPPORT BORDER RADIUS*/
filter: progid:DXImageTransform.Microsoft.gradient(GradientType = 1, startColorstr = '#fcc317', endColorstr = '#fee60a');
/*INNER ELEMENTS MUST NOT BREAK THIS ELEMENTS BOUNDARIES*/
/*Element must have a height (not auto)*/
/*All filters must be placed together*/
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType = 1, startColorstr = '#fcc317', endColorstr = '#fee60a')";
/*Element must have a height (not auto)*/
/*All filters must be placed together*/
background-image: -moz-linear-gradient(left, #fcc317, #fee60a);
background-image: -ms-linear-gradient(left, #fcc317, #fee60a);
background-image: -o-linear-gradient(left, #fcc317, #fee60a);
background-image: -webkit-gradient(linear, left top, right top, from(#fcc317), to(#fee60a));
background-image: -webkit-linear-gradient(left, #fcc317, #fee60a);
background-image: linear-gradient(left, #fcc317, #fee60a);
/*--IE9 DOES NOT SUPPORT CSS3 GRADIENT BACKGROUNDS--*/
	
	width: 220px;
	float: right;
	margin: 26px 0 0 0;
	padding: 10px 20px;
	font-size: 16px;
	min-height:110px;
	behavior: url(PIE.htc);	
	position:relative;	
}
.module01 .texts h2 {
	font-family: 'HelveticaNeue-UltraLight';	
	color: #175591;
	font-size: 24px;
	line-height:24px;
}
.module01 .texts .bt01 a {
	color: #FFF;
	background-image: url(img/item01.gif);
	background-repeat: no-repeat;
	background-position:2px 8px;
	padding-left: 11px;
	font-size:14px;
}
.module02 {
	margin: 0 0 15px 0;
}
.module02 ul li {
	list-style-type: none;
	list-style-image: url(img/item01.gif);
	list-style-position: inside;
	background-color: #f4f4f4;
	padding: 7px 10px;
	border-bottom: 1px solid;
	border-bottom-color: #E5E5E5;
	color: #16528d;	
}
.module02 ul li a {
	color:#c4c6c6;	
}
.module02 ul li a:hover {
	color:#16528d;	
}
.module02 ul li.first {
	-moz-border-radius: 6px 6px 0px 0px;
	-webkit-border-radius: 6px 6px 0px 0px;
	border-radius: 6px 6px 0px 0px;
	behavior: url(PIE.htc);
	position:relative;		
}
.module02 ul li.last {
	border-bottom: 0px;
	-moz-border-radius: 0px 0px 6px 6px;
	-webkit-border-radius: 0px 0px 6px 6px;
	border-radius: 0px 0px 6px 6px;	
	behavior: url(PIE.htc);	
	position:relative;	
}
.module03  {
	margin-bottom:8px;
}
.module03 h4 {
	font-size:18px;
	font-weight:bold;
	background-image:url(img/line01.gif);
	background-position:0 100%;
	background-repeat:repeat-x;
	padding-bottom:5px;
	margin-bottom:5px;	
}
.module03 span.flag_arg,
.module03 span.flag_bra,
.module03 span.flag_chi,
.module03 span.flag_per {
	background-image: url(img/banderas02.gif);
	background-repeat: no-repeat;
	display: block;
	float: right;
	width: 26px;
	height: 18px;
}
.module03 span.flag_bra {background-position:0 -18px;}
.module03 span.flag_chi {background-position:0 -36px;}
.module03 span.flag_per {background-position:0 -54px;}


.module04 {
	margin-bottom:5px;
}
.module04 a .image img {
	height: 25px;
	width: auto;
}



.module04 a {
	padding:2px;
	width:306px;
	min-height:26px;	
	display:block;
-moz-border-radius: 6px;
-webkit-border-radius: 6px;
border-radius: 6px;
filter: progid:DXImageTransform.Microsoft.gradient(GradientType = 1, startColorstr = '#ffffff', endColorstr = '#f4f4f4');
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType = 1, startColorstr = '#ffffff', endColorstr = '#f4f4f4')";
background-image: -moz-linear-gradient(left, #ffffff, #f4f4f4);
background-image: -ms-linear-gradient(left, #ffffff, #f4f4f4);
background-image: -o-linear-gradient(left, #ffffff, #f4f4f4);
background-image: -webkit-gradient(linear, left top, right top, from(#ffffff), to(#f4f4f4));
background-image: -webkit-linear-gradient(left, #ffffff, #f4f4f4);
background-image: linear-gradient(left, #ffffff, #f4f4f4);
-moz-background-clip: padding;
-webkit-background-clip: padding-box;
background-clip: padding-box;
	behavior: url(PIE.htc);
	position:relative;	
}
.module04 a:hover,
.module04 a.active {
filter: progid:DXImageTransform.Microsoft.gradient(GradientType = 1, startColorstr = '#fcc317', endColorstr = '#fee40a');
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType = 1, startColorstr = '#fcc317', endColorstr = '#fee40a')";
background-image: -moz-linear-gradient(left, #fcc317, #fee40a);
background-image: -ms-linear-gradient(left, #fcc317, #fee40a);
background-image: -o-linear-gradient(left, #fcc317, #fee40a);
background-image: -webkit-gradient(linear, left top, right top, from(#fcc317), to(#fee40a));
background-image: -webkit-linear-gradient(left, #fcc317, #fee40a);
background-image: linear-gradient(left, #fcc317, #fee40a);
	behavior: url(PIE.htc);
	position:relative;
}

.module04 span {
	float:left;
}
.module04 span.letters {
	font-size:20px;
	text-transform:uppercase;
	padding:0 5px 0 8px;
	color:#bcbebf;
	width:25px;
}

.module04 a:hover span.letters,
.module04 a.active span.letters {
	color:#ffffff;
}

.module04 span.service{
	padding:5px 5px 0 11px;
	font-size:12px;
	font-weight:bold;
	background-image:url(img/item02.gif);
	background-repeat:no-repeat;
	background-position:2px 10px;
	color:#818181;
}

.module04 a:hover span.service,
.module04 a.active span.service {
	background-image:url(img/item03.png);
	color:#15508a;
}
.module05 {
	background-image: url(img/bg_contacto01.jpg);
	height: 74px;
	width: 296px;
	padding: 3px 3px 3px 6px;
	font-size: 11px;
	color: #464646;
	margin: 0 0 10px 0;
}
.module05.bis {
	background-image: url(img/bg_contacto02.jpg);
}
.module05 h3 {
	font-size: 15px;
	margin: 2px;
}
.module06 {
	margin: 10px 0 8px 0;
	padding:0 0 8px 0;
	border-bottom: 1px solid #d8d8d8;
}

.module06.completo {
	border-bottom: 0px solid #d8d8d8;
}

.module06 h2,
.module06 h3 a {
	font-family:Arial, Helvetica, sans-serif;
	color: #185694;
	font-size: 15px;
}

.module06 h2 {
	font-size:16px;
}

.module06 .imagen a img {
	float: left;
	margin: 0 8px 0 0;
	border: 0px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	width: 210px;
	height: auto;
	behavior: url(PIE.htc);	
	position:relative;	
}

.module06 .imagen_completa a img {
	margin: 8px 0px 8px 0;
	border: 0px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	width:100%;
	height:auto;
	behavior: url(PIE.htc);
	position:relative;
}

.module06 .bt01 {
	padding: 25px 0 0 0;
}
.module06 .bt01 a {
	color: #144c84;
}











.ui-accordion .ui-accordion-header {
    padding: 0.15em 0.5em 0.15em 0.7em;
	background-image:url(img/line02.gif);
	background-repeat:repeat-x;
	background-position:0 100%;
}


.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default,
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {
	background:none;
	background-color:#f4f4f4;
	border:0px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
	behavior: url(PIE.htc);	
}




.ui-accordion .ui-accordion-content {
    padding: 0px 5px 5px 5px;
    border-top: 0px none;
    overflow: auto;
}

.ui-widget-content {
    border: 0px solid rgb(170, 170, 170);
}


#Accordion {

	font-family: 'HelveticaNeue-Light';
}


#Accordion h3 {
	text-align:right;
	font-size:15px;
	font-weight:bold;
	margin-bottom:5px;	
}


#formulario {
	margin: 0 auto;
}
#formulario .nombre_campo {
	font-size: 12px;
	font-family: Tahoma;
	color: #8A8A8A;
	padding: 8px 0 6px 0;
}
#formulario label {

}
#formulario input[type=text] {
	background:none;
	background-repeat: repeat;
	width: 235px;
	height: 27px;
	font-size: 14px;
	padding-left:5px;
	background-color: #E5E5E5;
	-webkit-border-radius: 4px 4px 4px 4px;
	-moz-border-radius: 4px 4px 4px 4px;
	border-radius: 4px 4px 4px 4px;
-moz-box-shadow: inset 0px 0px 5px #a1a1a1;
-webkit-box-shadow: inset 0px 0px 5px #a1a1a1;
box-shadow: inset 0px 0px 5px #a1a1a1;
	border:1px solid #CCC;
	behavior: url(PIE.htc);
}
#formulario textarea {
	font-family: 'HelveticaNeue-Light', Arial, Helvetica, sans-serif;
	font-size:14px;
	background:none;
	background-repeat:repeat;
	height: 155px;
	width: 97%;
	padding:5px;
	background-color: #E5E5E5;	
	-webkit-border-radius: 4px 4px 4px 4px;
	-moz-border-radius: 4px 4px 4px 4px;
	border-radius: 4px 4px 4px 4px;
-moz-box-shadow: inset 0px 0px 5px #a1a1a1;
-webkit-box-shadow: inset 0px 0px 5px #a1a1a1;
box-shadow: inset 0px 0px 5px #a1a1a1;
	border:1px solid #CCC;
	overflow:hidden;
	behavior: url(PIE.htc);			
}


#formulario input:focus,
#formulario textarea:focus {
	background-color: #fff;
}

#formulario #botones {
	text-align:center;
	padding-left:100px;
	padding-top:10px;
}

#formulario button, .form_btenviar {
	text-align: center;
	width: 100px;
	height: 36px;	
	cursor: pointer;
	background-image: url(img/bt_enviar_es.gif);
	text-indent:-9999px;
	border:none;
}


#formulario button:hover {
	background-color: #666;
}
#formulario_bolsa_de_trabajo,
#formulario_bolsa_de_trabajo label {
	font-size:10px;
}
#formulario_bolsa_de_trabajo .nombre_campo {
	float: left;
	width: 155px;
	margin: 5px 0;
	font-size:10px;
}

#formulario_bolsa_de_trabajo .nombre_campo.largo {
	width: 270px;
}

#formulario_bolsa_de_trabajo .campo {
	margin: 5px 0;
	float:left;
}

#formulario_bolsa_de_trabajo  input[type=text] {
	border:1px solid #d8d9db;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	font-size:10px;
	behavior: url(PIE.htc);	
}

#formulario_bolsa_de_trabajo textarea {
	font-family:Arial, Helvetica, sans-serif;
	width:630px;
	height:65px;
	padding:5px;
	border:1px solid #d8d9db;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	font-size:11px;
	-moz-box-shadow: inset 0px 0px 5px #d0d0d0;
	-webkit-box-shadow: inset 0px 0px 5px #d0d0d0;
	box-shadow: inset 0px 0px 5px #d0d0d0;
	margin-bottom:8px;
	/*IE 7 AND 8 DO NOT SUPPORT BORDER RADIUS*/
	behavior: url(PIE.htc);	
}

#formulario_bolsa_de_trabajo  input[type=text]:focus ,
#formulario_bolsa_de_trabajo textarea:focus  {
	border:1px solid #b5b5b5;
	-moz-box-shadow: inset 0px 0px 0px #d0d0d0;
	-webkit-box-shadow: inset 0px 0px 0px #d0d0d0;
	box-shadow: inset 0px 0px 0px #d0d0d0;
	behavior: url(PIE.htc);	
}

#formulario_bolsa_de_trabajo div.error_xjquery {
	color: #F00;
	font-size: 9px;
	font-weight:bold;
}

#formulario_bolsa_de_trabajo .campo.radiobutton div.error_xjquery {
    position: absolute;
    left: 70px;
    top: 0px;
    width: 260px;	
}


#formulario_bolsa_de_trabajo input.error_xjquery {
	color: #fff !important;
	background-image:none;
	background-color:#F00;
	border-color:#900;
	margin-bottom:0px;
}
#formulario_bolsa_de_trabajo .campo.radiobutton {
	position: relative;
}


#error {
	border: 1px dashed #F00;
	background-color: #FFF;
	padding: 5px;}

#ok {
	border: 1px dashed #060;
	background-color:#FFF;
	padding: 5px;}
	    
.MultiFile-label {
	margin: 5px 0;
	padding: 0.3em;
	border: 1px solid #FF6;
	background-color: #FFC;
	width: 98%;
	font-weight: bold;
}
	
.MultiFile-remove {
	float: right;
}	   

a.MultiFile-remove  {
	text-decoration: none;
	color: #FFF;
	background-color: #C00;
	padding: 0 0.2em;
}	


.btn {
    display: inline-block;
    padding: 4px 10px;
    margin-bottom: 0px;
    font-size: 13px;
    line-height: 18px;
    color: rgb(51, 51, 51);
    text-align: center;
    text-shadow: 0px 1px 1px rgba(255, 255, 255, 0.75);
    vertical-align: middle;
    background-color: rgb(245, 245, 245);
    background-image: -moz-linear-gradient(center top , rgb(255, 255, 255), rgb(230, 230, 230));
    background-repeat: repeat-x;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(204, 204, 204) rgb(204, 204, 204) rgb(179, 179, 179);
    -moz-border-top-colors: none;
    -moz-border-right-colors: none;
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    border-image: none;
    border-radius: 4px 4px 4px 4px;
    box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.2) inset, 0px 1px 2px rgba(0, 0, 0, 0.05);
    cursor: pointer;
	behavior: url(PIE.htc);	
}

.btn:focus {
    outline: thin dotted rgb(51, 51, 51);
    outline-offset: -2px;
}

.btn-mini {
    padding: 2px 6px;
    font-size: 11px;
    line-height: 14px;
}





ul.zemError {
	padding:10px 0 10px 0;
	list-style:inside;
	color:#FF0000;
}

.tabla01 {
	width: 100%;
}
.tabla01 td {
	padding:8px 5px;
}

.tabla01 .celda01,
.tabla01 .celda03,
.tabla01 .celda05 {
	width:10%;
}
.tabla01 .celda05 {
	vertical-align:top;
	padding-top:10px;
}

.tabla01 .celda02 label,
.tabla01 .celda04 label,
.tabla01 .celda06 label {
	display:none;
}

/* Easy Slider */

#Slide {
	position:relative;
}

	#slider ul, #slider li,
	#slider2 ul, #slider2 li{
		margin:0;
		padding:0;
		list-style:none;
		}
	#slider2{margin-top:1em;}
	#slider li, #slider li img { 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:970px;
		height:320px;
		overflow:hidden; 
		}	
	#prevBtn, #nextBtn,
	#slider1next, #slider1prev{ 
		display:block;
		width:30px;
		height:77px;
		position:absolute;
		left:-30px;
		top:71px;
		z-index:1000;
		}	
	#nextBtn, #slider1next{ 
		left:696px;
		}														
	#prevBtn a, #nextBtn a,
	#slider1next a, #slider1prev a{  
		display:block;
		position:relative;
		width:30px;
		height:77px;
		background:url(img/btn_prev.gif) no-repeat 0 0;	
		}	
	#nextBtn a, #slider1next a{ 
		background:url(img/btn_next.gif) no-repeat 0 0;	
		}	
		
	/* numeric controls */	

	ol#controls{
		background:url(img/black_transparency.png) repeat;
		width:580px;
		position:absolute;
		bottom:0px;
		left:0px;
		padding:7px 0 7px 390px;
		margin:1em 0 0 0;

		}
	ol#controls li{
		opacity:1.0;
		opa
		padding:0;
		float:left;
		list-style:none;
		}
	ol#controls li a{
		opacity:1.0;		
		float:left;
		border:0px solid #ccc;
		background:#ffff00;
		color:#185694;
		padding:0 0 1px 0;
		text-decoration:none;
		width:35px;
		height:18px;
		text-align:center;
		margin:0 5px;
		font-size:13px;
		font-weight:bold;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		border-radius: 3px;	
	behavior: url(PIE.htc);			
		}
	ol#controls li.current a{
		background:#fcc317;
		}
	ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus{outline:none;}
	
/* // Easy Slider */


/************** MENU SUPERFISH ***************/


/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
.sf-menu {
	line-height:	1.0;
	position:relative;
	z-index:100;	
}

.sf-menu > li > a {
	color:#f1f4f8;
	text-align:center;
	font-weight:bold;
	font-size:1.1em;
	padding: 16px 5px 14px 5px;
	width:90px;
	margin:0 1px;
}

.sf-menu > li.item_largo > a {
	padding: 10px 0px 10px 0px;
}
.sf-menu > li.first > a {
	width:70px;
}



ul.sf-menu > li > ul {
/*	min-width:183px;*/
}



.sf-menu ul {
	position:		absolute;
	top:			-999em;
/*	width:			10em; /* left offset of submenus need to match (see below) */
}
.sf-menu ul li {
	width:			100%;
	font-size:12px;	
}
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float:			left;
	position:		relative;
}
.sf-menu a {
	display:		block;
	position:		relative;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			0;
	top:			40px !important; /* match top ul list item height */
	z-index:		2000 !important;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
/*	left:			10em; /* match ul width */
	top:			0px !important;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}

/*** DEMO SKIN ***/
.sf-menu {
	float:			left;
	margin-bottom:	1em;
}
.sf-menu a {
	font-family:Arial, Helvetica, sans-serif;
	padding: 		10px 15px 8px 15px;
	text-decoration:none;
	font-weight:bold;
}

.sf-menu a.last {
	border-right:	0px solid #82a5c4;
}



.sf-menu > li.sf-menu-lasttitem,
.sf-menu > li.sf-menu-lasttitem > a {
	border-right:	0px !important;
}

.sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color:			#fff;
}

.sf-menu a, .sf-menu li li a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color:			#fff;
}




.sf-menu li {
/*	background:		#BDD2FF;*/
}
.sf-menu li li {
	background-color:#9e351f  !important;

}
.sf-menu li li li {
	background:		#9e351f;
}
.sf-menu li:hover, .sf-menu li.sfHover, .sf-menu li.current > a,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
/*	background:		#9e351f;*/
	outline:		0;
	color:#6eaaf0;
}

/*** arrows **/
.sf-menu a.sf-with-ul {
/*	padding-right: 	2.25em;*/
	min-width:		1px; /* trigger IE7 hasLayout so spans position accurately */
}
.sf-sub-indicator {
	position:		absolute;
	display:		block;
	right:			.75em;
	top:			1.05em; /* IE6 only */
	width:			10px;
	height:			10px;
	text-indent: 	-999em;
	overflow:		hidden;
	background:		url('img/arrows-ffffff.png') no-repeat -10px -100px; /* 8-bit indexed alpha png. IE6 gets solid image only */
}
a > .sf-sub-indicator {  /* give all except IE6 the correct values */
	top:			.8em;
	background-position: 0 -200px; /* use translucent arrow for modern browsers*/
}
/* apply hovers to modern browsers */
a:focus > .sf-sub-indicator,
a:hover > .sf-sub-indicator,
a:active > .sf-sub-indicator,
li:hover > a > .sf-sub-indicator,
li.sfHover > a > .sf-sub-indicator {
	background-position: -10px -200px; /* arrow hovers for modern browsers*/
}

/* point right for anchors in subs */
.sf-menu ul .sf-sub-indicator { background-position:  -10px 0; }
.sf-menu ul a > .sf-sub-indicator { background-position:  0 0; }
/* apply hovers to modern browsers */
.sf-menu ul a:focus > .sf-sub-indicator,
.sf-menu ul a:hover > .sf-sub-indicator,
.sf-menu ul a:active > .sf-sub-indicator,
.sf-menu ul li:hover > a > .sf-sub-indicator,
.sf-menu ul li.sfHover > a > .sf-sub-indicator {
	background-position: -10px 0; /* arrow hovers for modern browsers*/
}

/*** shadows for all but IE6 ***/
.sf-shadow ul {
	background:	url('img/shadow.png') no-repeat bottom right;
	padding: 0 8px 9px 0;
	-moz-border-radius-bottomleft: 17px;
	-moz-border-radius-topright: 17px;
	-webkit-border-top-right-radius: 17px;
	-webkit-border-bottom-left-radius: 17px;
}
.sf-shadow ul.sf-shadow-off {
	background: transparent;
}


.sf-menu li:hover, 
.sf-menu li.sfHover, 
.sf-menu li > a:focus, 
.sf-menu li > a:hover, 
.sf-menu li > a:active, 
.sf-menu li.sfHover > a
{
	outline: 0;
	color: #6eaaf0;
}




.sf-menu li > li:hover, 
.sf-menu li > li.sfHover, 
.sf-menu li > li > a:focus, 
.sf-menu li li > a:hover, 
.sf-menu li li > a:active, 
.sf-menu li li.sfHover > a
{
	background-color: #f66e53;
	outline: 0;
	color: #fff;
}

/******/


.sf-menu li {
    height: auto !important;
    line-height:normal !important;	
}
.sf-menu li li {
	background: none;
	border: 0px solid #eee !important;
	padding: 0px !important;
	padding-left:0px;
	text-align: left;
}
.sf-menu li li li {
	
}
.sf-menu li:hover, .sf-menu li.sfHover, .sf-menu li.current a,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	
}

/*** estilos selector de idiomas ***/

.l10n_lang_list {
	float:right;
	padding-left:5px;
}
.l10n_lang_list span {
	text-indent: -9999px;
	display:block;
	float:left;
	margin:0 5px 15px 0;
}
.l10n_lang_list li {
	list-style-type: none;
	display:inline;
}
.l10n_lang_list .es-es span,
.l10n_lang_list .en-us span,
.l10n_lang_list .pt-br span {
	background-image: url(img/banderas.gif);
	background-repeat: no-repeat;
	height: 14px;
	width: 16px;
	text-indent:-9999px;
	background-position: 0px -14px;
	overflow:hidden
}
.l10n_lang_list .en-us span {
	background-position: -32px -14px;
}
.l10n_lang_list .pt-br span {
	background-position: -16px -14px;
}

.l10n_lang_list .es-es a:hover span, .l10n_lang_list .es-es.l10n_current span, 
.l10n_lang_list .en-us a:hover span, .l10n_lang_list .en-us.l10n_current span, 
.l10n_lang_list .pt-br a:hover span, .l10n_lang_list .pt-br.l10n_current span {
	background-position: 0px 0px;
}

.l10n_lang_list .en-us a:hover span, .l10n_lang_list .en-us.l10n_current span {
	background-position: -32px 0px;
}
.l10n_lang_list .pt-br a:hover span, .l10n_lang_list .pt-br.l10n_current span  {
	background-position: -16px 0px;
}



/*** fin estilos selector de idiomas ***/

