@charset "utf-8";
/* 
font-family: 'Roboto', sans-serif;
font-family: 'Open Sans', sans-serif;
font-family: 'Lato', sans-serif;
font-family: 'Roboto Condensed', sans-serif;
font-family: 'Oswald', sans-serif;
font-family: 'Raleway', sans-serif;
font-family: 'Roboto Slab', serif;
font-family: 'Open Sans Condensed', sans-serif;
font-family: 'PT Sans Narrow', sans-serif;
font-family: 'Fjalla One', sans-serif;
font-family: 'Anton', sans-serif;
font-family: 'Abel', sans-serif;
font-family: 'Exo 2', sans-serif;
font-family: 'Cuprum', sans-serif;
font-family: 'Archivo Narrow', sans-serif;
font-family: 'Francois One', sans-serif;
font-family: 'Archivo Black', sans-serif;
font-family: 'Passion One', cursive;
font-family: 'Pathway Gothic One', sans-serif;
font-family: 'Tulpen One', cursive;
font-family: 'News Cycle', sans-serif;
font-family: 'Righteous', cursive;
font-family: 'Dancing Script', cursive;
font-family: 'Grand Hotel', cursive;
 */
header,
nav,
section,
article,
aside,
footer,
figure,
form {
  display: block;
  margin: 0;
  padding: 0;
}
html {
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  color: #000000;
}
body {
  margin: 0;
  background: #ffffff;
}
* {
  box-sizing: border-box;
}
p,
h1,
h2,
h3,
h4 {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  color: #000000;
  margin: 6px;
  font-weight: normal;
}
h1 {
  font-family: "Oswald", sans-serif;
  font-size: 24px;
}
h2,
h3,
h4 {
  font-family: "Oswald", sans-serif;
  font-size: 20px;
}
h3 {
  font-size: 18px;
}
h4 {
  font-size: 16px;
}
ul,
ol {
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  color: #000000;
}
a {
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  color: #000000;
  text-decoration: none;
}
a img {
  border: none;
}
#resultados span {
  color: #d34836;
  margin: 6px;
  font-size: 13px;
  font-family: "Open Sans", sans-serif;
}
.borrar {
  width: 100px;
  height: 40px;
  background: #df4e00;
  display: block;
  border-radius: 6px;
  text-align: center;
  line-height: 40px;
  border: none;
  cursor: pointer;
  color: #fff;
  font-size: 14px;
  margin: 10px 0;
}
.borrar:hover {
  background: #555;
}
.fondofila {
  background: #d7d7d7;
}
.aliderecha {
  text-align: right;
}
.cnotas {
  width: 20px;
  border: 1px solid #ccc;
  font-size: 12px;
  text-align: center;
}
#bactualizar {
  width: 200px;
  height: 45px;
  line-height: 45px;
  display: block;
  background: #df4e00;
  text-align: center;
  border-radius: 6px;
  color: #fff;
  margin: 20px 0;
}
#bactualizar i {
  font-size: 20px;
}
/****************************************************/
/**************   ESTILOS INGRESO   ****************/
/****************************************************/
#cajaformulario {
  width: 100%;
  /* background:url(../imagenes/fondo.png) repeat-x top; */
  /* background: #07294d; */
  background: linear-gradient(180deg, #092e56 60%, #fff 50%);
  padding: 40px 0;
}
#cuerpoingreso {
  width: 100%;
  max-width: 1100px;
  margin: auto;
}
#cuerpoingreso img {
  display: block;
  margin: auto;
  margin-bottom: 30px;
}
#cuerpoingreso h2 {
  text-align: center;
  color: #fff;
  margin-bottom: 30px;
}
#cajaingreso {
  width: 100%;
  max-width: 800px;
  margin: auto;
  background: #ffffff;
  border: 1px solid #dbdbdb;
  box-shadow: 4px 4px 6px rgba(0, 0, 0, 0.5);
  padding: 50px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
}
#fingreso {
  width: 60%;
  padding-right: 50px;
  border-right: 1px solid #c6c6c6;
}
#ingresosociales {
  width: 40%;
  padding-left: 50px;
  margin: 0;
  list-style: none;
}
#fingreso p {
  font-size: 16px;
  color: #787878;
  margin-bottom: 20px;
  font-weight: bold;
}
#fingreso p:hover {
  color: #da3135;
}
.camposingreso:focus p {
  color: #da3135;
}
.camposingreso {
  width: 100%;
  height: 45px;
  line-height: 45px;
  border: none;
  border-bottom: 1px solid #dbdbdb;
  color: #8a8a8a;
}
.camposingreso:hover,
.camposingreso:focus {
  border-bottom: 1px solid #da3135;
}
#fingreso a {
  display: block;
  text-align: right;
  color: #da3135;
  font-weight: normal;
  font-size: 13px;
  margin-top: -15px;
}
#fingreso a:hover {
  text-decoration: underline;
}
#fingreso .alerta {
  display: block;
  text-align: right;
  color: #da3135;
  font-weight: normal;
  font-size: 13px;
  margin-top: -15px;
}
#bingresar {
  width: 160px;
  height: 45px;
  line-height: 45px;
  border: none;
  background: #07294d;
  border-radius: 100px;
  text-align: center;
  color: #ffffff;
  font-size: 18px;
  cursor: pointer;
  transition: all 0.5s;
}
#bingresar:hover {
  background: #da3135;
}
#ingresosociales li {
  margin-bottom: 15px;
}
#ingresosociales li a {
  display: block;
  width: 100%;
  border: 1px solid #d34836;
  background: #ffffff;
  color: #d34836;
}
#ingresosociales li a.fa {
  border: 1px solid #3b5998;
  color: #3b5998;
}
#ingresosociales li a.lin {
  border: 1px solid #00a0dc;
  color: #00a0dc;
}
#ingresosociales li a i {
  width: 40px;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  text-align: center;
  color: #ffffff;
  background: #d34836;
  font-size: 20px;
  margin-right: 10px;
}
#ingresosociales li a i.fai {
  background: #3b5998;
}
#ingresosociales li a i.lini {
  background: #00a0dc;
}
#piepagina {
  background: #07294d;
  padding: 60px 0;
  margin-top: 100px;
}
#piepagina p {
  text-align: center;
  color: #9b9b9b;
  font-size: 16px;
}
#piepagina ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
#piepagina ul li {
  margin-right: 6px;
}
#piepagina ul li a {
  width: 40px;
  height: 40px;
  display: block;
  text-align: center;
  line-height: 40px;
  color: #9b9b9b;
  font-size: 26px;
}
#piepagina ul li a:hover {
  color: #ffffff;
}
#erroringreso {
  padding: 50px 0;
}
#erroringreso h2 {
  color: #da3135;
  text-align: left;
}
#erroringreso p {
  color: #888888;
}
#erroringreso h3 {
  color: #da3135;
  text-align: left;
  font-size: 14px;
  margin-top: 15px;
}
/****************************************************/
/**************   ESTILOS PARA CMS   ****************/
/****************************************************/
#RLMenu {
  width: 240px;
  height: 100%;
  position: fixed;
  z-index: 999;
  background: #07294d;
  color: #ffffff;
}
.RLMenu-left {
  left: -180px;
  top: 0;
  transition: all 1s;
}
#menuHeader {
  width: 100%;
  height: 70px;
  background: #ededed;
  color: #000000;
  padding: 10px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
