* {
  padding: 0;
  margin: 0;
}
html {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: visible;
}
body {
    overflow-x: hidden;
    margin: 0;
    padding: 0;
    height: 100%;
    font-family: Lucida Grande, Verdana, Lucida Sans Regular, Lucida Sans Unicode, Arial, sans-serif;
    font-size: 12px;
    background-color: #ffffff;
    color: #666666;
    padding: 0px !important;
}
html, body{
  height: 100%;
}
h1, h2, h3{
  color: #002359;
  font-weight: normal;
  line-height: 1.2;
  font-family: 'Poppins', sans-serif;
  letter-spacing: 0;
  margin: 0;
}
h1,h2,h3 {
  margin-bottom: 2px;
}

h4{
  color: #002359;
  line-height: 1.2;
  font-family: 'Poppins', sans-serif;
  letter-spacing: 0;
  font-size:30px;
  text-align:center;
  font-weight: 600;

}
.infotitulo {
  margin-top: 15px;
  margin-bottom: 15px;
}
img {
  border: none;
  outline: none;
  max-width: 100%;
}
p {
  color: #666666;
  line-height: 26px;
  margin: 0 0 25px;
  text-transform: none;
  font-weight: 400;
}
.text-light h1, 
.text-light h2,  
.text-light p, 
.text-light a {
  color: #ffffff;
}
.default-padding {
  padding-top: 10px;
  padding-bottom: 45px;  
  position: relative;

}
.bg-fixed {
  background-attachment: fixed;
  background-position: center center;
  background-size: cover;
}
/* ------------------------
   # espacios
------------------------*/
.mt-0 {margin-top:0.6rem}
.mt-1 {margin-top:3.6rem}
.bt-1 {margin-top:3.6rem}
.mt-2 {margin-bottom:2rem}
.mt-3 {margin-top:2rem}
.mt-4 {margin-top:3.8rem}
.mt-5 {margin-top:1.1rem}

