@import url(https://fonts.googleapis.com/css?family=Roboto:400,300,700,500);
/* Reset */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,caption,tbody,tfoot,thead,tr,th,td { margin:0; padding:0; border:0; outline:0; font-weight:inherit; font-style:inherit; font-size:100%; font-family:inherit; vertical-align:baseline; }/* heading */h1, h2, h3, h4, h5, h6 {margin:0 0 20px; padding:0; letter-spacing: 0; font-weight: 400; sans-serif; color: #232323; line-height: normal;}h1 {font-size:42px;}h2 {font-size:34px;}h3 {font-size:32px;}h4 {font-size:30px;}h5 {font-size:26px;}h6 {font-size:22px;}
:focus { outline:0; }
a:active { outline:none; }
body { line-height:1; color:black; background:white; }
ol,ul { list-style:none; }
table { border-collapse:separate; border-spacing:0;}
caption,th,td { text-align:left; font-weight:normal; }
blockquote:before,blockquote:after,q:before,q:after { content:""; }
blockquote,q { quotes:"" ""; }

@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

@font-face {
    font-family: 'Humanst521BTRoman';
    src: url('font/humanist_521_bt-webfont.eot');
    src: url('font/humanist_521_bt-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/humanist_521_bt-webfont.woff') format('woff'),
         url('font/humanist_521_bt-webfont.ttf') format('truetype'),
         url('font/humanist_521_bt-webfont.svg#Humanst521BTRoman') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: "Montserrat", sans-serif;
    src: url('font/dinreg1-webfont.eot');
    src: url('font/dinreg1-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/dinreg1-webfont.woff') format('woff'),
         url('font/dinreg1-webfont.ttf') format('truetype'),
         url('font/dinreg1-webfont.svg#DINRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'fjalla_oneregular';
    src: url('font/fjallaone-regular-webfont.eot');
    src: url('font/fjallaone-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/fjallaone-regular-webfont.woff') format('woff'),
         url('font/fjallaone-regular-webfont.ttf') format('truetype'),
         url('font/fjallaone-regular-webfont.svg#fjalla_oneregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'exodemibold';
    src: url('font/exo-semibold.eot');
    src: url('font/exo-semibold.eot?#iefix') format('embedded-opentype'),
         url('font/exo-semibold.woff') format('woff'),
         url('font/exo-semibold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

/*TIPOGRAFIAS*/
.tipo1 {
    font-family: "Montserrat", sans-serif;
	font-size:14px;
	line-height:22px;
	font-weight:300;
	
} 
.tipo2 {
    font-family: "Montserrat", sans-serif;
} 
.tipo3 {
    font-family: "Montserrat", sans-serif;
} 
.tipo4 {
    font-family: 'exodemibold';
} 
.tipo5 {
    font-family: "Montserrat", sans-serif;
} 

/*TAMANOS*/
.size12 {
	font-size:12px;
}
.size14 {
	font-size:14px;
}
.size16 {
	font-size:16px;
}
.size18 {
	font-size:18px;
}.size20 {	font-size:20px;}.size22 {	font-size:22px;}

body { 
	letter-spacing:0;
	color:#434343;
	background:#FFFFFF url(../images/bk3.jpg) no-repeat;
	position:relative;
/*	text-shadow:0 0px 0 rgba(255,255,255,.8);
	-webkit-font-smoothing: subpixel-antialiased;*/
	font-family: "Montserrat", sans-serif;
}

#container {
	width:990px;
	margin:0px auto;
	min-height: 100%;

}

#logo {
	height:126px;
	padding-top:10px;
}

#logo_toyota {
	padding:20px 10px 0 0;
}



/*MENU*/
#menu {  
	font-family: "Montserrat", sans-serif;
	font-size: 0.6em;
	width: 990px;
	margin: 0px;
	padding: 0;
	border-top: 1px solid #e7e7e7;
	border-bottom: 1px solid #e7e7e7;
	outline: none;
	height: 40px;
	background:#FAFAFA;
	z-index:1000;

}
#menu ul { 
	list-style-type: none;
	z-index:1000;
}
#menu ul li.nivel1 { 
	float: left;
	position: relative;
	list-style: none;
	display: block;
	z-index:1000;
}

#menu ul li a {
	display: block;
	padding: 0px 5px;
	margin: 0px;
	line-height: 40px;
	text-transform: uppercase;  
	text-decoration: none;
	font-weight: 400;
	font-size: 11px;
	color: #00407d;
	z-index:1000;
}

