@import url('https://fonts.googleapis.com/css?family=Poppins:400,500,600,700&display=swap');
*{
    margin: 0;
    padding: 0;
    user-select: none;
    box-sizing: border-box;
    font-family: "Gill Sans";
    
  }
.btn{
    position: fixed;
    top: 70px;
    left: 93px;
    height: 45px;
    width: 45px;
    text-align: center;
    background: #FFFFFF;
    border-radius: 4px;
    cursor: pointer;
    transition: left 0.4s ease;
    border: medium;
	
}
.btn.click{
  left: 410px;
}
.btn span{
  color: #0C11ED;
  font-size: 40px;
  line-height: 125px;
}
.btn.click span:before{
  content: '\f00d';
}
.sidebar{
  position: fixed; z-index:99;
  width: 400px;
  height: 100%;
  left: -480px;
  background: #FFFFFF;
  transition: left 0.4s ease;
  overflow-y: scroll;
  scrollbar-height: none;
  top: 10px;	
}
.sidebar.show{
  left: 6px;
}
.sidebar .text{
  color: deeppink;
  font-size: 8px;
  font-weight: 600;
  line-height: 65px;
  text-align: left;
  background: #FFFFFF;
  letter-spacing: 1px;
  padding-left: 20px;
  }
.sidebar .text2{
  color: deeppink;
  font-size: 8px;
  font-weight: 600;
  line-height: 15px;
  text-align: left;
  background: #FFFFFF;
  letter-spacing: 1px;
  padding-left: 55px;
  }
.sidebar .text3{
  color: deeppink;
  font-size: 25px;
  font-weight: 600;
  line-height: 15px;
  text-align: left;
  background: #fff;
  letter-spacing: 1px;
  padding-left: 26px;
  }
.button{
	color: red;
	background: white;
}
nav ul{
  background: #FFFFFF;
  height: 100%;
  width: 100%;
  list-style: none;
}
nav ul li{ 
  line-height: 50px; /*esto es el alto de los renglones*/
  border-top: 1px solid rgba(255,255,255,0.1);
}
nav ul li:last-child{
  border-bottom: 1px solid rgba(255,255,255,0.05);
}
nav ul li a{
  position: relative;
  /*color: black;*/
  text-decoration: none;
  /*font-size: 16px;*/
  padding-left: 25px;
  /*font-weight: 500;*/
  display: block;
  width: 100%;
  border-left: 3px solid transparent;
  font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
  font-style: normal;
  font-weight: 600;
  font-size: 1.3rem;
  color: #2E2929;
}
nav ul li.active a{
  color: Black;
  background: #FFFFFF;
  border-left-color: Black;
}
nav ul li a:hover{
    background: #E7E0E0;
    font-family: dosis;
    font-style: normal;
    font-weight: 500;
}
nav ul ul{
  position: static;
  display: none;
}
nav ul .laca-show.show{
  display: block;
}
nav ul .serv-show.show1{
  display: block;
}
nav ul .link-show.show2{
  display: block;
}
nav ul .site-show.show3{
  display: block;
}
nav ul .psyc-show.show4{
  display: block;
}
nav ul .arti-show.show5{
  display: block;
}
nav ul ul li{
  line-height: 42px;
  border-top: none;
}
nav ul ul li a{
  font-size: 17px;
  color: #e6e6e6;
  padding-left: 100px;
}
nav ul li.active ul li a{
  color: #151300;
  background: #E7E0E0;
  border-left-color: transparent;
}
nav ul ul li a:hover{
  color: black;
  background: #FFFFFF!important;
}
nav ul li a span{
    position: absolute;
    top: 28px;
    right: 15px;
    transform: translateY(-50%);
    font-size: 22px;
    transition: transform 0.4s;
    width: 11px;
    height: 52px;
	
}
nav ul li a span.rotate{
  transform: translateY(-50%) rotate(-180deg);
}
/*termina config hamburger menu*/
.content{
    position: absolute;
    top: 3463px;
    left: 474px;
    transform: translate(-50%,-50%);
    color: #D1D154;
    z-index: -1;
    text-align: center;
    width: 461px;
}
.content .header{
    font-size: 45px;
    font-weight: 600;
    color: #FFFFFF;
}
.content p{
  font-size: 30px;
  font-weight: 500;
}
.contenedor {
  display: flex;
  flex-wrap: wrap;
}
input[type="submit"] {
  padding: 0px;
  height: 1.5em;
  width: 200px;
  font-size: 25px;
  font-style: normal; 
	
}
input[type="text"] {
  margin-left: 0px;
  width: 250px;
  height: 28px;
  
}
/*copiado del rolleyyes original, digamos*/

