body {
  font: 100%/1.4 Verdana, Arial, Helvetica, sans-serif;
  background-color: #42413c;
  margin: 0;
  padding: 30px 0;
  color: #58585a;
}

.header {
  max-width: 1000px;
  margin: auto;
  height: auto;
  background: #fff;
}
.header small {
  font-size: 18px;
  text-align: right;
  padding-right: 60px;
}

#entorno {
  max-width: 880px;
  padding: 20px 60px;
  margin: 0 auto;
  background: #fff;
  text-align: justify;
}
#entorno span.enlace,
#entorno a {
  display: block;
  width: 100%;
  margin: 0px 0px 10px 0px;
  font-size: 1.1rem;
  font-weight: bold;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  outline: none;
  padding: 3px 5px 3px 0px;
  margin: 20px 1px 3px 0px;
  color: #0078a7;
}
#entorno span.enlace:hover,
#entorno a:hover {
  text-decoration: underline;
}
#entorno a.titulo {
  font-size: 26px !important;
  font-weight: bold;
  margin-top: 30px;
}
#entorno a.interno {
  display: inline;
  width: auto;
}

h2:focus,
h2:active,
.resaltar {
  border: 1px solid #dddddd;
  -webkit-box-shadow: 0 0 5px rgba(81, 203, 238, 1);
  box-shadow: 0 0 5px rgba(81, 203, 238, 1);
  padding: 3px 0px 3px 3px;
  margin: 5px 1px 3px 0px;
  border: 1px solid rgba(81, 203, 238, 1);
  background: #f7f7f7;
}

.leermas {
  margin-top: 20px !important;
}
.normal {
  display: inline !important;
}

ul,
ol,
dl {
  padding: 0;
  margin: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  padding-right: 15px;
  padding-left: 15px;
}
p {
  margin:10px 0px;
  padding: 0px;
}
a img {
  border: none;
}
a:link {
  text-decoration: none;
  color: #0078a7 !important;
  display: block;
  word-wrap: break-word;
  font-weight: bold;
}

a:visited {
  text-decoration: none;
  color: #0078a7;
}
a:hover,
a:active,
a:focus {
  text-decoration: none;
}

h2 {
  padding: 0px;
  font-size: 2rem;
  width: 100%;
  margin-bottom: 5px;
  margin-top: 25px;
  text-decoration: none !important;
  color:#0078a7;
  font-size:1.7rem !important;
}
h2:before {
  content: "► ";
  font-size: 0.8em;
  color: #0078a7;
}
h2 strong {display: inline-block;}
h2 a {
  color: #0078a7 !important;
  text-decoration: none;
  display: inline !important;
  font-size: 0.8em !important;
}
h2:hover,h2 a:hover {
  text-decoration: none !important;
}

small,.has-small-font-size {
  display: block;
  margin-top: 20px;
  font-size: 0.8rem;
}

b,
strong {
  clear: both;
}

ol {
  margin: 0px 0px 0px 26px;
}
ol li {
  margin: 0px;
}
ol.negrita li {
  font-weight: bold;
}
ol.negrita li li {
  font-weight: normal;
}

u {
  text-decoration: none;
  font-weight: bold;
}

li a {
  margin: 24px 0px 0px 0px;
}

@media print {
}

p.MsoNormal {
  margin: 0cm;
  margin-bottom: 0.0001pt;
  font-size: 12pt;
  font-family: "Times New Roman", "serif";
}
ul {
  margin: 10px 0px 10px 0px !important;
  padding: 0px 0px 0px 50px !important;
}

a.inline {
  display: inline !important;
}

@media only screen and (min-width: 600px) {
	body{padding: 0px;}
}