#menu ul li:hover {
	position: relative;
	z-index:1000;
}

#menu ul li a:hover, #menu ul li:hover a.nivel1 {
	background: #03317e; /*url(../images/bg_menu_on.jpg) repeat-x top center;*/
	color: #FFFFFF; 
	margin: 0;
	z-index:1000;
}
#menu ul li a.nivel1 {
	display: block!important;display: none;
	position: relative;
	z-index:1000;
}
#menu ul li ul {
	display: none;
	z-index:1000;
}
#menu ul li a:hover ul, #menu ul li:hover ul {
	display: block;
	position: absolute;left: 0px;
	z-index:1000;
}


#menu ul li ul li a {
	display: block;
	padding: 0px 10px;
	margin: 0px;
	line-height: 40px;
	text-transform: uppercase;  
	text-decoration: none;
/*	border-left: 1px solid #9A9999;*/
	font-weight: none;
	font-size: 12px;
	background: #03317e;
	color: #FFF;
	z-index:1000;
}


#menu ul li ul li a {
	display: block;

	margin: 0px;
	line-height: 40px;
	text-transform: uppercase;  
	text-decoration: none;
	border-bottom: 1px solid #fff;
	font-weight: none;
	font-size: 12px;
	background: #03317e;
	color: #FFF;
	z-index:1000;
	width: 240px;
	padding: 0px 0px 0px 10px;
}

#menu ul li ul li a:hover {
	background: #034ac2; /*url(../images/bg_menu_on.jpg) repeat-x top center;*/
	color: #FFFFFF; 
	margin: 0;
	z-index:1000;
}

table.falsa {
	border-collapse:collapse;
	border:0px;
	float: left;
	position: relative;
}





/*BUSCADOR*/
#buscador {	
	height:100px;
	color:#111111; 
	padding:10px;

}
.input_buscador_usados {
	background:#DFDFDF; 
	color:#515050; 
	border:1px solid #EEEEEE;
	padding:5px;

}

.input_buscador {
	width:230px; 
	height:22px; 
	background:#6983B4; 
	color:#ffffff; 
	border:1px solid #6A85B9;
	padding:5px;
}
/*PIE*/

#pie {
	width:100%;
	height:50px;
	background: #url(../images/bg_pie.jpg) repeat-x top center;
}

.container_pie {
	width:1170px;
	margin:0px auto;
	min-height: 100%;
	color:#D0D0D0;
	font-family: "Montserrat", sans-serif;
	font-weight: none;
	font-size: 11px;
	text-transform: uppercase;  
	line-height:20px;
	text-align:center;
}

.container_pie a {
	color:#D0D0D0;
	text-decoration:none;
} 

.texto_titulo_mediano {
	font-size:22px;
	padding:10px 0;
	margin-bottom:10px;
	font-family: "Montserrat", sans-serif;
}

.texto_titulo {
	font-size:32px;
	padding:20px 10px 10px 0px; 
	margin-bottom:10px;
	font-family: "Montserrat", sans-serif;
}

.texto_chico{
	font-size:16px;
	font-family: "Montserrat", sans-serif;
	line-height:24px;
	color:#9f0005;
}

.texto_medio {
	font-size:18px;
	font-family: "Montserrat", sans-serif;
	line-height:40px;
}

.texto_marca {
	font-size:24px;
	line-height:40px;
}

.texto_descripcion {
	font-size:14px;
	line-height:25px;
}

.texto_justificado {
	text-align:justify;
}

.negro {
	color:#000000;
}

.blanco {
	color:#FFFFFF;
}

.gris {
	color:#848484;
}

.rojo {
	color:#E42828;
}

.naranja {
	color:#ef8100;
}

.bold {	font-weight:bold;}

.verde {
	color:#28985E;
}

.azul {
	color:#0d2760;
}

.puntos {
	color:#E4E4E4;
	font-size:18px;
	line-height:40px;
}

/*ALTOS DE TEXTOS*/
.altotexto20 {
	line-height:20px;	
}

.altotexto26 {
	line-height:26px;	
}

.marco_imagen {
	padding:8px; 
	border:1px solid #F3F3F3; 
}

.borde_inferior {
	border-bottom:1px solid #CECECE; 
	padding:5px;
}

.borde_izq {
	border-left:1px solid #CECECE; 
}


.borde_inferior_rojo {
	border-bottom:1px solid #E42828; 
}

