body {
  padding-top: 152px;
  padding-bottom: 10px;
}

p, ol li{
    color: #5E637B;
    font-size: 14px;
    line-height: 1.5em;
    text-align: justify;
}

.theme-dropdown .dropdown-menu {
  display: block;
  position: static;
  margin-bottom: 20px;
}

.theme-showcase > p > .btn {
  margin: 5px 0;
}


/*
* BEGIN:: Css para Tablas Responsive Design
*/
.table-responsive{
    border-collapse: collapse;
    border-spacing: 0;   
    width: 100%;  
    margin: 0 10px;
}
        
.table-responsive th, .table-responsive td {
    border: 1px solid #DDDDDD;
    border-collapse: separate;
    border-radius: 4px 4px 4px 4px; 
    text-align: left;

}

.table-responsive thead th {
    padding: 4px;    
    vertical-align: top;
    background: #333; 
    color: white; 
    font-weight: bold;       
}
.table-responsive tbody td {
    vertical-align: bottom;
} 

.table-bordered {
    border: 1px solid #DDDDDD;
    border-collapse: separate;
    border-radius: 4px 4px 4px 4px;
}
.table-bordered th + th, .table-bordered td + td, .table-bordered th + td, .table-bordered td + th {
    border-left: 1px solid #DDDDDD;
}
.table-bordered thead:first-child tr:first-child th, .table-bordered tbody:first-child tr:first-child th, .table-bordered tbody:first-child tr:first-child td {
    border-top: 0 none;
}
.table-bordered thead:first-child tr:first-child th:first-child, .table-bordered tbody:first-child tr:first-child td:first-child {
    border-radius: 4px 0 0 0;
}
.table-bordered thead:first-child tr:first-child th:last-child, .table-bordered tbody:first-child tr:first-child td:last-child {
    border-radius: 0 4px 0 0;
}
.table-bordered thead:last-child tr:last-child th:first-child, .table-bordered tbody:last-child tr:last-child td:first-child {
    border-radius: 0 0 0 4px;
}
.table-bordered thead:last-child tr:last-child th:last-child, .table-bordered tbody:last-child tr:last-child td:last-child {
    border-radius: 0 0 4px 0;
}
.table-striped tbody tr:nth-child(2n+1) td, .table-striped tbody tr:nth-child(2n+1) th {
    background-color: #eee;
}
.table-responsive tbody tr:hover td, .table-responsive tbody tr:hover th {
    background-color: #00CCFF;
}
/*
* END:: Css para Tablas Responsive Design
*/   


/*
    Menu Sub-Footer
*/
.footer {
/*  position:absolute;*/
  left:0;
  right:0;
  margin:15px auto;
  padding:0;
/*  background:rgba(155,155,155,0.5);
  width:200px;
  height:220px;*/
  list-style:none;
  -webkit-perspective:1000;
  -moz-perspective:1000;
  -o-perspective:1000;
  perspective:1000;
}

.footer li {
  margin:2px 0;
  padding:0;
}

.footer li a {
/*  display:block;*/
  height:22px;
/*  width:20px;*/
  color:#fff;
/*  padding:8px 6px;*/
  text-decoration:none;
  text-align:center;
}
.menuFooter {
  opacity:1;
  -webkit-transform:rotateY(0deg);
  -moz-transform:rotateY(0deg);
  -o-transform:rotateY(0deg);
  transform:rotateY(0deg);
  -webkit-transition:.3s;
  -moz-transition:.3s;
  -o-transition:.3s;
  transition:.3s;
}
.spanfooter {
  width:154px;
  float:left;
  text-align:center;
  background:rgba(155,155,155,0.5);
  color:#fff;
  margin:-24px 120px;
  padding:8px 6px;
  transform-origin:0%;
  opacity:0;
  -webkit-transform:rotateY(95deg);
  -webkit-transition:.5s;
  -moz-transition:.5s;
  -o-transition:.5s;
  transition:.5s;
  -webkit-animation: flip 2s;
  -moz-animation: flip 2s;
  -o-animation: flip 2s;
  animation: flip 2s;
}

span[class='menuFooter']{-webkit-animation:none;}
li:nth-child(2) span {
  -webkit-animation-delay:.5s;
  -moz-animation-delay:.5s;
  -o-animation-delay:.5s;
  animation-delay:.5s;}
li:nth-child(3) span {
  -webkit-animation-delay:.4s;
  -moz-animation-delay:.4s;
  -o-animation-delay:.4s;
  animation-delay:.4s;}
li:nth-child(4) span {
  -webkit-animation-delay:.3s;
  -moz-animation-delay:.3s;
  -o-animation-delay:.3s;
  animation-delay:.3s;}
li:nth-child(5) span {
  -webkit-animation-delay:.2s;
  -moz-animation-delay:.2s;
  -o-animation-delay:.2s;
  animation-delay:.2s;}
li:nth-child(6) span {
  -webkit-animation-delay:.1s;
  -moz-animation-delay:.1s;
  -o-animation-delay:.1s;
  animation-delay:.1s;}

li a:hover ~ span {
  opacity:1;
  -webkit-transform:rotateY(0deg);
  -moz-transform:rotateY(0deg);
  -o-transform:rotateY(0deg);
  transform:rotateY(0deg);
  -webkit-transition:.5s;
  -moz-transition:.5s;
  -o-transition:.5s;
  transition:.5s;
}