/* -----------------------------------------------------------
     # Header Home 
----------------------------------------------------------- */ 
.container-full {
  padding: 0 1px;
  width: 95%;
  margin: auto;
}
header {
  position: relative;
}
header nav.navbar.border.bootsnav.navbar-fixed.no-background {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
header nav.navbar.border.bootsnav.navbar-fixed.no-background ul li a {
  position: relative;
  z-index: 1;
  margin-left: 3px;
 
}
header nav.navbar.border.bootsnav.navbar-fixed.no-background .attr-nav ul li a {
  border: medium none;
}
header nav.navbar.border.bootsnav.navbar-fixed.no-background ul li a::after {
  background: #ffffff none repeat scroll 0 0;
  bottom: -2px;
  content: "";
  height: 3px;
  left: 0;
  position: absolute;
  width: 0;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
header nav.navbar.border.bootsnav.navbar-fixed.no-background ul li a.active::after,
header nav.navbar.border.bootsnav.navbar-fixed.no-background ul li a:hover::after {
  width: 100%;
}
header nav.navbar.border.bootsnav.navbar-fixed.no-background .attr-nav ul li a.active::after,
header nav.navbar.border.bootsnav.navbar-fixed.no-background .attr-nav ul li a:hover::after {
  width: 0;
}
/* -----------------------------------------------------------
     # Preloader 
----------------------------------------------------------- */
.se-pre-con {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 999999;
    background: url(../assets/img/preloader.gif) center no-repeat #fff;
    text-align: center;
}
/* -----------------------------------------------------------
     # Banner Home 
----------------------------------------------------------- */ 
.shadow {
  position: relative;
  z-index: 1;
}
.shadow.dark-hard::after {
  background: #1e2733 none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.50;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
/* -----------------------------------------------------------
     # Home From
----------------------------------------------------------- */ 
body, 
.from-area, 
.from-area div {
  height: 100%;
}
.from-area {
  position: relative;
  overflow: hidden;
}
.from-area .double-items {
  align-items: center;
  align-self: center;
  display: flex;
  justify-content: center;
  vertical-align: middle;
}
.from-area  .double-items .form-info h3 {
  font-weight: 500;
  margin-bottom: 30px;
  line-height: 1.7;
  margin-top: -5px;
}
.from-area .double-items {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding-top: 90px;
}
.from-area .double-items div {
  height: auto;
}
.from-area .double-items .info {
  padding-right: 35px;
}
.from-area .double-items .form-info {
  padding: 50px 37px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  overflow: hidden;
  border-radius: 5px;
}
.from-area .double-items .form-info h3 span {
  color: #fff;
  font-weight: 700;
  display: block;
}
.from-area .double-items .form-info input {
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: #ffffff;
}
.from-area .double-items .form-info button {
  background: #af1e2b;
  border: 3px solid rgba(204, 109, 117, 0.9);
  color: #ffffff;
  padding: 10px 35px;
  border-radius: 5px;
  margin-top: 15px;
  font-weight: 600;
  width: 100%;
}
.from-area .infobtn a {
  font-size:13px;
  color:rgba(255, 255, 255, 0.90);
}
.from-area .center {
  text-align:center;
  padding-top:10px;
}
.from-area .double-items .form-info.form-light {
  background: #1e2733;
  opacity: 0.90;
  margin-bottom: 15px;
  border:7px solid #e7e7e7;
}
.from-area .double-items .form-info.form-light h3 {
  color: #c90e28;
  margin-bottom: 15px;
}
.from-area .double-items .form-info.form-light input {
  color: #fff;
  border: none;
  box-shadow: inherit;
  padding-left: 0;
  border-bottom: 1px solid #e7e7e7;
  border-radius: inherit;
}
.from-area.from-info .info h4 {
  font-weight: 600;
  margin-bottom: 25px;
  font-size: 24px;
}
.from-area.from-info .info h2 {
  font-size: 60px;
  font-weight: 500;
  margin-bottom:20px;
  letter-spacing: 1px;
}
.from-area.from-info .info a {
  margin-top: 30px;
}
.from-area.from-info .info p {
  font-size:13px;
  line-height:23px;
  padding-left:20px;
  padding-right:20%;
  padding-top:12%;
  padding-top:12%;
  color:rgba(255, 255, 255, 0.90);
}
/* -----------------------------------------------------------
     # Home From Digital
----------------------------------------------------------- */ 
body, 
.from-area-b, 
.from-area-b div {
  height: auto;

 }
.from-area-b {
  position: relative;
  overflow: hidden;
}
.from-area-b  .double-items .form-info h3 {
  font-weight: 500;
  margin-bottom: 30px;
  line-height: 1.7;
  margin-top: -5px;
}
.from-area-b .double-items {
  display: flex;
  align-items: left;
  justify-content: center;
  height: 100%;
}
.from-area-b .double-items div {
  height: auto;
  text-align: center;
}
.from-area-b .double-items .info {
  padding-right: 35px;
}
.from-area-b .double-items .form-info {
  padding: 50px 37px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  overflow: hidden;
  border-radius: 5px;
}
.from-area-b .double-items .form-info h3 span {
  color: #000;
  font-weight: 700;
  display: block;
}
.from-area-b .double-items .form-info input {
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: #ffffff;
}
.from-area-b .double-items .form-info button {
  background: #af1e2b;
  border: 3px solid rgba(204, 109, 117, 0.9);
  color: #ffffff;
  padding: 10px 35px;
  border-radius: 5px;
  margin-top: 15px;
  font-weight: 600;
  width: 100%;
  margin-bottom:30px;
}
.from-area-b .infobtn a {
  font-size:13px;
  color:rgba(255, 255, 255, 0.90);
}
.from-area-b .center {
  text-align:center;
  padding-top:10px;
}
.from-area-b .double-items .form-info.form-light {
  background: #fff;
  opacity: 0.90;
  margin-bottom: 15px;
  border:7px solid #e7e7e7;
}
.from-area-b .double-items .form-info.form-light h3 {
  color: #c90e28;
  margin-bottom: 15px;
}
.from-area-b .double-items .form-info.form-light input {
  color: #fff;
  border: none;
  box-shadow: inherit;
  padding-left: 0;
  border-bottom: 1px solid #e7e7e7;
  border-radius: inherit;
}
.from-area-b.from-info .info h4 {
  font-weight: 600;
  margin-bottom: 25px;
  font-size: 24px;
}
.from-area-b.from-info .info h2 {
  font-size: 60px;
  font-weight: 500;
  margin-bottom:20px;
  letter-spacing: 1px;
}
.from-area-b.from-info .info a {
  margin-top: 30px;
}
.from-area-b.from-info .info p {
  font-size:13px;
  line-height:23px;
  padding-left:20px;
  padding-right:20%;
  padding-top:12%;
  color:rgba(255, 255, 255, 0.90);
}
/* -----------------------------------------------------------
     # Popup 
----------------------------------------------------------- */ 
.Popup .items-Popup .form-infoPopup.form-light {
  background: #1e2733;
  opacity: 0.90;
  margin-bottom: 15px;
  border:7px solid #e7e7e7;
}
.Popup .items-Popup .form-infoPopup {
  padding: 17px 23px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  overflow: hidden;
  border-radius: 5px;
}
.Popup .items-Popup .form-infoPopup input {
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: #ffffff;
}
.Popup .items-Popup .form-infoPopup select {
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: #ffffff;
}
.Popup .items-Popup .form-infoPopup button {
  background: #af1e2b;
  border: 3px solid rgba(204, 109, 117, 0.9);
  color: #ffffff;
  padding: 10px 35px;
  border-radius: 5px;
  margin-top: 15px;
  font-weight: 600;
  width: 100%;
}
.Popup .items-Popup .form-infoPopup.form-light input {
  color: #fff;
  border: none;
  box-shadow: inherit;
  padding-left: 0;
  border-bottom: 1px solid #e7e7e7;
  border-radius: inherit;
}
.Popup .items-Popup .form-infoPopup.form-light select {
  color: #a3a3a3;
  border: none;
  box-shadow: inherit;
  padding-left: 0;
  border-bottom: 1px solid #e7e7e7;
  border-radius: inherit;
}
/* -----------------------------------------------------------
     # Contenido
----------------------------------------------------------- */ 
.area-contenido .items-contenido .info h2 {
  line-height: 0.7;
  font-weight: 600;
}
.area-contenido .items-contenido .info {
  padding: 10px;
}
.area-contenido .items-contenido .item {
  border: 1px solid #e7e7e7;
}
.items-contenido .thumb .meta li i {
  margin-right: 5px;
  color: #ff4450;
}
/* -----------------------------------------------------------
     # Footer
----------------------------------------------------------- */ 
.bg-gray-footer {
  background-color: #000;
}
footer .footer-bottom .link li {
  display: inline-block;
  margin-left: 15px;
}
footer .footer-bottom p {
  margin: 0;
}
footer .footer-bottom .container > .row {
  display: flex;
  align-items: center;
}
footer .footer-bottom {
  padding:20px 0;
}
/* -----------------------------------------------------------
	content
----------------------------------------------------------- */ 
#content {
	margin: 2px 0 10px 0;
	padding: 0;
	clear: both;
	overflow: hidden;
}
/* -----------------------------------------------------------
	content -> left
----------------------------------------------------------- */ 
#content #left{
	left: 0;
	width: 280px;
	position: absolute;
}
/* -----------------------------------------------------------
	content -> right
----------------------------------------------------------- */ 
#content #right{
	margin: -10px 60px 0 290px;
	padding: 0;
	clear: both;
	overflow: hidden;
}
/* -----------------------------------------------------------
	content -> right -> box
----------------------------------------------------------- */
#content div.box{
	margin: 10px 0 0 0;
	padding: 0 0 10px 0;
	clear: both;
	overflow: hidden;
	background: #ffffff;
	border: 1px solid #316293;
}
#content div.box-left{
	width: 49%;
	clear: none;
	float: left;	
}
#content div.box-right{
	width: 49%;
	clear: none;
	float: right;	
}
/* -----------------------------------------------------------
	content -> right -> box / title
----------------------------------------------------------- */
#content div.box div.title{
	margin: 0 0 20px 0;
	padding: 0;
	clear: both;
	overflow: hidden;
	background: #336699 url("../assets/img/colors/blue/title.png") repeat-x;
}
#content div.box div.title h1,
#content div.box div.title h2,
#content div.box div.title h3,
#content div.box div.title h4,
#content div.box div.title h5,
#content div.box div.title h6{
	margin: 0;
	padding: 11px 0 11px 10px;
	float: left;
	border: none;
	color: #ffffff;
}
#content div.box div.title ul.links{
	margin: 0;
	padding: 0;
	float: left;
}
#content div.box div.title ul.links li{
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
}
    #content div.box div.title ul.links li a {
        margin: 0;
        padding: 13px 16px 12px 16px;
        height: 1%;
        display: block;
        float: left;
        background: url("../assets/img/colors/blue/title_link.png") no-repeat top left;
        border-left: 1px solid #316293;
        color: #ffffff;
        font-size: 9px;
        font-weight: bold;
        text-decoration: none;
    }
