<style>

body {margin:0;font-family:Helvetica Neue; background: #E5E5E5; }

.topnav {
  overflow: hidden;
  background-color: #333;
  margin-top: 0.5%;
}

.topnav a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 11px;
  font-weight: bold;
}

.topnav .icon {
  display: none;
}

.dropdown {
  float: left;
  overflow: hidden;
}

.dropdown .dropbtn {
  font-size: 11px;
  font-weight: bold;
  border: none;
  outline: none;
  color: white;
  padding: 14px 16px;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #333333;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
  font-size: 11px;
}

.subMenu {
  display: none;
  position: absolute;
  background-color: #333333;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
  font-size: 11px;

}

.dropdown-content a {
  float: none;
  color: #ffffff;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
  font-size: 11px;
}

ul.subMenu  {
  top: 0;
  left: 100%;
  list-style-type:none;
}

.subMenu a {
  float: none;
  color: #ffffff;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
  font-size: 1.2rem;
}

.dropbtnSub {
  float: none;
  color: #ffffff;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
  font-size: 1.2rem;
  font-weight: bold;
}

.topnav a:hover, .dropdown:hover .dropbtn .dropbtnSub{
  background-color: #333333;
  color: white;
}

.dropdown-content a:hover {
  background-color: #434343;
  color: white;
}

.subMenu a:hover {
  background-color: #434343;
  color: white;
}

.dropdown:hover .dropdown-content {
  display: block;
}

.dropdown:hover .dropdownSub {
  display: block;
}


.dropbtnSub:hover .subMenu{
  display: block;
}

.line {
  height: 0px;
  top: 35px;
  border: 1px solid #FFFFFF;
  transform: rotate(90deg);
  margin-left: -20px;
}

.name {
  font-weight: bold;
  color: #FFFFFF;
  font-size: large;
}

.footerLink {
    text-decoration: none;
    font-family: Helvetica Neue;
    font-weight: bold !important;
    font-style: normal;
    color: rgba(255, 255, 255, 0.7) !important;
    float:left;
    font-size: 16px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.mainRectangle {
    width: 100%;
    height: 250px;
    top: 5%;
    background: #FFFFFF;
    border: 1px solid #E1E8ED;
    border-radius: 4px;
    float:left;
    margin-top: 3%;
}

.mainRectangleSmaller {
    width: 100%;
    height: 183px;
    top: 5%;
    background: #FFFFFF;
    border: 1px solid #E1E8ED;
    border-radius: 4px;
    float:left;
    margin-top: 3%;
}

.mainRectangleBigger {
    width: 100%;
    height: 300px;
    top: 5%;
    background: #FFFFFF;
    border: 1px solid #E1E8ED;
    border-radius: 4px;
    float:left;
    margin-top: 3%;
}

.mainRectangleSoBigger {
    width: 100%;
    height: 450px;
    top: 5%;
    background: #FFFFFF;
    border: 1px solid #E1E8ED;
    border-radius: 4px;
    float:left;
    margin-top: 3%;
}

.headerRectangle {
    width: auto;
    height: 40px;
    background: #FCCA45;
    border-radius: 4px 4px 0px 0px;
    font-size: 24px;
    font-weight: bold;
    color: #333333;
    text-align: center;
}

.yellowRect {
    height: 100%;
    background: #FCCA45;
    border-radius: 4px 0px 0px 0px;
}

.orangeRect {
    height: 100%;
    background: #F89827;
    border-radius: 4px 0px 0px 0px;
}

.redRect {
    height: 100%;
    background: #EE5548;
    border-radius: 4px 0px 0px 0px;
}


.flecha {
    position: absolute;
    width: 10.76px;
    height: 19.13px;
    left: 640.76px;
    top: 866px;

    background: #EE5548;
    transform: rotate(-180deg);
}

div.timeline div.stream{
  overflow:hidden !important;
  overflow-x:hidden !important;
  overflow-y:hidden !important;
}
div.twtr-doc{
  margin-top: 37px;
 }

@media screen and (max-width: 1400px) {
.name {
      font-size: small;
  }
}

@media screen and (max-width: 600px) {
  .topnav a:not(:first-child), .dropdown .dropbtn {
    display: none;
  }

  .topnav a.icon {
    float: right;
    display: block;
  }

  .line {
    display: none
  }

  .name {
      font-size: small;
  }

  .footerLink {
    font-size: 12px;
    float:left;

    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }
}

@media screen and (max-width: 600px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
  .topnav.responsive .dropdown {float: none;}
  .topnav.responsive .dropdown-content {position: relative;}
  .topnav.responsive .dropdown .dropbtn {
    display: block;
    width: 100%;
    text-align: left;
  }

  .topnav.responsive .dropdownSub {float: none;}
  .topnav.responsive .subMenu {position: relative;}
  .topnav.responsive .dropdownSub .dropbtnSub {
    display: block;
    width: 100%;
    text-align: left;
  }

   .line {
    display: none
  }

  .name {
      font-size: small;
   }
}


.right {
  float: right;
}





h2.boaseccion { color: #1e4ca1; font-size: 1.1em; background: inherit;  margin:5px 0px 10px 0px;}
h3.boasubseccion { color: #1e4ca1; font-size: 1.1em; background: inherit;  margin:5px 0px 10px 0px;}
h4.boaemisor { color: #585858; font-size: 0.9em; background: inherit;  font-weight:bold; margin:5px 0px 10px 0px;}
h5.boatitulo { font-size: 0.9em; background: inherit;  margin:5px 0px 10px 0px;}
.boaseccion { color: #1e4ca1; font-size: 1.1em; background: inherit;  margin:5px 0px 10px 0px;}
.boasubseccion { color: #1e4ca1; font-size: 1.1em; background: inherit;  margin:5px 0px 10px 0px;}
.boaemisor { color: #585858; font-size: 0.9em; background: inherit;  font-weight:bold; margin:5px 0px 10px 0px;}
.boatitulo { font-size: 0.9em; background: inherit;  margin:5px 0px 10px 0px;}
.boa { background-color: #f4f0f0; }

.right{
    float: right;
}
.centrado{
    text-align: center;
  margin:10px 10px 10px 10px;
}
.centradocalendario{
    text-align: center;
  margin:1px 1px 1px 1px;
}
.negrita{
    font-weight:bold;
}
.negro{
    color:#000000;
}


.rspkr_dr_img {
    padding-left: 1.5px;
    padding-right: 2.5px;
    top: 0.5px;
    position: relative!important;
} 
.rsbtn.rsexpanded {
	min-width: 370px; 
}

.rsbtn.toolsopen .rsbtn_toolpanel.vertical {
	min-width: 285px;
	position:absolute;
	top: 30px;
	right: -8px;
}

li.ley{
  list-style-image: url(/EBOA/img2020/bullet-ley.png);
  font-size:1.2em

}

li.correccion{
  list-style-image: url(/EBOA/img2020/bullet-leyCorregida.png);
  font-size:1.0em
}

.dga-view header {
    padding: 0 !important;
}

.margintop-separator{

    margin-top: 10px;

}

.margintop-separator-small{

    margin-top: 5px;

}

.margintop-separator-big{

    margin-top: 20px;

}

</style>



