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, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
}

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

body {
  margin: 0px 0px 0px 0px;
  /*padding: 100px 0 65px 0;*/
  overflow: hidden;
  /*border: 1px solid black;*/
}

/*

seccion encabezado

 */

div#header {
  margin: 0px 0px 0px 0px;
  padding: 0px;
  position: absolute;
  border: 0px;
  top: 0;
  left: 0;
  width: 100%;
  height: 105px;
  border: 0px;
  z-index: 210;
  /*border: 1px solid rgb(236, 192, 37);*/
}

div#logos {
  margin: 0px 0px 0px 0px;
  padding: 0px;
  /*border: 4px solid rgb(66, 208, 36);*/
  height: 30px;
}

div#user_sise {
  margin: 0px 0px 0px 0px;
  padding: 8px;
  /*Alinear div a la derecha*/
  float: left;
  width: 500px;
  height: 10px;
  font-size: 18px;
  /*border: 1px solid rgb(250, 82, 29);*/
}

div#user_tipo {
  margin: 0px 0px 0px 0px;
  padding: 8px;
  /*Alinear div a la derecha*/
  float: left;
  width: 400px;
  height: 10px;
  font-size: 12px;
  /*border: 1px solid rgb(250, 82, 29);*/
}

div#reloj {
  margin: 0px 0px 0px 0px;
  padding: 10px;
  /*Alinear div a la derecha*/
  float: right;
  width: 100px;
  height: 10px;
  /*border: 1px solid rgb(250, 82, 29);*/
}

div#separador {
  margin: 0px 0px 0px 0px;
  padding: 6px;
  float: right;
  width: 10px;
  height: 10px;
  /*border: 1px solid rgb(250, 82, 29);*/
}

div#fecha {
  margin: 0px 0px 0px 0px;
  padding: 10px;
  float: right;
  width: 215px;
  height: 10px;
  /*border: 1px solid rgb(250, 82, 29);*/
}