.puntero {
	cursor:pointer; 
}
/*BOTONES*/
.boton_mas_detalle {
	background:#E42828;
	color:#FFFFFF;
	padding:5px 10px 5px 10px;
	font-size:11px;
	border:none;
	text-decoration:none;
}

.titulo_venue {
	padding-bottom:6px;
	border-bottom:1px solid #ef8100;
}
.boton_mas_info {
	background:#E42828;
	color:#FFFFFF;
	padding:5px 10px 5px 10px;
	font-size:14px;
	border:none;
	font-family: "Montserrat", sans-serif;
	text-decoration:none;	
}

.boton_consultar {
	background:#365389;
	color:#FFFFFF;
	padding:5px 10px 5px 10px;
	font-size:18px;
	text-decoration:none;	
}

.boton_enviar {
	background:#203354;
	color:#FFFFFF;
	padding:5px 10px 5px 10px;
	font-size:18px;
	border:none;
	font-family: "Montserrat", sans-serif;
	text-decoration:none;		
}

/*FORMULARIO*/

#formulario {
	font-size:11px;
	color:#9F9F9F;
	font-family: "Montserrat", sans-serif;

	line-height:16px;	

}

.ancho_form_contacto {
	width:270px;
}

.ancho_form_alerta {
	width:490px;
}

.input_form {
	padding:5px;
	border:1px solid #D0D0D0;
	font-size:11px;
}

.texto {
	font-size:16px;
	line-height:24px;	
}

.texto20 {
	font-size:20px;
}

.texto18 {
	font-size:18px;
}

.texto16 {
	font-size:16px;
}

.texto11 {
	font-size:11px;
}

.nombre_campo_form {

}
/*DETALLE VEHICULO*/

.texto_detalle {
	font-size:12px;
	font-family: "Montserrat", sans-serif;
	line-height:16px;	
}

.texto_arial_14 {
	font-size:14px;
	font-family: "Montserrat", sans-serif;
	line-height:16px;
	text-align:justify;
}

/*Footer*/
div#footer {
	width: 100%; 
	float:left; 
	background:#03317e; 
	color:#FFFFFF; 
	padding-bottom:15px;
	font-size:100%;
}

div#footer a{
	color:#FFFFFF; 
	text-decoration:none;
}

div#footer a:hover{
	text-decoration:underline;
}

/*IMAGNES OPACAS*/
.opaco img{
	opacity:.6;
    filter: alpha(opacity=60);
}

.opaco img:hover{
    opacity:1;
    filter: alpha(opacity=10);
}

/*****************/

#home{
	width:62px;
	background-image:url("../images/bk_home.png");
}

#agenda{
	width:160px;
	background-image:url("../images/bk_agenda.png");
}

#venue{
	width:69px;
	background-image:url("../images/bk_venue.png");
	position:relative;
}

#previous{
	width:152px;
	background-image:url("../images/bk_previous.png");
	position:relative;
}

#sponsorship{
	width:215px;
	background-image:url("../images/bk_sponsorship.png");
}

#registration{
	width:164px;
	background-image:url("../images/bk_registration.png");
	position:relative;
}

#contact{
	width:105px;
	background-image:url("../images/bk_contact.png");
}


#submenu_previous
{
	z-index:9999999;
	display:none;
	padding:0;
	position:absolute;
	top:36px;
	left:0;
	width:248px;
	height:34px;
	background-image:url("../images/bk_submenu_previous.jpg");
}

#previous #submenu_previous a
{
	font-size:13px;
	color:#fff;
	height:31px;
	line-height:31px;
	margin-left:20px;
}

#previous:hover #submenu_previous{
	display:block;
}

#previous #submenu_previous a:hover{
	color:#00a5e2;
}



#submenu_venue
{
	z-index:9999999;
	display:none;
	padding:0;
	position:absolute;
	top:36px;
	left:0;
	width:248px;
	height:91px;
	background-image:url("../images/bk_submenu_venue.jpg");
}

#venue #submenu_venue a
{
	font-size:13px;
	color:#fff;
	height:31px;
	line-height:31px;
	margin-left:20px;
}

#venue:hover #submenu_venue{
	display:block;
}

#venue #submenu_venue a:hover{
	color:#00a5e2;
}

#submenu_registration
{
	z-index:9999999;
	display:none;
	padding:0;
	position:absolute;
	top:36px;
	left:0;
	width:248px;
	height:120px;
	background-image:url("../images/bk_submenu_registration.jpg");
}

#submenu_registration li
{
	
	clear:both;
}