.appSoft{
    font-weight: bold;
}

.appSoft-red{
    color: red;
}

.appSoft-light-blue{
    color: #53C5F7
}

.appSoft-firma{
    border-left: 3px solid #f89406 !important;
    font-style: oblique;
}

.smallP{
    text-align: justify;
}

.smallP p{
    font-size: 12px;
    font-weight: bold;
}

/* custom inclusion of right, left and below tabs */

.tabs-below > .nav-tabs,
.tabs-right > .nav-tabs,
.tabs-left > .nav-tabs {
  border-bottom: 0;
}

.tab-content > .tab-pane,
.pill-content > .pill-pane {
  display: none;
  min-height: 300px;
}

.tab-content > .active,
.pill-content > .active {
  display: block;
}

.tabs-below > .nav-tabs {
  border-top: 1px solid #ddd;
}

.tabs-below > .nav-tabs > li {
  margin-top: -1px;
  margin-bottom: 0;
}

.tabs-below > .nav-tabs > li > a {
  -webkit-border-radius: 0 0 4px 4px;
     -moz-border-radius: 0 0 4px 4px;
          border-radius: 0 0 4px 4px;
}

.tabs-below > .nav-tabs > li > a:hover,
.tabs-below > .nav-tabs > li > a:focus {
  border-top-color: #ddd;
  border-bottom-color: transparent;
}

.tabs-below > .nav-tabs > .active > a,
.tabs-below > .nav-tabs > .active > a:hover,
.tabs-below > .nav-tabs > .active > a:focus {
  border-color: transparent #ddd #ddd #ddd;
}

.tabs-left > .nav-tabs > li,
.tabs-right > .nav-tabs > li {
  float: none;
}

.tabs-left > .nav-tabs > li > a,
.tabs-right > .nav-tabs > li > a {
  min-width: 74px;
  margin-right: 0;
  margin-bottom: 3px;
}

.tabs-left > .nav-tabs {
  float: left;
  margin-right: 19px;
  border-right: 1px solid #ddd;
}

.tabs-left > .nav-tabs > li > a {
  margin-right: -1px;
  -webkit-border-radius: 4px 0 0 4px;
     -moz-border-radius: 4px 0 0 4px;
          border-radius: 4px 0 0 4px;
}

.tabs-left > .nav-tabs > li > a:hover,
.tabs-left > .nav-tabs > li > a:focus {
  border-color: #eeeeee #dddddd #eeeeee #eeeeee;
}

.tabs-left > .nav-tabs .active > a,
.tabs-left > .nav-tabs .active > a:hover,
.tabs-left > .nav-tabs .active > a:focus {
  border-color: #ddd transparent #ddd #ddd;
  *border-right-color: #ffffff;
}

.tabs-right > .nav-tabs {
  float: right;
  margin-left: 19px;
  border-left: 1px solid #ddd;
}

.tabs-right > .nav-tabs > li > a {
  margin-left: -1px;
  -webkit-border-radius: 0 4px 4px 0;
     -moz-border-radius: 0 4px 4px 0;
          border-radius: 0 4px 4px 0;
}

.tabs-right > .nav-tabs > li > a:hover,
.tabs-right > .nav-tabs > li > a:focus {
  border-color: #eeeeee #eeeeee #eeeeee #dddddd;
}

.tabs-right > .nav-tabs .active > a,
.tabs-right > .nav-tabs .active > a:hover,
.tabs-right > .nav-tabs .active > a:focus {
  border-color: #ddd #ddd #ddd transparent;
/*  *border-left-color: #ffffff;*/
}

.appsoftrotated {
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  writing-mode:tb-rl;
  white-space: nowrap;
  min-height: 300px;
}


/* Generated by Font Squirrel (http://www.fontsquirrel.com) on May 6, 2014 */
@font-face {
    font-family: 'karine_aime_les_chocolatsRg';
    src: url('../font/karine_aime_les_chocolats-webfont.eot');
    src: url('../font/karine_aime_les_chocolats-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/karine_aime_les_chocolats-webfont.woff') format('woff'),
         url('../font/karine_aime_les_chocolats-webfont.ttf') format('truetype'),
         url('../font/karine_aime_les_chocolats-webfont.svg#karine_aime_les_chocolatsRg') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'autour_oneregular';
    src: url('../font/autourone-regular-webfont.eot');
    src: url('../font/autourone-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/autourone-regular-webfont.woff') format('woff'),
         url('../font/autourone-regular-webfont.ttf') format('truetype'),
         url('../font/autourone-regular-webfont.svg#autour_oneregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

.titulo {
    color: red; 
    font-family: "autour_oneregular", Helvetica, Verdana;
}

.search-excerpt{
    font-size: 120%;
    text-transform: uppercase;
}
.entry-header .entry-title {
    background: #04023F;
    padding: 5px 50px;
    margin-left: -60px;
    margin-top: 0;
    width: 33%;
    -moz-box-shadow: 1px 1px 6px #292929;
    -webkit-box-shadow: 1px 1px 6px #292929;
    box-shadow: 1px 1px 6px #292929;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    border-radius: 10px 30px 10px 0;
}