div#menus {
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  height: 75px;
  clear: both;
  float: left;
  width: 100%;
  background: #5170ad;
  background: -moz-radial-gradient(center, ellipse cover, #5170ad 0%, #355493 100%);
  background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, #5170ad), color-stop(100%, #355493));
  background: -webkit-radial-gradient(center, ellipse cover, #5170ad 0%, #355493 100%);
  background: -o-radial-gradient(center, ellipse cover, #5170ad 0%, #355493 100%);
  background: -ms-radial-gradient(center, ellipse cover, #5170ad 0%, #355493 100%);
  background: radial-gradient(ellipse at center, #5170ad 0%, #355493 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5170ad', endColorstr='#355493', GradientType=1);
  border: 1px solid #2d416d;
  box-shadow: 0 1px #5670A4 inset, 0 0 10px 5px rgba(0, 0, 0, 0.1);
}

.banner {
  margin: 0px 0px;
  position: absolute;
  bottom: 0px;
  top: 30px;
  left: 0px;
  right: 0px;
  width: 100%;
  height: 75px;
  /*border: 1px solid rgb(181, 181, 181);*/
}

div#menus1 {
  display: flex;
  height: 40px;
  width: 100%;
  background: #5170ad;
  background: -moz-radial-gradient(center, ellipse cover, #5170ad 0%, #355493 100%);
  background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, #5170ad), color-stop(100%, #355493));
  background: -webkit-radial-gradient(center, ellipse cover, #5170ad 0%, #355493 100%);
  background: -o-radial-gradient(center, ellipse cover, #5170ad 0%, #355493 100%);
  background: -ms-radial-gradient(center, ellipse cover, #5170ad 0%, #355493 100%);
  background: radial-gradient(ellipse at center, #5170ad 0%, #355493 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5170ad', endColorstr='#355493', GradientType=1);
  border: 1px solid #2d416d;
  box-shadow: 0 1px #5670A4 inset, 0 0 10px 5px rgba(0, 0, 0, 0.1);
  /*border: 1px solid rgb(66, 208, 36);*/
}

.menu ul {
  display: flex;
  list-style: none;
}

.menu a:link, a:visited, a:focus, a:hover, a:active {
  outline: none;
  text-decoration: none;
  color: #fff !important;
}

.menu ul ul {
  display: none;
}

.menu a {
  display: flex;
  width: 104px;
  height: 40px;
  justify-content: center;
  align-content: center;
  flex-direction: column;
  margin: 0px 0px 0px 0px;
  color: #fff;
  text-decoration: none;
}

nav#margen_menu_principal {
  /*float: left;
  left: 50%;*/
  list-style: none;
  margin: 0px auto;
  padding: 0px;
  /*position: relative;*/
  /*border: 1px solid rgb(219, 230, 28);*/
}

nav ul#contenedor_menu_principal {
  margin: 0;
  padding: 0;
  list-style: none;
  padding-right: 0px;
  /*float: left;
  position: relative;
  right: 50%;
  /*border: 1px solid rgb(30, 207, 231);*/
}

div.menus2 {
  display: flex;
  position: fixed;
  padding: 0px 0px;
  height: 40px;
  width: 100%;
  background: #5170ad;
  background: -moz-radial-gradient(center, ellipse cover, #5170ad 0%, #355493 100%);
  background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, #5170ad), color-stop(100%, #355493));
  background: -webkit-radial-gradient(center, ellipse cover, #5170ad 0%, #355493 100%);
  background: -o-radial-gradient(center, ellipse cover, #5170ad 0%, #355493 100%);
  background: -ms-radial-gradient(center, ellipse cover, #5170ad 0%, #355493 100%);
  background: radial-gradient(ellipse at center, #5170ad 0%, #355493 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5170ad', endColorstr='#355493', GradientType=1);
  border: 1px solid #2d416d;
  box-shadow: 0 1px #5670A4 inset, 0 0 10px 5px rgba(0, 0, 0, 0.1);
  /*border: 1px solid rgb(66, 208, 36);*/
}

.menu ul li ul li a {
  display: flex;
  width: 150px;
  height: 45px;
  justify-content: center;
  align-content: center;
  flex-direction: column;
  margin: 0px 0px 0px 0px;
  padding: 0px 5px 0px 5px;
  color: #fff;
  text-decoration: none;
  border-left: 6px solid rgb(0, 85, 183) !important;
  border-bottom: 1px dotted rgb(204, 222, 255) !important;
}

/*

seccion pie de pagina

 */

div#footer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 55px;
  z-index: 209;
  background: #5170ad;
  background: -moz-radial-gradient(center, ellipse cover, #5170ad 0%, #355493 100%);
  background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, #5170ad), color-stop(100%, #355493));
  background: -webkit-radial-gradient(center, ellipse cover, #5170ad 0%, #355493 100%);
  background: -o-radial-gradient(center, ellipse cover, #5170ad 0%, #355493 100%);
  background: -ms-radial-gradient(center, ellipse cover, #5170ad 0%, #355493 100%);
  background: radial-gradient(ellipse at center, #5170ad 0%, #355493 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5170ad', endColorstr='#355493', GradientType=1);
  border: 1px solid #2d416d;
  box-shadow: 0 1px #5670A4 inset, 0 0 10px 5px rgba(0, 0, 0, 0.1);
}

@media screen {
  body>div#header {
    position: fixed;
  }
  body>div#footer {
    position: fixed;
  }
}

div#footer p {
  margin: 4px;
  padding: 0;
}

/*

seccion iframe

 */

.embed-container {
  top: 86px;
  position: relative;
  padding-bottom: 57.22%;
  overflow: hidden;
  /*border: 1px solid rgb(66, 208, 36);*/
}

.embed-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /*border: 1px solid rgb(208, 47, 36);*/
}

.ratio {
  margin: 0 auto;
  overflow: hidden;
}