#registration #submenu_registration a
{
	font-size:13px;
	color:#fff;
	height:30px;
	line-height:33px;
	margin-left:20px;
}

#registration:hover #submenu_registration{
	display:block;
}

#registration #submenu_registration a:hover{
	color:#00a5e2;
}

#content_left{
	float:left;
	width:677px;
}

#content_left h1{
	font-family: 'flama_bookregular';
	font-size:23px;
	color:#0a3c74;
	padding:0;
	margin:25px 0px 0px 0px;
}
#content_left h2.subtitle{
	font-family: 'flama_bookregular';
	font-size:17px;
	color:#0a3c74;
	padding:0;
	margin:0px 0px 25px 0px;
}

#content_left h1.agenda{
	font-size:23px;
}

#content_left p.coming{
	font-size:16px;
}

#content_left h1.fees{
	font-size:30px;
	font-weight:400;
	text-transform:uppercase;
}
#content_left h1.venue{
	font-size:30px;
	font-weight:400;
}
#content_left h1.fees{
	margin:25px 10px 10px 10px;
}

#content_left h1 span{
	font-family: "Montserrat", sans-serif;
}

#content_left h2.fees{
	font-size:18px;
	color:#13a4ef;
	font-weight:400;
	font-family: "Montserrat", sans-serif;
	margin:0px 10px;
	padding:0;
	margin-bottom:20px;
}

#destacados{
	overflow:hidden;
	margin-top:30px;
}

.destacado
{
	float:left;
	margin-right:5px;
	width:190px;
	height:361px;
	background-image:url("../images/bk_destacado_home.png");
	padding:15px;
	position:relative;
}

.destacado img{
	border:1px solid #ddddde;
	padding:2px;
	background-color: #FFFFFF;
}

.destacado h2{
	font-family: "Montserrat", sans-serif;
	margin:0;
	font-size:21.22px;
	color:#0a3c74;
	text-transform:uppercase;
}

.destacado span{
	font-size:13px;
	color:#7c7c7c;
}

.destacado a.view_more{
	font-size:14px;
	color:#fff;
	font-family: "Montserrat", sans-serif;
	text-decoration:none;
	position:absolute;
	right:15px;
	bottom:22px;
}


#content_right{
	float:right;
	width:245px;
	border:1px solid #ddddde;
	background-color:#e9e9e9;
	text-align:center;
}

#banner_right{
	width:191px;
	margin:5px auto;
	text-align:center;
	background-color:#fff;
	padding:22px;
}

.titulo_banner
{
	height:17px;
	background-image:url("../images/bk_titulo_banner.png");
}

.titulo_banner span
{
	background-color:#fff;
	padding:2px;
}

#cont_slider{
	width:678px;
	height:530px;
	background-image:url("../images/bk_slider.png");
	overflow:hidden;
}

#slides{
	position:relative;
	margin:7px;
}

ul.pagination
{
	margin:0;
	padding:0;
	list-style:none;
	position:absolute;
	right:30px;
	bottom:20px;
	z-index:9999;
}

ul.pagination li
{
	margin:0;
	padding:0;
	width:16px;
	height:16px;
	background-image:url("../images/bk_pagination.png");
	float:left;
	text-align:center;
	line-height:16px;
	margin-right:5px;
}

ul.pagination li a
{
	text-decoration:none;
	text-align:center;
	font-size:12px;
	color:#2f385e;
}

ul.pagination li.current
{
	
	background-position:bottom;
}

ul.pagination li.current a
{
	
	color:#fff;
}


.clearboth{
	clear:both;
}


#cont_footer
{
	margin-top:60px;
	text-align:center;
	height:164px;
	background:url("../images/bk_footer.jpg") top center repeat-x transparent;
	width:100%;
}

#footer
{
	text-align:left;
	margin:auto;
	width:932px;
	font-size:11px;
	color:#fff;
	overflow: hidden;
}

#logo_footer{
	margin-top:30px;
	float:left;
}

#menu_footer{
	list-style:none;
	margin-top:70px;
	
	overflow:hidden;
	float:right;
}

#menu_footer li{
	float:left;
	margin-left:10px;
}

#menu_footer li a{
	text-decoration:none;
	font-size:11px;
	color:#fff;
}

#destacado_agenda{
	margin-top:10px;
	background:url("../imgages/bk_destacado_agenda.jpg") top center repeat-x transparent;
	width:677px;
	overflow:hidden;
	height: 265px;
}

