﻿body {
}
@font-face {
    font-family: 'Cursiva_Importada_A';
    src: url('../fonts/Cursiva_Importada_A.ttf') format('truetype');
}
@font-face {
    font-family: 'cheddar jack';
    src: url('../fonts/cheddar jack.ttf') format('truetype');
}
@font-face {
    font-family: 'TitilliumText25L';
    src: url('../fonts/TitilliumText25L.otf') format('truetype');
}

@font-face {
    font-family: 'TitilliumText25L001';
    src: url('../fonts/TitilliumText25L001.otf') format('opentype');
}
@font-face {
    font-family: 'TitilliumText25L002';
    src: url('../fonts/TitilliumText25L002.otf') format('opentype');
}
@font-face {
    font-family: 'TitilliumText25L003';
    src: url('../fonts/TitilliumText25L003.otf') format('opentype');
}
@font-face {
    font-family: 'TitilliumText25L004';
    src: url('../fonts/TitilliumText25L004.otf') format('opentype');
}
@font-face {
    font-family: 'TitilliumText25L005';
    src: url('../fonts/TitilliumText25L005.otf') format('opentype');
}

@font-face {
    font-family: 'Gotham Bold';
    src: url('../fonts/Gotham Bold.otf') format('opentype');
}

.navBar {
    width: 100%;
    height: auto;
    background-image: url('../Imagenes/Bienvenidos.png');
    background-size: auto;
}
.textNavBar {
    color: #ffffff;
    font-family:'cheddar jack';
    font-size:58px;
    margin-top:0.4%;
}

#titulo {
    color: #312C62;
    font-size: 50px;
    /*font-family:TitilliumText25L001;*/
    font-family: TitilliumText25L005;
    font-weight: bold;
}
.Cajas {
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 10px;
    /*border-color:#b6b733;*/
    border-color: #808080;
}

.iconos {
    color: #4b93e5;
    margin-top: 1%;
    font-size: 30px;
}

li {
    font-size: 12px;
    font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    color:#808080;
}
ul{
    height:250px;
    overflow:auto;
}

.boton {
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    border-color: #2F528F;
    background-color: #2F528F;
    font-size: 20px;
    font-family: 'Gotham Bold';
    color: #ffffff;
    width: 150px;
    height: 50px;
    border-color: none;
    outline: 0;
}

.dDown{
-webkit-border-radius: 50px;
-moz-border-radius: 50px;
border-radius: 50px;
border-color:#b6b733;
background-color:#ffffff;
color:#b6b733;
}

.btnPpales {
    margin-left: 30px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    border-color: #4b93e5;
    background-color: #4b93e5;
    font-size: 26px;
    font-family: 'Gotham Bold';
    text-align-last: center;
    color: #ffffff;
    width: 180px;
    height: 70px;
}

.paneles {
    -webkit-animation-name: example; /* Safari 4.0 - 8.0 */
    -webkit-animation-duration: 1s; /* Safari 4.0 - 8.0 */
    animation-name: animacion;
    animation-duration: 2s;
}
.tituloPaneles {
    font-family: TitilliumText25L005;
    color: #312C62;
    font-size: 30px;
}

 .DivProgress
{
    position: fixed;
    z-index: 999;
    height: 100%;
    width: 100%;
    top: 0;
    background-color: Black;
    filter: alpha(opacity=60);
    opacity: 0.6;
    -moz-opacity: 0.8;
}
  .ImgProgress
{
    z-index: 1000;
    margin: 300px auto;
    padding: 10px;
    width: 50px;
    background-color: White;
    border-radius: 10px;

}
   .ImgProgress img
{
    height: 30px;
    width: 30px;
}