@charset "utf-8";
/* CSS Document */
*
{
padding:0px;
margin:0px;
outline: 0; /*Estas son las líneas que hacen que no salgan border al pinchar en un mapeado de una imagen en ciertos navegadores.*/
}


body{ font-size: 18px; line-height:22px; color: #000000; font-weight:normal;  font-family: 'Barlow Semi Condensed', sans-serif;}
table{ font-size: 18px; line-height:22px; color: #000000; font-weight:normal;  font-family: 'Barlow Semi Condensed', sans-serif; }
td{ font-size: 18px; line-height:22px; color: #000000; font-weight:normal;  font-family: 'Barlow Semi Condensed', sans-serif; }

#header{
margin:auto;
width:420px;
font-family: 'Barlow Semi Condensed', sans-serif;	
font-weight:bold;
z-index:1000;
}

ul, ol {
list-style:none;	
}
.nav li a{
background-color:#fff;
color:#338dc9;
text-decoration:none;
padding:10px 15px;
display:block;
}

.nav li a:hover{
background-color:#338dc9;
color:#fff;
}

.nav > li {
 float:left;
 	
}

.nav li ul {
display:none;	
position:absolute;
min-width:140px;
}

.nav li:hover > ul {
display:block;	
}

.nav li ul li {
 position:relative;
}

.nav li ul li ul {
 right:-140px;
 top:0px;
}


h1 { font-size: 20px; line-height:30px; color: #FFFFFF; font-weight:bold;  font-family: 'Barlow Semi Condensed', sans-serif; }

.titulo{ font-size: 26px; line-height:30px; color: #338dc9; font-weight:normal;  font-family: 'Barlow Semi Condensed', sans-serif; }
.titulo2{ font-size: 24px; line-height:30px; color: #338dc9; font-weight:normal;  font-family: 'Barlow Semi Condensed', sans-serif; }
.titulomed{ font-size: 22px; line-height:30px; color: #338dc9; font-weight:normal;  font-family: 'Barlow Semi Condensed', sans-serif; }

/*.titulohomevertical{
	 font-size: 24px; line-height:30px; color: #338dc9; font-weight:bold;  font-family: 'Barlow Semi Condensed', sans-serif;  writing-mode: vertical-lr; transform: rotate(-90deg);
}*/
.titulohomevertical
{
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
 
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
 
  font-size: 18px; line-height:25px; color: #338dc9; font-weight:bold;  font-family: 'Barlow Semi Condensed', sans-serif;
}

.textoNoticia{ font-size: 16px; line-height:20px; color: #FFFFFF; font-weight:normal;  font-family: 'Barlow Semi Condensed', sans-serif;}
.morenewshome{ font-size: 14px; line-height:20px; color: #FFFFFF; font-weight:normal;  font-family: 'Barlow Semi Condensed', sans-serif;}
.moreinfohome{ font-size: 14px; line-height:20px; color: #FFFFFF; font-weight:normal;  font-family: 'Barlow Semi Condensed', sans-serif;}
.menu{ font-size: 16px; line-height:20px; color: #338dc9; font-weight:bold;  font-family: 'Barlow Semi Condensed', sans-serif; }
.submenu{ font-size: 14px; line-height:18px; color: #338dc9; font-weight:bold;  font-family: 'Barlow Semi Condensed', sans-serif; }
.subsubmenu{ font-size: 12px; line-height:18px; color: #338dc9; font-weight:bold;  font-family: 'Barlow Semi Condensed', sans-serif; }

.titnewshome { font-size: 24px; line-height:30px; color: #FFFFFF; font-weight:bold;  font-family: 'Barlow Semi Condensed', sans-serif; }
.titulohome { font-size: 24px; line-height:30px; color: #338dc9; font-weight:bold;  font-family: 'Barlow Semi Condensed', sans-serif; }
.titulopaginas { font-size: 24px; line-height:30px; color: #338dc9; font-weight:bold;  font-family: 'Barlow Semi Condensed', sans-serif; }

a.titulopaginas:active{ font-size: 24px; line-height:30px; color: #338dc9; font-weight:bold;  font-family: 'Barlow Semi Condensed', sans-serif; text-decoration:none;  }
a.titulopaginas:visited{ font-size: 24px; line-height:30px; color: #338dc9; font-weight:bold;  font-family: 'Barlow Semi Condensed', sans-serif; text-decoration:none;}
a.titulopaginas:link{ font-size: 24px; line-height:30px; color: #338dc9; font-weight:bold;  font-family: 'Barlow Semi Condensed', sans-serif; text-decoration:none; }
a.titulopaginas:hover{ font-size: 24px; line-height:30px; color: #338dc9; font-weight:bold;  font-family: 'Barlow Semi Condensed', sans-serif; text-decoration:none;}



.titulobolashome { font-size: 17px; line-height:20px; color: #338dc9; font-weight:normal;  font-family: 'Barlow Semi Condensed', sans-serif; }
.textohome{ font-size: 16px; line-height:20px; color: #338dc9; font-weight:normal;  font-family: 'Barlow Semi Condensed', sans-serif; }


a.titnewshome:active{ font-size: 24px; line-height:30px; color: #FFFFFF; font-weight:bold;  font-family: 'Barlow Semi Condensed', sans-serif; }
a.titnewshome:visited{ font-size: 24px; line-height:30px; color: #FFFFFF; font-weight:bold;  font-family: 'Barlow Semi Condensed', sans-serif; }
a.titnewshome:link{ font-size: 24px; line-height:30px; color: #FFFFFF; font-weight:bold;  font-family: 'Barlow Semi Condensed', sans-serif; }
a.titnewshome:hover{ font-size: 24px; line-height:30px; color: #000000; font-weight:bold;  font-family: 'Barlow Semi Condensed', sans-serif; }

a:active{ text-decoration:none; color:#338dc9; }
a:visited{ text-decoration:none; color:#338dc9;}
a:link{ text-decoration:none; color:#338dc9; }
a:hover{ text-decoration:none; color:#000000;}

a.textoNoticia:active{ text-decoration:none; color:#FFFFFF; }
a.textoNoticia:visited{ text-decoration:none; color:#FFFFFF;}
a.textoNoticia:link{ text-decoration:none; color:#FFFFFF; }
a.textoNoticia:hover{ text-decoration:none; color:#000000;}

a.morenewshome:active{ text-decoration:none; color:#FFFFFF; }
a.morenewshome:visited{ text-decoration:none; color:#FFFFFF;}
a.morenewshome:link{ text-decoration:none; color:#FFFFFF; }
a.morenewshome:hover{ text-decoration:none; color:#000000;}

a.moreinfohome:active{ text-decoration:none; color:#000000; }
a.moreinfohome:visited{ text-decoration:none; color:#000000;}
a.moreinfohome:link{ text-decoration:none; color:#000000; }
a.moreinfohome:hover{ text-decoration:none; color:#338dc9;}





a.moreInfo:active{ text-decoration:none; color:#bd2184; font-weight:bold; font-size: 18px;}
a.moreInfo:visited{ text-decoration:none; color:#bd2184; font-weight:bold; font-size: 18px;}
a.moreInfo:link{ text-decoration:none; color:#bd2184; font-weight:bold; font-size: 18px;}
a.moreInfo:hover{ text-decoration:underline; color:#ff9c08; font-weight:bold; font-size: 18px;}


a.titulo:active{font-size: 26px; line-height:30px; color: #338dc9; font-weight:normal;  font-family: 'Barlow Semi Condensed', sans-serif;}
a.titulo:visited{font-size: 26px; line-height:30px; color: #338dc9; font-weight:normal;  font-family: 'Barlow Semi Condensed', sans-serif;}
a.titulo:link{font-size: 26px; line-height:30px; color: #338dc9; font-weight:normal;  font-family: 'Barlow Semi Condensed', sans-serif;}
a.titulo:hover{font-size: 26px; line-height:30px; color: #338dc9; font-weight:normal;  font-family: 'Barlow Semi Condensed', sans-serif;}

.rosadito{ font-size: 18px; line-height:20px; color: #bd2184; font-weight:bold;  font-family: 'Barlow Semi Condensed', sans-serif; text-align:right }
.rosadito2{ font-size: 18px; line-height:20px; color: #bd2184; font-weight:bold;  font-family: 'Barlow Semi Condensed', sans-serif;}

.azulito{ font-size: 18px; line-height:20px; color: #221a6f; font-weight:bold;  font-family: 'Barlow Semi Condensed', sans-serif; text-align:right }
.nombre{ font-size: 16px; line-height:20px; color: #000000; font-weight:bold;  font-family: 'Barlow Semi Condensed', sans-serif; }
.titTabla{ font-size: 18px; line-height:20px; color: #000000; font-weight:normal;  font-family: 'Barlow Semi Condensed', sans-serif;}
.committee{ font-size: 18px; line-height:20px; color: #000000; font-weight:normal;  font-family: 'Barlow Semi Condensed', sans-serif; }
.input {FONT-SIZE: 18px; font-family: 'Barlow Semi Condensed';}
button, input, select, textarea {FONT-SIZE: 18px; font-family: 'Barlow Semi Condensed';}


.speakersNombre{font-size: 18px; color:#338dc9; font-weight:bold;}
.speakersNombre2{font-size: 16px; color:#338dc9; font-weight:bold;}

.aplicacionNoDisponible{ font-size: 18px; line-height:30px; color: #338dc9; font-weight:normal;  font-family: 'Barlow Semi Condensed', sans-serif;}


a.B2B_Menu:active{font-size: 24px; line-height:30px; color: #338dc9; font-weight:bold;  font-family: 'Barlow Semi Condensed', sans-serif;}
a.B2B_Menu:visited{font-size: 24px; line-height:30px; color: #338dc9; font-weight:bold;  font-family: 'Barlow Semi Condensed', sans-serif;}
a.B2B_Menu:link{font-size: 24px; line-height:30px; color: #338dc9; font-weight:bold;  font-family: 'Barlow Semi Condensed', sans-serif;}
a.B2B_Menu:hover{font-size: 24px; line-height:30px; color: #000000; font-weight:bold;  font-family: 'Barlow Semi Condensed', sans-serif;}

.B2B_Menu{ font-size: 24px; line-height:30px; color: #338dc9; font-weight:bold;  font-family: 'Barlow Semi Condensed', sans-serif; }


a.B2B_Menu_act:active{font-size: 24px; line-height:30px; color: #338dc9; font-weight:bold; text-decoration:none;  font-family: 'Barlow Semi Condensed', sans-serif;}
a.B2B_Menu_act:visited{font-size: 24px; line-height:30px; color: #338dc9; font-weight:bold; text-decoration:none;  font-family: 'Barlow Semi Condensed', sans-serif;}
a.B2B_Menu_act:link{font-size: 24px; line-height:30px; color: #338dc9; font-weight:bold; text-decoration:none;  font-family: 'Barlow Semi Condensed', sans-serif;}
a.B2B_Menu_act:hover{font-size: 24px; line-height:30px; color: #000000; font-weight:bold; text-decoration:none;  font-family: 'Barlow Semi Condensed', sans-serif;}

a.B2B_MenuHIW:active{font-size: 24px; line-height:30px; color: #338dc9; font-weight:bold;  font-family: 'Barlow Semi Condensed', sans-serif;}
a.B2B_MenuHIW:visited{font-size: 24px; line-height:30px; color: #338dc9; font-weight:bold;  font-family: 'Barlow Semi Condensed', sans-serif;}
a.B2B_MenuHIW:link{font-size: 24px; line-height:30px; color: #338dc9; font-weight:bold;  font-family: 'Barlow Semi Condensed', sans-serif;}
a.B2B_MenuHIW:hover{font-size: 24px; line-height:30px; color: #000000; font-weight:bold;  font-family: 'Barlow Semi Condensed', sans-serif;}

a.B2B_MenuHIW_act:active{font-size: 24px; line-height:30px; color: #338dc9; font-weight:bold; text-decoration:none;  font-family: 'Barlow Semi Condensed', sans-serif;}
a.B2B_MenuHIW_act:visited{font-size: 24px; line-height:30px; color: #338dc9; font-weight:bold; text-decoration:none;  font-family: 'Barlow Semi Condensed', sans-serif;}
a.B2B_MenuHIW_act:link{font-size: 24px; line-height:30px; color: #338dc9; font-weight:bold; text-decoration:none;  font-family: 'Barlow Semi Condensed', sans-serif;}
a.B2B_MenuHIW_act:hover{font-size: 24px; line-height:30px; color: #000000; font-weight:bold; text-decoration:none;  font-family: 'Barlow Semi Condensed', sans-serif;}

a.B2B_Menu_superior:active{font-size: 16px; line-height:20px; color: #FFFFFF; font-weight:normal; text-decoration:none;  font-family: 'Barlow Semi Condensed', sans-serif;}
a.B2B_Menu_superior:visited{font-size: 16px; line-height:20px; color: #FFFFFF; font-weight:normal; text-decoration:none;  font-family: 'Barlow Semi Condensed', sans-serif;}
a.B2B_Menu_superior:link{font-size: 16px; line-height:20px; color: #FFFFFF; font-weight:normal; text-decoration:none;  font-family: 'Barlow Semi Condensed', sans-serif;}
a.B2B_Menu_superior:hover{font-size: 16px; line-height:20px; color: #BFBABA; font-weight:normal; text-decoration:none;  font-family: 'Barlow Semi Condensed', sans-serif;}

a.B2B_Menu_superior_registration:active{font-size: 16px; line-height:20px; color: #BFBABA; font-weight:bold; text-decoration:none;  font-family: 'Barlow Semi Condensed', sans-serif;}
a.B2B_Menu_superior_registration:visited{font-size: 16px; line-height:20px; color: #BFBABA; font-weight:bold; text-decoration:none;  font-family: 'Barlow Semi Condensed', sans-serif;}
a.B2B_Menu_superior_registration:link{font-size: 16px; line-height:20px; color: #BFBABA; font-weight:bold; text-decoration:none;  font-family: 'Barlow Semi Condensed', sans-serif;}
a.B2B_Menu_superior_registration:hover{font-size: 16px; line-height:20px; color: #FFFFFF; font-weight:bold; text-decoration:none;  font-family: 'Barlow Semi Condensed', sans-serif;}

.B2B_Menu_superior{font-size: 16px; line-height:20px; color:#FFFFFF; font-weight:normal; font-family: 'Barlow Semi Condensed', sans-serif;}
/*
.B2B_Estado_Agenda1{font-size: 18px; line-height:16px; color:#000000; background-color:#0ab916; font-weight:bold; font-family: 'Barlow Semi Condensed', sans-serif;}
.B2B_Estado_Agenda2{font-size: 18px; line-height:16px; color:#000000; background-color:#eaf848; font-weight:bold; font-family: 'Barlow Semi Condensed', sans-serif;}
.B2B_Estado_Agenda3{font-size: 18px; line-height:16px; color:#FFFFFF; background-color:#de182b; font-weight:bold; font-family: 'Barlow Semi Condensed', sans-serif;}
.B2B_Estado_Agenda4{font-size: 18px; line-height:16px; color:#FFFFFF; background-color:#de182b; font-weight:bold; font-family: 'Barlow Semi Condensed', sans-serif;}
.B2B_Estado_Agenda5{font-size: 18px; line-height:16px; color:#FFFFFF; background-color:#de182b; font-weight:bold; font-family: 'Barlow Semi Condensed', sans-serif;}
*/
.B2B_Estado_Agenda1{font-size: 18px; line-height:16px; color:#000000; background-color:#FFFFFF; font-weight:bold; font-family: 'Barlow Semi Condensed', sans-serif;}
.B2B_Estado_Agenda2{font-size: 18px; line-height:16px; color:#FFFFFF; background-color:#77B3DB; font-weight:bold; font-family: 'Barlow Semi Condensed', sans-serif;}
.B2B_Estado_Agenda3{font-size: 18px; line-height:16px; color:#FFFFFF; background-color:#338dc9; font-weight:bold; font-family: 'Barlow Semi Condensed', sans-serif;}
.B2B_Estado_Agenda4{font-size: 18px; line-height:16px; color:#FFFFFF; background-color:#338dc9; font-weight:bold; font-family: 'Barlow Semi Condensed', sans-serif;}
.B2B_Estado_Agenda5{font-size: 18px; line-height:16px; color:#FFFFFF; background-color:#338dc9; font-weight:bold; font-family: 'Barlow Semi Condensed', sans-serif;}



a.B2B_Estado_Agenda1:active{ text-decoration:none; font-size: 18px; line-height:16px; color:#000000; background-color:#FFFFFF; font-weight:bold; font-family: 'Barlow Semi Condensed', sans-serif; }
a.B2B_Estado_Agenda1:visited{ text-decoration:none; font-size: 18px; line-height:16px; color:#000000; background-color:#FFFFFF; font-weight:bold; font-family: 'Barlow Semi Condensed', sans-serif; }
a.B2B_Estado_Agenda1:link{ text-decoration:none; font-size: 18px; line-height:16px; color:#000000; background-color:#FFFFFF; font-weight:bold; font-family: 'Barlow Semi Condensed', sans-serif; }
a.B2B_Estado_Agenda1:hover{ text-decoration:none; font-size: 18px; line-height:16px; color:#FFFFFF; background-color:#FFFFFF; font-weight:bold; font-family: 'Barlow Semi Condensed', sans-serif; }

a.B2B_Estado_Agenda2:active{ text-decoration:none; font-size: 18px; line-height:16px; color:#FFFFFF; background-color:#77B3DB; font-weight:bold; font-family: 'Barlow Semi Condensed', sans-serif; }
a.B2B_Estado_Agenda2:visited{ text-decoration:none; font-size: 18px; line-height:16px; color:#FFFFFF; background-color:#77B3DB; font-weight:bold; font-family: 'Barlow Semi Condensed', sans-serif; }
a.B2B_Estado_Agenda2:link{ text-decoration:none; font-size: 18px; line-height:16px; color:#FFFFFF; background-color:#77B3DB; font-weight:bold; font-family: 'Barlow Semi Condensed', sans-serif; }
a.B2B_Estado_Agenda2:hover{ text-decoration:none; font-size: 18px; line-height:16px; color:#000000; background-color:#77B3DB; font-weight:bold; font-family: 'Barlow Semi Condensed', sans-serif; }

a.B2B_Estado_Agenda5:active{ text-decoration:none; font-size: 18px; line-height:16px; color:#FFFFFF; background-color:#338dc9; font-weight:bold; font-family: 'Barlow Semi Condensed', sans-serif; }
a.B2B_Estado_Agenda5:visited{ text-decoration:none; font-size: 18px; line-height:16px; color:#FFFFFF; background-color:#338dc9; font-weight:bold; font-family: 'Barlow Semi Condensed', sans-serif; }
a.B2B_Estado_Agenda5:link{ text-decoration:none; font-size: 18px; line-height:16px; color:#FFFFFF; background-color:#338dc9; font-weight:bold; font-family: 'Barlow Semi Condensed', sans-serif; }
a.B2B_Estado_Agenda5:hover{ text-decoration:none; font-size: 18px; line-height:16px; color:#000000; background-color:#338dc9; font-weight:bold; font-family: 'Barlow Semi Condensed', sans-serif; }

.select-css {
 display: block;
 font-size: 16px;
 font-family: 'Arial', sans-serif;
 font-weight: 200;
 color: #444;
 line-height: 1.3;
 padding: .4em 1.4em .3em .8em;
 width: 200px;
 max-width: 100%; 
 box-sizing: border-box;
 margin: 0;
 border: 1px solid #aaa;
 box-shadow: 0 1px 0 1px rgba(0,0,0,.03);
 border-radius: .3em;
 -moz-appearance: none;
 -webkit-appearance: none;
 appearance: none;
 background-color: #fff;
 background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23007CB2%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E'),
   linear-gradient(to bottom, #ffffff 0%,#f7f7f7 100%);
 background-repeat: no-repeat, repeat;
 background-position: right .7em top 50%, 0 0;
 background-size: .65em auto, 100%;
}
.select-css::-ms-expand {
 display: none;
}
.select-css:hover {
 border-color: #888;
}
.select-css:focus {
 border-color: #aaa;
 box-shadow: 0 0 1px 3px rgba(59, 153, 252, .7);
 box-shadow: 0 0 0 3px -moz-mac-focusring;
 color: #222; 
 outline: none;
}
.select-css option {
 font-weight:normal;
}