.tres_claro {
  padding-left: 140px;
}

.info-bar {
    background-color: #83212B;
    text-align: left;
    color: #dcdcdc;
    font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
    font-size: small;
    padding-top: 2em;
    padding-bottom: 2em;
}

.info-bar a {
  color: white;
  text-decoration:underline;
}

.cleargrande {
  padding: 16px;
}
.clearmedio {
  padding: 8px;
}
.clearchico {
  height: 4px;
}
::-webkit-scrollbar {
  width: 10px;
  background-color: rgba(213, 203, 188, 0.32);
}
::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.3);
  border-radius: 2px;
}
::-webkit-scrollbar-thumb {
  border-radius: 2px;
  -webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.5);
}
* {
  font-family: Verdana,Tahoma,Modern,Arial;
    font-weight: normal;
  /*    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;*/
  font-size: 14px;
  border: none;
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  box-sizing: border-box;
}
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;
  vertical-align: top;
  background: transparent;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
button {
  cursor: pointer;
}
:focus {
  outline: 0;
}
ins {
  text-decoration: none;
}
del {
  text-decoration: line-through;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
input,
textarea,
select,
button {
  background: #f9f9f6;
  color: #000000;
  padding: 8px;
  padding-left: 28px;
}
html {
  height: auto;
  width: 100%;
  margin: 0;
  padding: 0;
  background-color: #530016;
  scroll-behavior: smooth;
}
body {
  position: relative;
  height: 100%;
  width: 100%;
  margin: 0 auto;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  padding: 0px;
  display: flex;
  min-height: 98vh;
  flex-direction: column;
  background-color: #f9f9f6;
}
@media only screen and (min-width: 1280px) {
  body {
    width: 1280px;
  }
}
p {
  vertical-align: middle;
  padding: 8px;
}
label {
  padding: 8px;
  display: inline-block;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  display: block;
  font-size: 24px;
  padding: 4px;
}
h1 {
  color: #77132d;
  font-weight: normal;
  padding: 16px;
  font-size: 2em;
}
h2 {
  color: #77132d;
  padding: 16px;
  font-size: 1.6em;
  font-weight: normal;
}
h3 {
  font-size: 16px;
  font-size: 1.0em;
  font-weight: normal;
}
h4 {
  font-size: 16px;
  padding: 16px 8px 8px 8px;
  display: block;
  color: #78020d;
  font-weight: normal;
}
h5 {
  font-size: 16px;
}
form {
  display: inline-block;
  padding: 16px;
  margin: 16px;
  min-width: 400px;
  width: 100%;
}
form h2 {
  margin: -16px -16px 16px -16px;
}
a {
  text-decoration: none;
}
a:active {
  text-decoration: none;
}
a:visited {
  text-decoration: none;
}
[class*="col-"] {
  float: left;
}
/* For mobile phones: */
[class*="col-"] {
  width: 100%;
}
iframe {
  display: block;
  width: 100%;
  border: none;
  min-height: 550px;
}
@media only screen and (min-width: 600px) {
  /* For tablets: */
  .col-m-1 {
    width: 8.33%;
  }
  .col-m-2 {
    width: 16.66%;
  }
  .col-m-3 {
    width: 25%;
  }
  .col-m-4 {
    width: 33.33%;
  }
  .col-m-5 {
    width: 41.66%;
  }
  .col-m-6 {
    width: 50%;
  }
  .col-m-7 {
    width: 58.33%;
  }
  .col-m-8 {
    width: 66.66%;
  }
  .col-m-9 {
    width: 75%;
  }
  .col-m-10 {
    width: 83.33%;
  }
  .col-m-11 {
    width: 91.66%;
  }
  .col-m-12 {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  /* For desktop: */
  .col-1 {
    width: 8.33%;
  }
  .col-2 {
    width: 16.66%;
  }
  .col-3 {
    width: 25%;
  }
  .col-4 {
    width: 33.33%;
  }
  .col-5 {
    width: 41.66%;
  }
  .col-6 {
    width: 50%;
  }
  .col-7 {
    width: 58.33%;
  }
  .col-8 {
    width: 66.66%;
  }
  .col-9 {
    width: 75%;
  }
  .col-10 {
    width: 83.33%;
  }
  .col-11 {
    width: 91.66%;
  }
  .col-12 {
    width: 100%;
  }
}

.page-header {
  padding: 0;
  width: 100%;
  transition-property: background,top,bottom;
  transition-duration: 200ms;
  transition-timing-function: ease-out;
  background: #f9f9f6;
  top: 0px;
  z-index: 10;
  overflow: hidden;
}
.page-header .toggle-nav {
  display: none;
  float: right;
  padding: 0.7em;
  margin: 0 0 0 1em;
  margin-top: 0;
  font-weight: bold;
  font-size: 3em;
  color: #000000;
  cursor: pointer;
}
.page-header .collapse {
  visibility: inherit;
}
.page-header .center-contents {
  max-width: 95%;
  margin: auto;
  overflow: hidden;
}
.page-boody {
  height: 100%;
  width: 100%;
  margin: 0 auto;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  padding: 4px;
  display: flex;
  min-height: 98vh;
  flex-direction: column;
  background-color: #f9f9f6;
}
@media only screen and (min-width: 1280px) {
  .page-boody {
    width: 100%;
  }
}
.fondo-subdominio {
  background: #9b324e;
}
.logo {
  display: block;
  float: left;
  margin-top: 8px;
  padding: 0px 0px 0px 8px;
}
.logo img {
  display: block;
}
@media only screen and (max-width: 600px) {
  .ministerio {
    width: 94%;
  }
}
.syrah-item {
  margin: 0px;
  padding: 4px;
  display: inline-block;
  clear: both;
  width: auto;
  cursor: pointer;
}
.m-m {
  margin: 8px;
}
.syrah-button {
  font-size: 3em;
  background: rgba(119, 19, 45, 0);
  color: rgba(249, 249, 246, 0.5);
  transition-property: background,top,bottom;
  transition-duration: 200ms;
  transition-timing-function: ease-out;
}
.tinta_muyclaro {
  background: #f9f9f6;
  color: #000000;
}
.tinta_claro {
  background: #888886;
  color: #ffffff;
}
.tinta_normal {
  background: #575756;
  color: #ffffff;
}
.tinta_oscuro {
  background: #1a1a19;
  color: #ffffff;
}
.tinta_muyoscuro {
  background: #0c0c08;
  color: #ffffff;
}
.uno {
  background: #77132d;
}
.uno_claro {
  background-color: rgba(155, 50, 78, 0.1);
}
.dos {
  background: #9b1925;
}
.dos_claro {
  background-color: rgba(188, 52, 65, 0.1);
}
.tres {
  background: #de6510;
}
.tres_muyclaro {
  background-color: rgba(242, 136, 61, 0.1);
}
.tres_claro {
  background-color: rgba(242, 136, 61, 0.3);
}
.tres_medio {
  background-color: rgba(242, 136, 61, 0.5);
}
.cuatro {
  background: #f9f9f6;
}
.cuatro h2 {
  color: #fff;
}
.cinco {
  background-color: #EEE6E6;
}
.padinferior {
  padding-bottom: 8px;
}


@media only screen and (max-width: 600px) {
  .syrah-menu {
    margin-top: 16px;
  }
  .syrah-menu a {
    padding-top: 16px !important;
  }
  .syrah-menu a p {
    visibility: collapse;
  }
}
.syrah-menu a {
  color: #f9f9f6;
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  margin: 0px;
  padding: 0px;
  text-align: center;
  float: left;
  height: 90px;
  width: 16.666667%;
}
.syrah-menu a span {
  display: block;
  margin: 0;
  padding: 16px 0px 0px 0px;
  text-align: center;
  font-size: 2em;
}
.syrah-menu a p {
  /* font-size: 1em; */
  color: #f9f9f6;
  padding: 63px 6px 0px 6px;
}
.syrah-menu a:after {
  content: "";
  clear: both;
  display: block;
}
.syrah-menu.modoBuscador .syrah-menu-mm {
  display: inline-block;
}
.syrah-menu.modoBuscador .syrah-menu-item {
  transition: all 200ms;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
}
.syrah-menu.modoBuscador .syrah-buscador {
  transition: all 200ms;
  display: inline-block;
  float: left;
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
}
.syrah-menu.modoMenu .syrah-menu-mb {
  display: initial;
}
.syrah-menu.modoMenu .syrah-menu-mm {
  display: none;
}
.syrah-menu.modoMenu .syrah-menu-item {
  transition: all 200ms;
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
}
.syrah-menu.modoMenu .syrah-buscador {
  float: left;
  width: 0px;
  transition: all 200ms;
  transform: scaleX(0);
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
}
.hay-fijo {
  padding-top: 90px;
}
.hay-fijo .fijo {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  z-index: 997;
  height: 45px;
}
.hay-fijo .fijo .logo {
  margin: 0px;
  padding-top: 4px;
}
.hay-fijo .fijo .logo img {
  height: 37px;
}
.hay-fijo .fijo .syrah-menu {
  height: 45px;
}
.hay-fijo .fijo .syrah-menu a {
  height: 45px;
}
.hay-fijo .fijo .syrah-menu a span {
  padding: 4px 0px 0px 0px;
}
.hay-fijo .fijo .syrah-menu a p {
  display: none;
}
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 19/02/2016, 19/02/2016 07:49:08
    Author     : fgimenez
*/
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 19/02/2016, 19/02/2016 07:47:28
    Author     : fgimenez
*/
footer {
  bottom: 0;
  text-align: center;
  width: 100%;
  background: #b24c04;
  padding: 8px;
  color: #f9f9f6;
}
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 26/02/2016, 26/02/2016 09:36:09
    Author     : fgimenez
*/
.syrah-slider {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 600px) {
  .syrah-slider {
    padding-top: 16px;
  }
}
.syrah-slider .syrah-button {
  position: absolute;
  width: 48px;
  height: 100%;
  top: 0%;
  z-index: 1;
}
.syrah-slider ul {
  list-style: outside none;
  width: 10000%;
  height: 100%;
  position: relative;
  top: 0;
  right: 0;
  transition: all 0.6s ease;
  padding: 0;
  margin: 0;
  z-index: 0;
}
.syrah-slider ul li {
  float: left;
  width: 1%;
  /*Es así porque el ul esta al 10000%*/
  padding: 0;
  margin: 0;
}
.syrah-slider ul li .sy-item-slider {
  background-repeat: no-repeat;
  background-position: 50% 0%;
  background-size: cover;
  width: 100%;
  height: 429.21478px;
  text-align: center;
  color: #fff;
}
.syrah-slider ul li .sy-item-slider .sy-item-res {
  background-color: rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: inset 0px -60px 58px -27px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: inset 0px -60px 58px -27px rgba(0, 0, 0, 0.25);
  box-shadow: inset 0px -60px 58px -27px rgba(0, 0, 0, 0.25);
  bottom: 0;
  width: 1%;
  text-align: left;
  vertical-align: bottom;
  position: absolute;
  height: auto;
  min-height: 50px;
}
.syrah-slider ul li .sy-item-slider .sy-item-res h1 {
  padding: 16px 56px 16px 56px;
  color: white;
  text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.4);
}
.syrah-home-slider {
  height: 429.21478px;
}
@media only screen and (max-width: 600px) {
  .syrah-home-slider {
    width: 100%;
  }
}
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 01/03/2016, 01/03/2016 10:26:45
    Author     : fgimenez
*/
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 03/03/2016, 03/03/2016 08:55:01
    Author     : fgimenez
*/
#modal-overlay {
  background-color: #0c0c08;
  filter: alpha(opacity=60);
  height: 100%;
  left: 0;
  -moz-opacity: 0.6;
  -webkit-opacity: 0.6;
  -ms-filter: alpha(opacity=(@{overlight_transparencia*100}));
  opacity: 0.6;
  position: fixed;
  top: 0px;
  right: 0px;
  left: 0px;
  bottom: 0px;
  width: 100%;
  z-index: 998;
}
#modal-container {
  background: #f9f9f6;
  border: 1px solid #575756;
  box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.2);
  height: auto;
  position: fixed;
  bottom: 4px;
  top: 4px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 998;
  margin: auto;
  max-width: 960px;
  overflow: auto;
  width: 90%;
}
@media only screen and (max-width: 600px) {
  #modal-container {
    left: 50%;
  }
}
#modal-header {
  height: 40px;
  overflow: hidden;
  clear: both;
  font-size: 18px;
  vertical-align: top;
  background-color: #9b1925;
  display: block;
  height: auto;
  color: #f9f9f6;
  padding: 16px;
  padding-right: 20px;
}
#modal-close {
  text-decoration: none;
  font-size: 45px;
  font-weight: normal;
  color: white;
  position: absolute;
  right: 4px;
  top: -1px;
  cursor: pointer;
  z-index: 1;
  text-shadow: 1px 1px #1E1C1C;
}
#modal-content {
  background-color: #fff;
  position: relative;
  padding: 0;
  outline: 0;
}
#modal-content button {
  padding: 8px;
  background-color: #77132d;
  color: #f9f9f6;
  font-size: 20px;
  margin: 4px;
  margin-left: 24px;
  border-radius: 4px;
  display: inline-block;
}
#modal-content h1 {
  padding: 8px;
  color: enfasis2_oscuro;
  text-shadow: 1px 1px #1E1C1C;
}
#modal-content h2 {
  background-color: #78020d;
  color: #f9f9f6;
  padding: 8px;
  border-radius: 4px;
  margin: 4px;
}
#modal-content h3 {
  color: #78020d;
  border-radius: 4px;
  margin: 4px;
  font-weight: bold;
}
#modal-content h4 {
  padding: 8px;
  font-size: 22px;
  font-weight: bold;
}
#modal-content h6 {
  float: left;
  font-size: 17px;
  padding-left: 16px;
}
#modal-content ul {
  padding: 28px;
  list-style: square;
}
#modal-content li {
  padding: 4px;
}
#modal-content p {
  padding-left: 8px;
}
#modal-content .sy-art .sy-art-res {
  text-align: justify;
  padding-left: 0px;
}
#modal-content .sy-art .sy-art-picture {
  display: block;
  padding: 16px;
  margin: auto;
  max-width: 70%;
}
@media only screen and (max-width: 600px) {
  #modal-content .sy-art .sy-art-picture {
    max-width: 100%;
    padding: 4px;
  }
}
#modal-content .sy-art .sy-art-gallery {
  display: block;
  padding: 8px;
}
#modal-content .sy-art .sy-art-gallery a {
  display: inline-block;
  padding: 8px;
}
#modal-content .sy-art .sy-art-gallery-link {
  display: block;
  text-align: center;
  font-weight: 1.3em;
}
#modal-content.modal-loading {
  background: #c35e79 no-repeat center center;
}
#modal-content input.syrah-form-item {
  border: 1px;
  border-style: solid;
  border-color: #9b1925;
  border-radius: 8px;
  width: 50%;
}
#modal-content input.syrah-form-item:focus {
  border-color: #9b1925;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(155, 25, 37, 0.62);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(155, 25, 37, 0.62);
}
#modal-content input.item-texto {
  height: 200px;
  display: inline-block;
}
#modal-content textarea {
  border: 1px;
  border-style: solid;
  border-color: #9b1925;
  border-radius: 8px;
  width: 50%;
  height: 200px;
}
#modal-content label {
  width: 25%;
  float: left;
  color: black;
  font-size: 120%;
  font-weight: bold;
}
#modal-content cite {
  display: block;
  padding: 16px;
  font-size: 120%;
  font-weight: bold;
  color: #9b1925;
}
#modal-content td {
  color: red;
  padding: 16px;
  /* display: inherit; */
  font-size: 150%;
  font-weight: bold;
}
#modal-footer {
  font-size: 15px;
  font-weight: bold;
  background-color: #9b1925;
  color: #f9f9f6;
  margin-bottom: 0px;
  margin-top: 8px;
  padding: 13px;
}
.botongrande {
  padding: 8px;
  background-color: #77132d;
  color: #f9f9f6;
  font-size: 20px;
  margin: 4px;
  margin-left: 24px;
  border-radius: 4px;
  display: inline-block;
}
a.botongrande:hover {
  background-color: #9b324e;
}
.botonmedio {
  padding: 4px 8px 0px 0px;
  margin: 8px 4px 4px 4px;
  background-color: rgba(155, 25, 37, 0.1);
  color: #9b1925;
  font-size: 18px;
  border-radius: 4px;
  display: inline-block;
}
@media only screen and (max-width: 600px) {
  .botonmedio {
    margin-top: 8px;
  }
}
.botonchico {
  padding: 8px;
  background-color: #9b1925;
  color: #fff;
  font-size: 18px;
  margin: 4px;
  border-radius: 4px;
  display: inline-block;
}
a.botonchico:hover {
  background-color: #bc3441;
}

