@import url('https://fonts.googleapis.com/css?family=Fira+Sans+Condensed&display=swap');

body {
    background: #ddd;
  font-size: 18px;
  font-family: 'Fira Sans Condensed', sans-serif;
  padding: 5%;
  min-width: 84%;
  transition: all 0.3s;
  text-decoration: none;
  margin: 0 7% 0 7%;
  text-align: justify;
}

::selection {
	background: #888; /* Safari */
	color:#fff;
	}
::-moz-selection {
	background: #888; /* Firefox */
	color:#fff;
}
#transparente {
  transition: all 0.3s;
  text-decoration: none;
  display: inline;
  color: #000;
  margin: 0;
  padding: 0;
}
#transparente:hover {
    background: transparent;
    color: #f00;
  transition: all 0.3s;
  text-decoration: none;
}
button {
background: #000;
  border-radius: 5px;
  margin: 10px 10px 10px 10px;
  padding: 10px 10px 10px 10px;
  color: #fff;
  font-weight: bold;
  width: 30%;
}




section {
  padding-top: 10px;
  clear: both;
}

h1 {
  font-family: 'Fira Sans Condensed', sans-serif;
  font-size: 5vh;
  font-weight: bold;
  padding: 8px 10px;
  text-transform: uppercase;
  transition: all 0.3s;
  Text-align: center;
}

h2 {
  font-family: 'Fira Sans Condensed', sans-serif;
  font-size: 2.8vh;
  font-weight: bold;
  padding: 8px 0;
  transition: all 0.3s;
  color: #000;
  text-align: center;
  margin: 10px 10px;
}
h4 {
  font-family: 'Fira Sans Condensed', sans-serif;
  font-size: 30px;
  font-weight: bold;
  padding: 8px 0;
  transition: all 0.3s;
}
p {
  text-align: justify;
  transition: all 0.3s;
  color: #333;
  font-size: 18px;
  line-height: 23px;
  margin: 5px 6px 5px 6px;
}
b {
  font-weight: bold;
}
strong {
    color: #ff3200;
  font-weight: bold;
}
i {
    font-style: oblique;
}
#actualizacion {
  padding: 10px 0 10px 0;
  font-size: 14px;
  background: #000;
  text-align: center;
  color: #ffffff;
}
nav {
  font-size: 16px;
}

nav ul li {
}

@media screen and (min-width: 800px) {
  nav ul li {
    float: left;
  }
}
@media screen and (min-width: 800px) {
p {
  font-size: 18px;
  }
}
nav ul li {
  display: block;
  padding: 4px 20px;
  text-decoration: none;
  transition: all 0.3s;
}

nav ul li {
  padding: 4px 20px;
}








* {
  margin: 0px;
  padding: 0px;
}

ul {
  list-style-type: none;
  list-style-image: none;
  list-style-position: outside;
}

.accordion-menu {
  margin: 0 10% 0 10%;
  background: #fff none repeat scroll 0%;
  width: 80%;
  max-width: 80%;
}
.accordion-menu li.open .dropdownlink {
  color: #000;
  font-weight: bold;
  /* titular */
}
.accordion-menu li:last-child .dropdownlink {
  border-bottom: 0 none;
}
.dropdownlink {
  border-bottom: 1px solid #cccccc;
  padding: 15px 15px 15px 10px;
  cursor: pointer;
  display: block;
  font-size: 20px;
  color: #212121;
  position: relative;
}
.dropdownlink i {
  position: absolute;
  top: 10px;
  left: 5px;
  font-style: oblique;
}
.submenuItems {
     display: none;
}
.submenuItems li {
  border-bottom: 1px solid #888;
  /* linea submenu inferior */
}
.submenuItems p {
    background: #ccc;
    padding: 10px 40px 10px 40px;
  font-size: 18px;
  line-height: 23px;
  margin: 0;
  display: block;
  /* espaciado bloque texto */
}






::-webkit-scrollbar {
	width: 10px;
	background: #ff3200;
}
::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 4px rgba(0,0,0,0.8);
	border-radius: 10px;
	background-color: #444444;
}	
::-webkit-scrollbar-track:hover {
    background-color: #ff3200;
}

::-webkit-scrollbar-thumb {
	border-radius: 6px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.6);
	background-color: #ff3200;
}
::-webkit-scrollbar-thumb:hover {
    background-color: #ff3200; 
}