#toggle {
  font-size: 30px;
  cursor: pointer;
}
#toggle i {
  color: #df4e00;
}
#menulogo img {
  width: 80%;
  height: auto;
  display: block;
}
/****************************************************/
/*******************    MENU ************************/
/****************************************************/
#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#cssmenu {
  font-family: "Oswald", sans-serif;
  color: #ffffff;
}
#cssmenu ul ul {
  display: none;
}
.align-right {
  float: right;
}
#cssmenu > ul > li > a {
  padding: 12px 13px;
  cursor: pointer;
  z-index: 2;
  font-family: "Oswald", sans-serif;
  font-size: 14px;
  text-decoration: none;
  color: #aaaaaa;
  background: #07294d;
  position: relative;
}
#cssmenu > ul > li > a:hover {
  color: #ffffff;
}
#cssmenu > ul > li.active > a:hover,
#cssmenu > ul > li.open > a:hover {
  color: #fff;
}
#cssmenu > ul > li.active > a,
#cssmenu > ul > li.open > a {
  color: #aaaaaa;
}
#cssmenu > ul > li > a > i {
  position: absolute;
  right: 20px;
  top: 8px;
  font-size: 18px;
}
.holder {
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  right: 0;
}
.holder::after,
.holder::before {
  display: block;
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  right: 28px;
  z-index: 10;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.holder::after {
  top: 13px;
  border-top: 2px solid #aaaaaa;
  border-left: 2px solid #aaaaaa;
}
#cssmenu > ul > li > a:hover > span::after,
#cssmenu > ul > li.active > a > span::after,
#cssmenu > ul > li.open > a > span::after {
  border-color: #eeeeee;
}
.holder::before {
  top: 18px;
  border-top: 2px solid;
  border-left: 2px solid;
  border-top-color: inherit;
  border-left-color: inherit;
}
#cssmenu ul ul li a {
  cursor: pointer;
  padding: 13px 13px;
  z-index: 1;
  text-decoration: none;
  font-size: 13px;
  color: #aaaaaa;
  background: #07294d;
}
#cssmenu ul ul li:hover > a,
#cssmenu ul ul li.open > a,
#cssmenu ul ul li.active > a {
  background: #535353;
  color: #ffffff;
}
#cssmenu ul ul li:first-child > a {
  box-shadow: none;
}
#cssmenu ul ul ul li:first-child > a {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
}
#cssmenu ul ul ul li a {
  padding-left: 30px;
}
#cssmenu > ul > li > ul > li:last-child > a,
#cssmenu > ul > li > ul > li.last > a {
  border-bottom: 0;
}
#cssmenu > ul > li > ul > li.open:last-child > a,
#cssmenu > ul > li > ul > li.last.open > a {
  border-bottom: 1px solid #32373e;
}
#cssmenu > ul > li > ul > li.open:last-child > ul > li:last-child > a {
  border-bottom: 0;
}