#content div.box div.title ul.links li a:hover{
	color: #bfe3ff;
}
#content div.box div.title ul.links li.ui-tabs-selected a{
	color: #bfe3ff;
}
/* -----------------------------------------------------------
	content -> right -> box / lists
----------------------------------------------------------- */
#content div.box dl{
	margin: 10px 24px 10px 24px;	
}
#content div.box dt{
	margin: 0;
	font-size: 12px; 
}
#content div.box dd{
	margin: 0;
	padding: 8px 0 8px 15px;
	font-size: 12px; 
}
#content div.box ul.left{
	float: left;    
}
#content div.box ol.left{
	float: left;    
}
#content div.box li{
	padding: 4px 0 4px 0;
	font-size: 12px;  
}
#content div.box ol.lower-roman, 
#content div.box ol.upper-roman {
	margin: 10px 24px 10px 44px;
}
#content div.box ol.lower-alpha, 
#content div.box ol.upper-alpha{
	margin: 10px 24px 10px 44px;
}
#content div.box ol.decimal{
	margin: 10px 24px 10px 44px;
}
#content div.box ul.disc,
#content div.box ul.circle{
	margin: 10px 24px 10px 38px;
}
#content div.box ul.square  {
	margin: 10px 24px 10px 40px; 
}
/* -----------------------------------------------------------
	content -> right -> box / tables
----------------------------------------------------------- */