#contact_agenda
{
	float:left;
	width:235px;
	margin-top:155px;
	text-align:right;
	color:#315884;
	font-family: "Montserrat", sans-serif;
	font-size:18px;
}

#contact_agenda a
{
	text-decoration:none;
	text-align:right;
	color:#108fc9;
	font-family: "Montserrat", sans-serif;
	font-size:15px;
}

#botones_agenda
{
	margin-left: 40px;
	margin-top: 10px;
	float:left;
}

#botones_agenda a
{
	display:block;
	width:300px;
	height:81px;
	padding: 20px 0 0px 80px;
	text-decoration:none;
	
}

#botones_agenda a span
{
	text-align:left;
	color:#fff;
	font-family:"exodemibold";
	font-size:18px;
	filter:progid:DXImageTransform.Microsoft.Shadow(color=#333333,direction=135,strength=3);
	text-shadow:#333 2px 2px 2px;
}

#btn1{
	background:url("../imgages/bk_btn_agenda.jpg") top center repeat-x transparent;
}

#btn2{
	background:url("../images/bk_btn_agenda2.jpg") top center repeat-x transparent;
	margin-top: 15px;
}






#contacto
{
	float: left;
    height: 56px;
    margin-right: 75px;
    overflow: hidden;
}

#contacto a
{
	font-family:"bignoodletitlingregular";
	font-size:22px;
	line-height:56px;
	color:#fff;
	text-decoration:none;
	margin-right:15px;
}

#redes
{
	float:right;
	line-height:56px;
	margin-right:15px;
}

#redes a img
{
	vertical-align:middle;
}

#contacto a img
{
	vertical-align:middle;
}

.venue_img{
	background:#FFFFFF;
	padding:5px;
	border:1px solid #d3dade;
}

.text_venue h2{
	color:#0a3c74;
	font-size:18px;
	font-family: "Montserrat", sans-serif;
	font-weight:400;
}
.text_venue strong{
	font-weight:bold;
	color:#009ce0;
}

.venue_slides_container{
	position:relative;
}

#slides{
	position:relative;
	margin:7px;
	width:665px;
	height:291px;
	overflow:hidden;
}
#slides div{float:left;
overflow:hidden;
position:relative;
}
h3.slides_title{
	position:absolute;
	top:10px;
	left:16px;
	margin:0;
	padding:0;
	font-family: "Montserrat", sans-serif;
	font-weight:400;
	font-size:20px;
	color:#fff;
	line-height:22px;
	z-index: 1000;
}
h3.slides_title strong{ font-family: "Montserrat", sans-serif;}
ul.pagination_venue
{
	margin:0;
	padding:0;
	list-style:none;
	position:absolute;
	right:30px;
	bottom:20px;
	z-index:9999;
}