section {
  display: block;
}
section .titulososcuros {
  color: #77132d;
  font-size: 32px;
}
section .titulosuno {
  color: #9b1925;
  padding: 4px;
  font-size: 24px;
}
section .titulosdos {
  color: #77132d;
  padding: 16px;
  font-size: 24px;
}
section .titulostres {
  color: #de6510;
  padding: 4px;
  font-size: 24px;
  padding-left: 10px;
  text-align: center;
}

section > * > h2 {
  color: #fff;
}
section h3 {
  padding: 15px;
}
.row {
  padding: 8px;
}
.row:after {
  content: "";
  clear: both;
  display: block;
}

@media only screen and (max-width: 600px) {
  .syrah-lista .syrah-lista-body li .sy-item-lista-texto .sy-item-left .sy-item-num {
    font-size: 12px;
  }
}
@media only screen and (max-width: 600px) {
  .syrah-lista .syrah-lista-body li .sy-item-lista-texto .sy-item-tit {
    font-size: 14px;
  }
}
.syrah-lista .syrah-lista-body li .sy-item-lista-texto p {
  padding: 4px 16px 0px 16px;
  font-size: 0.8em;
  color: #f9f9f6;
  text-align: left;
  overflow: hidden;
}
@media only screen and (max-width: 600px) {
  .syrah-lista .syrah-lista-body li .sy-item-lista-texto h2 {
    font-size: 10px;
  }
}