#content div.box div.table{
	margin: 0;
	padding: 0 20px 10px 15px;
	clear: both;
	overflow: hidden;
	font-size:11px;
}
#content div.box table{
	margin: 0;
	padding: 0;
	width: 100%;
	border-collapse: collapse;	
	font-size:11px;
}
#content div.box table th{
	padding: 10px;
	/*background: #eeeeee;*/
    background: #dbe5ef;
	border-top: 1px solid #cdcdcd;
	border-left: 1px solid #cdcdcd;
	border-right: 1px solid #cdcdcd;
	border-right: 1px solid #cdcdcd;
	border-bottom: 1px solid #cdcdcd;	
	text-align: center;
}
#content div.box table th.last{
	border-right: none;	
}
#content div.box table th.left{
	text-align: left;   
}
#content div.box table th.right{
	text-align: right;   
}
#content div.box table th.center{
	text-align: center;   
}
#content div.box table th.selected{
	padding: 0;
	vertical-align: middle;
}
#content div.box table th.selected input{
	margin: 0;	
}
#content div.box table td{
	padding: 5px;
	/*background: #ffffff;*/
	border-right: 1px solid #cdcdcd;
	border-bottom: 1px solid #cdcdcd;
	border-left: 1px solid #cdcdcd;
}
#content div.box table td.last{
	border-right: none;	
}
#content div.box table tr.selected td{
	background: #FFFFCC;
}
#content div.box table td.selected{
	padding: 0;
	width: 3%;
	text-align: center;
	vertical-align: middle;
}
#content div.box table td.selected input{
	margin: 0;	
}
#content div.box table td.title{
	width:20%;
	text-align: left;
}
#content div.box table td.price{
	width:5%;
	text-align: center;
}
#content div.box table td.date{
	width:13%;
	text-align: center;
}
#content div.box table td.category{
	width:5%;
	text-align: center;
}
/* -----------------------------------------------------------
	pagination
----------------------------------------------------------- */
#content div.box div.pagination{
	margin: 10px 0 0 0;
	padding: 0;
	height: 1%;
	clear: both;
	overflow: hidden;
}
#content div.box div.pagination div.results{
	margin: 0;
	padding: 0;
	text-align: left;
	float: left
}
#content div.box div.pagination div.results span {
	margin: 0;
	padding: 6px 8px 6px 8px;
	height: 1%;
	display: block;
	float: left;
	background: #ebebeb;
	border-top: 1px solid #dedede;
	border-left: 1px solid #cfcfcf;
	border-right: 1px solid #c4c4c4;
	border-bottom: 1px solid #c4c4c4;
	color: #4A4A4A;
	font-weight: bold;
}
#content div.box div.pagination ul.pager{
	margin: 0;
	padding: 0;
	float: right;
	text-align: right;
}
#content div.box div.pagination ul.pager li{
	margin: 0 0 0 4px;
	padding: 0;
	height: 1%;
	float: left;
	list-style: none;
	background: #ebebeb ;
	border-top: 1px solid #dedede;
	border-left: 1px solid #cfcfcf;
	border-right: 1px solid #c4c4c4;
	border-bottom: 1px solid #c4c4c4;
	color: #4A4A4A;
	font-weight: bold;
}
#content div.box div.pagination ul.pager li.separator{
	padding: 6px;   
}
#content div.box div.pagination ul.pager li.current{
	padding: 6px; 
	background: #b4b4b4;
	border-top: 1px solid #cccccc;
	border-left: 1px solid #bebebe;
	border-right: 1px solid #b1b1b1;
	border-bottom: 1px solid #afafaf;
	color: #515151;
}
#content div.box div.pagination ul.pager li.disabled{
	padding: 6px;
	color: #B4B4B4;
}
#content div.box div.pagination ul.pager li a {
	margin: 0;
	padding: 6px;
	height: 1%;
	display: block;
	float: left;
	color: #515151;
	text-decoration: none;
}
#content div.box div.pagination ul.pager li a:hover, 
#content div.box div.pagination ul.pager li a:active {
	margin: -1px;
	background: #b4b4b4;
	border-top: 1px solid #cccccc;
	border-left: 1px solid #bebebe;
	border-right: 1px solid #b1b1b1;
	border-bottom: 1px solid #afafaf;
}
#divCargando {
    width: 100%;
    height: 110%;
    overflow: hidden;
    top: 0px;
    left: 0px;
    z-index: 10000;
    text-align: center;
    position: absolute;
    background-color: rgba(0,0,0,0.5);
    opacity: 0.6;
    display: none;
}

#cargador {
    position: absolute;
    top: 40%;
    left: 50%;
    margin-top: -25px;
    margin-left: -25px;
}

#divCargando input[type=button] {
    margin-right: 10px;
}

.buttonCalendar {
    background-repeat: no-repeat;
    background-position: -144px 0px;
    width: 16px;
    height: 16px;
    border: 0;
}

.calendarContainer table tr td {
    height: 0px;
    width: 0px;
    padding: 0 !important;
    margin: 0 !important;
    border-width: 0px !important;
    position: static;

}
.tdAlt {
    padding: 5px;
    background: #E6E6E6;
    border-right: 1px solid #cdcdcd;
    border-bottom: 1px solid #cdcdcd;
    border-left: 1px solid #cdcdcd;
}