ul.pagination_venue li
{
	display:inline;
	margin:0;
	padding:0;
	width:57px;
	height:57px;
	margin-right:3px; 
}
ul.pagination_venue li img{border:1px solid #cbcbcb;}

.map_container{
	width:666px;
	height:333px;
	padding:5px;
	background:#d1d1d1;
}

.venue_registration{
	margin:50px 16px 15px 16px;
	background:url(../images/venue_registration_bg.jpg) right no-repeat;
	min-height:158px;
}

.venue_registration h3{
	font-size:29px;
	font-family: "Montserrat", sans-serif;
	color:#0a3c74;
	margin:0;
	padding:0;
	margin-bottom:10px;
	width:410px;
	text-transform:uppercase;
	font-weight:400;
}
.venue_registration p{
	width:410px;
}
.venue_registration .view_more{
	display:block;
	width:104px;
	height:35px;
	line-height:35px;
	background:url(../images/venue_view_more.png) no-repeat;
	text-align:center;
	color:#FFF;
	font-family: "Montserrat", sans-serif;
	font-size:14px;
	text-transform:uppercase;
}
	
	
/* FEES */

.fees_table_container{
	background:#0d94db;
	padding:16px;
}

.fees_table_container div{
	margin:20px 0px 10px 0px;
	color:#FFF;
}

.fees_table{
	margin:0px -10px;
	width:100%;
	border:0;
	border-collapse:collapse;
}

.fees_table td, .fees_table th{
	padding:5px 10px;
	color:#FFFFFF;
	
	text-align:left;
}

.fees_table th{
	font-family: "Montserrat", sans-serif;
	font-size:16px;
	font-weight:bold;
	background:#74b9dd;
}

.fees_table td{
	background:#46a3d4;
	font-size:14px;
	font-family: "Montserrat", sans-serif;
}

h4.fees{
	margin:0;
	padding:0;
	margin-top:25px;
	margin-left:10px;
	color:#315884;
	font-size:15px;
	text-transform:uppercase;
	font-weight:400;
}

ul.includes{
	margin:0;
	padding:0;
	margin-left:10px;
}
ul.includes li{
	list-style-position:inside;
}
.fees_text{
	margin-left:10px;
}
.fees_text strong{
	font-weight:bold;
	color:#0c84c3;
}
.fees_breakspace{
	padding-bottom:30px;
	border-bottom:1px solid #dcdcdc;
	width:400px;
	margin-bottom:30px;
	height:1px;
	font-size:0;
}

.fees_local_trans{
	width:633px;
	background:url(../images/fees_hyatt_local_trans_bg.jpg) right no-repeat;
	height:137px;
}
.fees_local_trans .fees_text{
	width:450px;
	font-size:13px;
}
.fees_local_trans .fees_text strong{color:#555555; }

.previous_map{
	background:url(../images/previous_map.jpg) no-repeat;
	width:675px;
	height:333px;
	position:relative;
}
#previous_countries .balloon_container{
	position:absolute;
	
}
.balloon_container .balloon_text{

	background:#007ab8 url(../images/balloon_bg.png) repeat-x top;
	min-height:9px;
	padding:5px;
	color:#ffffff;
	font-size:11px;
	font-weight:bold;
	text-align:center;
}
.balloon_container .balloon_bottom{
	background:url(../images/balloon_bottom_bg.png) center no-repeat;
	height:9px;
}
#dallas{
	left: 56px;
	top: 85px;
}
#rovinj{
	top:85px;
	left: 347px;
}
#lisboa{
	top:64px;
	left:235px;
}
#real{
	top:21px;
	left:263px;
}
#amsterdam{
	top:-8px;
	left:326px;
}
#saopablo{
	top:177px;
	left:127px;
}

.delegates_box{
	border:4px solid #d1d1d1;
}
.delegates_box .text{
	float:left;
	width:228px;
	height:535px;
	background:#fafafa url(../images/delegates_box_text_bg.png) repeat-x;
}
.delegates_box .text .plane{
	float:right;
	margin-top:75px;
	margin-right:30px;
}
.delegates_box .text h4{
	margin-right:30px;
	float:right;
	width:180px;
	font-family: "Montserrat", sans-serif;
	font-weight:400;
	color:#108fc9;
	font-size:13px;
	text-transform:uppercase;
	text-align:right;
}
.countries_box{
	float:right;
	width:441px;
	text-transform:uppercase;
}

#sponsorship_countries{
	width:100%;
	border:1px solid #abacad;
}
.countries_box ul{margin:0; padding:0;padding-left:20px; letter-spacing:-1px;}