/****************************************************/
#contenedor {
  width: 100%;
  padding: 10px 10px 10px 70px;
}
#cabecera {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #ccc;
}
#cuerpo {
  min-height: 550px;
}
.pieinicio {
  padding: 20px 0 !important;
}
.titulo {
  color: #000;
  text-align: center;
  width: 50%;
  display: block;
  margin: 25px auto;
  padding: 15px 0;
  border: 1px solid #000;
}
#enlaces-sup a {
  color: #df4e00;
  position: relative;
}
#enlaces-sup a:hover {
  text-decoration: underline;
}
#enlaces-sup a i {
  font-size: 20px;
}
#enlaces-sup a span {
  width: 20px;
  height: 20px;
  display: block;
  background: #000;
  border-radius: 30px;
  color: #ffffff;
  text-align: center;
  line-height: 20px;
  position: absolute;
  right: -3px;
  top: -13px;
  font-size: 13px;
}
#cajaopciones {
  width: 100%;
  max-width: 1100px;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  padding-top: 30px;
}
#cajaopciones a {
  width: 20%;
  padding: 15px;
  display: block;
  text-align: center;
  font-family: "Oswald", sans-serif;
}
#cajaopciones a i {
  display: block;
  width: 100px;
  height: 100px;
  font-size: 30px;
  border: 1px solid #ccc;
  text-align: center;
  line-height: 98px;
  border-radius: 100%;
  margin: auto;
  margin-bottom: 10px;
  color: #21355a;
  transition: all 0.5s;
}
#cajaopciones a:hover {
  color: #da3135;
}
#cajaopciones a:hover i {
  background: #da3135;
  color: #ffffff;
  border: 1px solid #da3135;
}

/****************************************************/
/****************  Estilos Internos  ****************/
/****************************************************/
#centro-top {
  width: 98%;
  margin: auto;
  padding: 10px 0;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
#centro-top h1 {
  display: block;
  width: 60%;
  font-size: 18px;
  color: #666666;
  font-family: "Fjalla One", sans-serif;
  margin: 0;
  line-height: 45px;
}
#centro-top h1 span {
  color: #df4e00;
}
#centro-top div {
  width: 40%;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}