@media only screen and (min-width: 768px) {
  .hay-fijo .syrah-bus-res {
    position: fixed;
    top: 45px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
    z-index: 998;
  }
  .hay-fijo .fijo .syrah-buscador {
    height: 45px;
    background-color: transparent;
  }
  .hay-fijo .fijo .syrah-buscador:before {
    padding-top: 7px;
    padding-left: 8px;
  }
  .hay-fijo .fijo .syrah-buscador .syrah-bus-inp {
    margin: 4px;
    height: 37px;
  }
}
@media only screen and (min-width: 768px) and only screen and (max-width: 768px) {
  .hay-fijo .syrah-bus-res {
    top: 180px;
  }
}
.syrah-bus-res {
  display: none;
  padding: 16px 24px;
  margin: auto;
  width: 50%;
  height: 90%;
  background: #f9f9f6;
  position: absolute;
  top: 90px;
  left: 50%;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
  z-index: 998;
  overflow-y: scroll;
}
@media only screen and (max-width: 600px) {
  img.flecha_buscador {
    height: 0px;
    padding: 0px;
  }
}
.autoridad {
  padding-left: 16px;
  padding-top: 16px;
}
p {
  padding-left: 16px;
  padding-top: 0px;
}
.botongrande {
  margin-left: 16px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

@media screen and (max-width: 31.5em) {
  .grid {
    padding: 10px 10px 100px 10px;
  }
  .grid li {
    width: 100%;
    min-width: 300px;
  }
}