.countries_box ul.one{
	background:url(../images/previous_countries_bg1.png);
	border-bottom:1px solid #d6d6d7;
	padding-top:0px;
}
.countries_box ul.two{
	background:url(../images/previous_countries_bg2.png);
	padding-top:4px;
	border-bottom:1px solid #d6d6d7;
}
.countries_box ul.one li{background:url(../images/previous_countries_bullet1.png) left center no-repeat; color:#747474}
.countries_box ul.one li a{color:#747474; text-decoration:none;}

.countries_box ul.two li{background:url(../images/previous_countries_bullet2.png) left center no-repeat; color:#1289c8;}
.countries_box ul.two li a{ color:#1289c8; text-decoration:none; }

.countries_box li{

	display:inline-block;
	vertical-align:middle;
	font-family: "Montserrat", sans-serif;
	padding-left:18px;
	width:120px;
}
#sponsorship_countries li{
	width:140px;
}
.delegates_box .map2{
	background:#f2f3f3 url(../images/previous_map_grey.jpg) no-repeat;
	width:100%;
	height:366px;
	position:relative;
	clear:both;
}

.sponsorship_box{
	border:6px solid #d1d1d1;
}

.sponsorship_contact{
	height:101px;
	background:url(../images/sponsorship_contact_bg.jpg) no-repeat;
}
.sponsorship_contact p{
	float:left;
	margin-left:235px;
	margin-top:25px;
	color:#FFFFFF;
	font-size:17px;
	text-shadow: 1px 1px 0px #150445;
 filter: dropshadow(color=#150445, offx=1, offy=1);
	font-family: "Montserrat", sans-serif;
	font-weight:400;
}
.sponsorship_contact p a{	color:#FFFFFF; text-decoration:none;}
.sponsorship_contact p strong{font-family: 'flama_boldregular'; font-weight:400;}

.sponsors-list{
	text-align:justify;
	width:100%;
}
.sponsors-list td{
		width:25px;
		vertical-align:middle;
		text-align:center;
		padding:15px 0px;
}


ul.sponsors-list li{
	display:inline-block;
	padding:5px 20px;
	vertical-align:middle;
}

ul.gallery-menu{
	height:40px;
	margin:0;
	padding:0;
	margin-bottom:20px;
}
ul.gallery-menu li{
	width:56px;
	height:37px;
	line-height:37px;
	text-align:center;
	margin-right:10px;
	float:left;
	font-size:14px;
	color:#515151;
	list-style:none;
	font-family: "Montserrat", sans-serif;
}
.ui-state-default a{	color:#515151; text-decoration:none;}

.ui-state-hover, .ui-state-active{
	text-transform:uppercase;
	background:url(../images/gallery_menu_bg.png) repeat-x;
}
.ui-state-hover a, .ui-state-active a{color:#FFF;}
.ui-tabs .ui-tabs-panel{
    left:0;
}

.ui-tabs .ui-tabs-hide {
    position: absolute;
    left: -10000px;
}


.contact_box{
	background:#e2e2e2 url(../images/contact_box_bg.png) repeat-x;
	border:6px solid #d1d1d1;
	color:#315884;
	font-weight:400;
	text-transform:none;
	letter-spacing:-1px;
}

.contact_box .plane{
	width:250px;
	height:275px;
	padding:30px 0px 0px 25px;
	float:left;
	text-align:right;
}
.contact_box .plane img{
	padding-bottom:10px;
}

.contact_box .plane h3{

	margin:0;
	padding:0;
	margin-top:0px;
	margin-right:25px;
	font-size:18px;
}
.contact_box .plane h3 strong{
	font-weight:400;
}

.contact_box form{
	float:right;
	width:380px;
	height:275px;
	margin-right:25px;
	margin-top:30px;
}

.contact_box form .row{
	height:45px;
	width:100%;
	margin-bottom:10px;
	text-align:right;
}
.contact_box form .row2{
	height:120px;
	width:100%;
	margin-bottom:10px;
	text-align:right;
}
.contact_box form label{text-transform:none; margin-right:10px;}
.contact_box form .row input{
	background:rgba(255,255,255,0.8);
	margin:0;
	padding:0px 3px 7px 3px;
	width:259px;
	height:35px;
	border:0;
}
.contact_box form .row2 textarea{
	background:rgba(255,255,255,0.8);
	margin:0;
	padding:2px 3px 7px 3px;
	width:259px;
	height:110px;
	border:0;
}

.contact_box form .row input.btn{
	background:#1c8ac4;
	width:82px;
	height:29px;
	margin:0;
	padding:0;
	color:#FFF;
	text-transform:uppercase;
	font-size:12px;
}
.contact_box .data{
	padding:10px;
	float:left;
	border:1px solid #b3b3b4;
	line-height:25px;

}
.contact_box #data1{background:url(../images/contact_data1.png);}
.contact_box #data2{background:url(../images/contact_data2.png);}

.contact_box .data .icon{float:left; width:35px; text-align:center;	margin-right:5px;}
.contact_box .data .text{
	font-size:16px;
	color:#0c2f71;
	float:left;
	line-height:20px;
	font-weight:400;
	letter-spacing: 0px;
}
.contact_box .data .text a{ color:#0c2f71; text-decoration:none;}
.contact_box .data .text a:hover{text-decoration:underline;}
.contact_box .data .text strong{
	font-weight:15px;
	font-family: "Montserrat", sans-serif;
	font-weight:400;
	color:#315884;
}

.contact_footer{
	width:100%;
	height:100px;
	background:url(../images/contact_footer.png);
	margin-top:15px;
	color:#FFFFFF;
	text-transform:uppercase;
}

.contact_footer .thanks{
	margin-left:85px;
	margin-top:27px;
	width:245px;
	height:50px;
	font-family: "Montserrat", sans-serif;
	float:left;
	font-size:12px;
	text-align:right;
	line-height:15px;
}
.contact_footer .website{
	width:290px;
	height:40px;
	float:right;
	margin-top:32px;
	margin-right:25px;
	font-size:13px;
	font-family: 'exodemibold';
	font-weight:400;
	text-shadow: 1px 1px 0px #000000;
        filter: dropshadow(color=#000000, offx=1, offy=1);
}
.contact_footer .website a{font-size:14px; color:#FFF; text-decoration:none;}

#companies_attended{
	margin-top:50px;
}

#companies_attended a
{

	display:block;
	width:200px;
	height:81px;
	padding: 20px 100px 0 80px;
	text-decoration:none;
	background:url("../images/bk_btn_agenda2.jpg") top center repeat-x transparent;
	
}

#companies_attended a span
{
	text-align:left;
	color:#fff;
	font-family:"exodemibold";
	font-size:18px;
	filter:progid:DXImageTransform.Microsoft.Shadow(color=#333333,direction=135,strength=3);
	text-shadow:#333 2px 2px 2px;
	width:200px;
}

#registration_btn a
{

	display:block;
	height:81px;
	padding: 15px 120px 0 100px;
	text-decoration:none;
	background:url("../images/bk_btn_big.jpg") top center repeat-x transparent;
	color:#FFFFFF;
	font-size:15px;
	font-family:"exodemibold";
	filter:progid:DXImageTransform.Microsoft.Shadow(color=#333333,direction=135,strength=3);
	text-shadow:#333 2px 2px 2px;
	
}
#registration_btn a span
{
	text-align:left;
	color:#fff;
	font-family:"exodemibold";
	font-size:18px;
	filter:progid:DXImageTransform.Microsoft.Shadow(color=#333333,direction=135,strength=3);
	text-shadow:#333 2px 2px 2px;
	width:100%;
}

.listado_agenda li {
	border-bottom:1px solid #DDDDDD;
	padding:0 0 0 20px;
	background:url(../images/previous_countries_bullet2.png) 5px 10px no-repeat;	
	
}

.thumbnail {
	float: left;
	margin: 2px;
	padding: 10px;
	text-align: center;
	color: #CCCCCC;
	width: 220px;
	
	}

.thumbnail img{
	background: #f2f2f2;
	border:1px solid #ccc;
	padding: 7px;
	margin: auto;
	display:block;
}

.thumbnail a {
	color:#999999;
	text-decoration: none;
}


.text_center {
	text-align:center;
}
.size25 {
	font-size:25px;
}

.altotexto35 {
	line-height:35px;	
}


.altotexto45 {
	line-height:45px;	
}

.border_left {
	border-left:1px solid #DDDDDD;
}
.border_bottom {
	border-bottom:1px solid #DDDDDD;
}

.padding5 {
	padding:5px;
}

.middle {
	vertical-align:middle;
}

#menu ul li.nivel3 { 
	float: left;
	position: relative;
	list-style: none;
	display: block;
	z-index:1000;
	margin-top:-5px;
}
#menu ul li a.nivel3 {
	padding: 0px 0px;	
}

#menu ul li:hover a.nivel3 {
	background-color: transparent;
	padding: 0px 0px;		
	margin: 0;	
}


.squaredOne {
  width: 18px;
  height: 18px;
  position: relative;
  margin: 10px auto;
  background: #fcfff4;
  background: linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
  box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
  label {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 4px;
    left: 4px;
    cursor: pointer;
    background: linear-gradient(top, #222 0%, #45484d 100%);
    box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,1);
    &:after {
      content: '';
      width: 16px;
      height: 16px;
      position: absolute;
      top: 2px;
      left: 2px;
      background: $activeColor;
      background: linear-gradient(top, $activeColor 0%, $darkenColor 100%);
      box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
      opacity: 0;
    }
    &:hover::after {
      opacity: 0.3;
    }
  }
  input[type=checkbox] {
    visibility: hidden;
    &:checked + label:after {
      opacity: 1;
    }   
  } 
}.boton-post {	background-color:#f07319;	border-top:5px solid #e05f03;}.boton-post li a {	color:#fff;}
/* end .squaredOne *//*TABLE*/table.minimalistBlack {  border: 1px solid #999;  width: 100%;  text-align: left;  border-collapse: collapse;}table.minimalistBlack td, table.minimalistBlack th {  border: 1px solid #999;  padding: 5px 4px;}table.minimalistBlack thead {  background: #ececec;  border-bottom: 2px solid #666;}table.minimalistBlack thead th {  font-weight: bold;  color: #000000;  text-align: left;}table.minimalistBlack tfoot {  font-weight: bold;  color: #000000;  border-top: 3px solid #000000;}

.titulo_sponsors {
	
}