#centro-top div a {
  width: 200px;
  height: 45px;
  line-height: 45px;
  display: block;
  background: #df4e00;
  text-align: center;
  border-radius: 6px;
  color: #ffffff;
  font-size: 14px;
  margin-left: 6px;
}
#centro-top div a i {
  font-size: 20px;
}
#titulo-modulos {
  width: 98%;
  background: #c7c7c7;
  margin: 0 auto;
  padding: 10px;
}
#titulo-modulos h2 {
  color: #000;
  font-size: 16px;
}
#marco-modulo {
  width: 98%;
  margin: auto;
  border: 1px solid #c7c7c7;
  padding: 20px 20px 60px 20px;
  min-height: 500px;
}
.borde-tablas {
  border: 1px solid #c7c7c7;
  border-collapse: collapse;
  margin: 30px 0;
}
.borde-tablas td {
  border: 1px solid #c7c7c7;
  padding: 8px;
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  color: #333333;
}
.borde-tablas th {
  background: #e9e9e9;
  padding: 8px;
  border: 1px solid #c7c7c7;
  font-family: "Oswald", sans-serif;
  font-size: 14px;
  color: #333333;
  font-weight: normal;
}
.borde-tablas tr:hover {
  background: #e9e9e9;
}
.tablas {
  border-collapse: collapse;
  margin: 0;
}
.tablas td {
  padding: 8px;
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  color: #333333;
}
.tablas th {
  padding: 8px;
  border: 1px solid #c7c7c7;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  color: #333333;
  font-weight: normal;
}
.iconos {
  font-size: 22px;
  color: #21355a;
}

.campos {
  border: 1px solid #ccc;
  padding: 10px;
}
.botones {
  width: 200px;
  height: 45px;
  background: #df4e00;
  display: block;
  border-radius: 6px;
  text-align: center;
  line-height: 45px;
  border: none;
  cursor: pointer;
  color: #ffffff;
  font-family: "Oswald", sans-serif;
  font-size: 14px;
  margin-bottom: 10px;
}
.botonesgris {
  width: 200px;
  height: 45px;
  background: #6d6d6d;
  display: block;
  border-radius: 6px;
  text-align: center;
  line-height: 45px;
  border: none;
  cursor: pointer;
  color: #ffffff;
  font-family: "Oswald", sans-serif;
  font-size: 14px;
  margin-bottom: 10px;
}
.alerta {
  color: #ff0004;
  font-size: 16px;
}
#cajafoto {
  padding: 20px;
}

#cajaimagenes {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
#cajaimagenes a {
  width: 25%;
  padding: 15px;
}
#cajaimagenes a img {
  width: 100%;
  height: auto;
  display: block;
}
/****************************************************/
/*****************   ESTILOS COLORES ****************/
/****************************************************/
.selectBox {
  position: relative;
}
.selectBox select {
  width: 40%;
  height: 50px;
  line-height: 50px;
  padding: 0 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 13px;
  margin-bottom: 5px;
}
.overSelect {
  width: 40%;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  cursor: pointer;
}
.checkboxes {
  display: none;
  font-size: 13px;
  border: 1px solid #ccc;
  background: #fff;
  padding: 5px;
}
.checkboxes label {
  display: block;
  padding: 3px;
}
.checkboxes label:hover {
  background: #ebebeb;
}
.checkboxes span {
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 1px solid #e5e5e5;
}
/****************************************************/
/***********   CALENDARIO PAGOS      ****************/
/****************************************************/
#calendariopago {
  width: 93%;
  margin: auto;
  padding: 50px 0;
}
#calendariopago h1 {
  text-align: center;
}
/****************************************************/
/*****************   TAMAÑO 1024px ******************/
/****************************************************/
@media only screen and (max-width: 1024px) {
}
/****************************************************/
/*****************   TAMAÑO 800px  ******************/
/****************************************************/
@media only screen and (max-width: 800px) {
}
/****************************************************/
/*****************   TAMAÑO 600px  ******************/
/****************************************************/
@media only screen and (max-width: 600px) {
}
/****************************************************/
/*****************   TAMAÑO 533px  ******************/
/****************************************************/
@media only screen and (max-width: 533px) {
}
/****************************************************/
/*****************   TAMAÑO 480px  ******************/
/****************************************************/
@media only screen and (max-width: 480px) {
}
/****************************************************/
/*****************   TAMAÑO 360px  ******************/
/****************************************************/
@media only screen and (max-width: 360px) {
}