/*ancho de tabla y otros*/
#module_mosmainbody
{ 

    	position: absolute;
		left: 411px;
    	top: 388px;
 		float:right;
	    margin-top: 0px;      
        margin-left: 0px;
        margin-bottom:0px;
        margin-right: 20px;
	    width: auto;
	    max-width: 820px;
        padding: 0px;
        min-height:460px;
        height: auto !important;
        height: 5000;
        background:#FFF;
        z-index: -99;
	    font-size: 22px;
	    
}
/*ancho de tabla y otros*/

/*style="position: absolute; left: 140px; top: -170px;"*/

#fotopresent
{
	position: absolute;
	left: 140px;
	top: 205px;
		
}

#titulo
{
    position: absolute;
    left: 461px;
    top: 329px;
	
}

#lineup
{
    position: absolute;
    margin-left: 411px;
    top: 30px;
    font-weight: normal;
    font-size: 16px;
    line-height: 2.1em;
    width: 1571px;
    z-index: 999;

}


nav{
	position:relative;
	top: 71px;
	left: 388px;
	height: 627px;
}
body 
{
	overflow:visible; 
	margin-left: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
    background: #fff;
}

body,td,th, tr, p, div, {
	*font-family: "Gill Sans", "Gill Sans MT", ;
	font-size: 11px;
   line-height: 2.1em;
	color: #333333;*
}

.contentheading
{
	font-family: "Gill Sans", "Gill Sans MT", ;
	color: #000000;
	font-weight: bold;
	font-size: 11px;
	padding-bottom: 10px;
	text-transform: none;	
}

ul.jflanguageselection
{
	font-family: "Gill Sans", "Gill Sans MT", ;
	display: block;
	font-size: 11px;
	color: #000000;
	text-align: left;
	text-decoration: none;
	line-height: 23px;
	padding-left: 0px;
        list-style-type: none;
        margin: 0px;
}


hr
 {
color: #afafaf;
background-color: #afafaf;
height: 1px;
width: 100%;
}

span .pathway {
	color: #afafaf;
	font-weight: normal;
	padding-right: 5px;
	line-height: 11px;
	margin: 5px;
	text-transform: none;
}

a.pathway:link,  a.pathway:visited 
{
	font-family: "Gill Sans", "Gill Sans MT";
	font-weight: normal;
	font-size: 11px;
	color: #afafaf;
	text-decoration: none;
	padding-right: 0px;      
}

a.pathway:hover
{
font-family: "Gill Sans", "Gill Sans MT";
    font-weight: normal;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
		padding-right: 0px;
      
}

a:link, a:visited
{
	color: #000000;
	text-decoration  : none;
}

a:hover 
{
	text-decoration: none;
	color: #afafaf;
}

a.category:link, a.category:visited
 {
  color            : #afafaf;
  font-weight      : bold;
}
a.category:hover 
{
  color            : #868C7C;
}
.mainlevel 
{
text-transform: none;
	line-height: 20px;
}
a.mainlevel:link, a.mainlevel:visited
 {
	display: block;
	vertical-align: middle;
	color: #333333;
	text-align: left;
	 width: 160px!important;
	text-decoration: none;
	padding-left: 0px;
	font: 11px/20px Arial, Helvetica, sans-serif;
	line-height: 20px;
}
a.mainlevel:hover
 {
	display: block;
	vertical-align: middle;
	text-align: left;
	width: 160px!important;
	text-decoration: none;
	font: 11px/20px Arial, Helvetica, sans-serif;
	line-height: 20px;
	padding-left: 0px;
	color: #afafaf;

	
}

a.sublevel:link, a.sublevel:visited
 {
	display: block;
	vertical-align: middle;
        width: 140px!important;
	color: #afafaf;
	text-align: left;
        margin-left: 10px;
	text-decoration: none;
	padding-left: 0px;
	font: 11px/15px Arial, Helvetica, sans-serif;

}
a.sublevel:hover
 {
	font-family: Arial, Helvetica, sans-serif;
        font-weight: bold;
	display: block;
	vertical-align: middle;
	font-size: 11px;
	color: #afafaf;
        width: 140px!important;
	text-align: left;
	text-decoration: none;
	line-height: 15px;
}

a#active_menu:link, a#active_menu:visited 
{

	color: #000;
	text-align: left;
	text-decoration: none;
	font-weight: bold;
        line-height: 20px;
	
}

a#active_menu.mainlevel
 {

	text-align: left;
	text-decoration: none;
	font-weight: bold;
	line-height: 20px!important;
        width: 160px!important;
	color: #000000;
	
}

a#active_menu.sublevel
 {
	font-family: Arial, Helvetica, sans-serif;
        font-weight: bold;
	display: block;
	vertical-align: middle;
	font-size: 11px;
	text-align: left;
	text-decoration: none;
	line-height: 15px;
	padding-left: 0px;
    width: 140px!important;
	color: #000;
}


.moduletable th{
	width            : 100%;
	margin-bottom    : 5px;
	font-weight: normal;
	text-decoration: none;
}

table.moduletable th
 {
	color: #f30;
	display:block;
	float:left;
	text-align: left;
	text-decoration: none;
	
}

.newsflash 
{
  font-family      : Arial, Helvetica, sans-serif;
  font-size        : 10px;
  color            : #868C7C;
  text-transform: none;
}
.frameheader 
{
  font-size        : 18px;
  color            : #868C7C;
}
.poll
 {
  font-family      : Arial, Helvetica, sans-serif;
  font-size        : 10px;
  color            : #868C7C;
  line-height      : 15px
}

.inputbox
 {
	margin-right: 5px;
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
	font-size: 10px;
	color: #868C7C;
	text-indent: 5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: inset;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: inset;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	margin-bottom: 10px;
}

.contentpane 
{
	padding-left     : 0px;
	padding-right    : 0px;
}
 .button 
{
	
}
.contentpaneopen 
{
    color: #868C7C;
    max-width: 1000px;
    margin: 0px;
    padding: 0px;
    border: none;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: normal;
    text-align: left;
	
}

.buttonheading
{
vertical-align:top;
}
.componentheading
{
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	font-weight: bold;
	font-size: 20px;	
	text-indent: 0px;
	padding-bottom:10px;
}


a.contentheading:visited
{
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-weight: bold;
	font-size: 11px;
	padding-bottom: 10px;
	text-decoration  : none;	
}

a.contentheading:hover
{
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-weight: bold;
	font-size: 11px;
	padding-bottom: 10px;
	text-decoration  : none;	
}

a.contentpagetitle{
font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-weight: bold;
	font-size: 11px;
	text-transform: none;	
	padding-bottom: 10px;
	text-decoration: none;
}


a.contentpagetitle:hover
{
	font-family: Arial, Helvetica, sans-serif;
	color: #afafaf;
	font-weight: bold;
	font-size: 11px;
	padding-bottom: 10px;
	text-decoration  : none;
}

.contentdescription 
{
	font-family      : Arial, Helvetica, sans-serif;
	font-size        : 11px;
	color            : #868C7C;
	text-align       : left;
	white-space: nowrap;
}
.category 
{
  color            : #afafaf;
  font-family      : Arial, Helvetica, sans-serif;
  font-size        : 11px;
  font-weight      : bold;
}

a.moduletablefrontpagestart{
font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-weight: bold;
	font-size: 11px;
	text-transform: none;
	padding-bottom: 10px;
	text-decoration  : none;
	padding-top: 25px;
}

table .moduletablefrontpagestart{
font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-weight: bold;
	font-size: 11px;
	text-transform: none;
	padding-top: 25px;
	text-decoration  : none;
}
.sectiontableheader 
{
  font-weight: bold;
  background: #f0f0f0;
}
.sectiontablefooter 
{
}

.sectiontableentry1 

{
	background-color : #ffffff;
}

.sectiontableentry2
 {
	background-color : #f9f9f9;
}

.small 
{
  font-family      : Arial, Helvetica, sans-serif;
  font-size        : 9px;
  color            : #afafaf;
  text-decoration  : none;
  font-weight      : normal;
  
}

.smalldark 
{
  font-family      : Arial, Helvetica, sans-serif;

  font-size        : 9px;
  color            : #000000;
  font-weight      : normal;
}			

table.contenttoc {
  border: 1px solid #cccccc;
  padding: 2px;
  margin-left: 2px;
  margin-bottom: 2px;

}

table.contenttoc td {
  padding: 2px;
}

table.contenttoc th {
  
    color: #afafaf;
	text-align: left;
	padding-top: 2px;
	padding-left: 4px;
	height: 21px;
	font-weight: bold;
	font-size: 10px;
	text-transform: none;
}

.readon {
	font-family      : Arial, Helvetica, sans-serif;
	text-decoration: none;
	line-height: 25px;
	padding-left: 0px;
	font-size        : 11px;
	color: #000000;
	font-weight      : bold;
	padding-top: 0px;
	padding-bottom: 0px;
}


a.mainlevel-bottom:link, a.mainlevel-bottom:visited, a.mainlevel-bottom:hover
 {
	font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
	font-size: 10px;
	color: #afafaf;
	text-decoration: none;
}

span.article_seperator {
    display:block;
    margin-left:2px;
    width:100%;
    height:8px;
    background: url(/templates/bb5ob/images/kw_line2_blk.gif) repeat-x;
    margin-top:2px;
}

.module4

{
	font-family      : Arial, Helvetica, sans-serif;
	text-decoration: none;
	line-height: 25px;
	margin-left: 0px;
	font-size        : 11px;
	color: #000000;
	font-weight      : bold;
}

.fussnote
{
        font-family: Arial, Helvetica, sans-serif;
        text-decoration: none;
        font-size: 9px;
        margin-left: 0px;
        margin-right:0px;
		white-space: nowrap;
       
}
