* {
    list-style:none;
    text-decoration:none;
   font-family: Arial, Helvetica, sans-serif;
   color:#959899;
}
a {
    transition:1s;
}
a:hover {
    transition:1s;
}
.electoral {
    margin-top:10px;
    width:600px;
    height:auto;
    background:white;
    color:black;
    padding:20px;
    text-align:justify;
    box-shadow: 13px 16px 19px 7px rgba(255,255,255,0.82);
-webkit-box-shadow: 13px 16px 19px 7px rgba(255,255,255,0.82);
-moz-box-shadow: 13px 16px 19px 7px rgba(255,255,255,0.82);
}
.electoral h1 {
    text-align:center;
    font-size:1.1em;
}
html,body {
    margin:0px;
    padding:0px;
    /*filter: grayscale(100%);*/
}
.fixed{position:fixed; top:0}
.cb-slideshow,
.cb-slideshow:after { 
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 0; 
}
.cb-slideshow:after { 
    content: '';
    /*background: transparent url(img24/pattern.png) repeat top left; */
}
.cb-slideshow li span { 
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    color: transparent;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: none;
    opacity: 0;
    z-index: 0;
	-webkit-backface-visibility: hidden;
    -webkit-animation: imageAnimation 36s linear infinite 0s;
    -moz-animation: imageAnimation 36s linear infinite 0s;
    -o-animation: imageAnimation 36s linear infinite 0s;
    -ms-animation: imageAnimation 36s linear infinite 0s;
    animation: imageAnimation 36s linear infinite 0s; 
}
.cb-slideshow li div { 
    z-index: 1000;
    position: absolute;
    bottom: 30px;
    left: 0px;
    width: 100%;
    text-align: center;
    opacity: 0;
    color: #fff;
    -webkit-animation: titleAnimation 36s linear infinite 0s;
    -moz-animation: titleAnimation 36s linear infinite 0s;
    -o-animation: titleAnimation 36s linear infinite 0s;
    -ms-animation: titleAnimation 36s linear infinite 0s;
    animation: titleAnimation 36s linear infinite 0s; 
}
.cb-slideshow li div h3 { 
    font-size: 240px;
    padding: 0;
    line-height: 200px; 
}
.cb-slideshow li:nth-child(1) span { 
    background-image: url(img/1.jpg) 
}
.cb-slideshow li:nth-child(2) span { 
    background-image: url(img/2.jpg);
    -webkit-animation-delay: 6s;
    -moz-animation-delay: 6s;
    -o-animation-delay: 6s;
    -ms-animation-delay: 6s;
    animation-delay: 6s; 
}
.cb-slideshow li:nth-child(3) span { 
    background-image: url(img/3.jpeg);
    -webkit-animation-delay: 12s;
    -moz-animation-delay: 12s;
    -o-animation-delay: 12s;
    -ms-animation-delay: 12s;
    animation-delay: 12s; 
}
.cb-slideshow li:nth-child(4) span { 
    background-image: url(img/4.jpg);
    -webkit-animation-delay: 18s;
    -moz-animation-delay: 18s;
    -o-animation-delay: 18s;
    -ms-animation-delay: 18s;
    animation-delay: 18s; 
}
.cb-slideshow li:nth-child(5) span { 
    background-image: url(img/5.jpeg);
    -webkit-animation-delay: 24s;
    -moz-animation-delay: 24s;
    -o-animation-delay: 24s;
    -ms-animation-delay: 24s;
    animation-delay: 24s; 
}
.cb-slideshow li:nth-child(6) span { 
    background-image: url(img/6.jpg);
    -webkit-animation-delay: 30s;
    -moz-animation-delay: 30s;
    -o-animation-delay: 30s;
    -ms-animation-delay: 30s;
    animation-delay: 30s; 
}
.cb-slideshow li:nth-child(2) div { 
    -webkit-animation-delay: 6s;
    -moz-animation-delay: 6s;
    -o-animation-delay: 6s;
    -ms-animation-delay: 6s;
    animation-delay: 6s; 
}
.cb-slideshow li:nth-child(3) div { 
    -webkit-animation-delay: 12s;
    -moz-animation-delay: 12s;
    -o-animation-delay: 12s;
    -ms-animation-delay: 12s;
    animation-delay: 12s; 
}
.cb-slideshow li:nth-child(4) div { 
    -webkit-animation-delay: 18s;
    -moz-animation-delay: 18s;
    -o-animation-delay: 18s;
    -ms-animation-delay: 18s;
    animation-delay: 18s; 
}
.cb-slideshow li:nth-child(5) div { 
    -webkit-animation-delay: 24s;
    -moz-animation-delay: 24s;
    -o-animation-delay: 24s;
    -ms-animation-delay: 24s;
    animation-delay: 24s; 
}
.cb-slideshow li:nth-child(6) div { 
    -webkit-animation-delay: 30s;
    -moz-animation-delay: 30s;
    -o-animation-delay: 30s;
    -ms-animation-delay: 30s;
    animation-delay: 30s; 
}
.cajalogo {
    margin-top:120px;
    width:90%;
    height:auto;
    text-align:center;
}
.logo {
    border-radius:30px;
    width:35%;
    height:auto;
    display:block;
}
.container{
	position: relative;
	text-align: center;
	align-items:center;
}
#widges {
    width:100%;
    font-size:1.7em;
    height:auto;
    color: rgb(149,152,153);
    padding:7px 0px 7px 0px;
    text-align:right;
}
#widges span {
    font-size:0.8em;
}
#widges a {
    font-size:1em;
    color:#959899;
    padding-right:15px;
}
#widges a:hover {
    color:#c2ba9c;
}
.duser {
    color:rgb(149,152,153);
}
.imgtrans {
    margin-top:60px;
}
.imgtrans, .imgtranspie{
    display: grid;  
    grid-gap: 25px;  
    grid-template-columns: repeat(auto-fit, 480px);
    justify-content: center;
    align-items: center;
    padding:10px 0px 5px 0px;
}
.imgtrans img {
    width:450px;
    height:auto;
    transition:1s;
}
.imgtrans img:hover {
    transition:1s;
    margin-left:-10px;
}
.imgtranspie img {
    width:300px;
    height:auto;
}
.generales {
    padding:50px;
    display: grid;  
    grid-gap: 25px;  
    grid-template-columns: repeat(auto-fit, 270px);
    justify-content: center;
    /*align-items: center;*/
}
.generales div {
    margin:0px;
    padding:0px;
}
.eventos {
    padding:20px;
    display: grid;  
    grid-gap: 25px;  
    grid-template-columns: repeat(auto-fit,350px);
    justify-content: center;
    /*align-items: center;*/
}
div.polaroid {
    width:350px;
    height:auto;
  background-color: white;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  margin-bottom: 25px;
  border-bottom:solid 7px #C2BA98;
}
div.polaroid img {
    width:350px;
    
}
div.containe {
  text-align: center;
  padding: 10px 20px;
}
.contenido {
    margin-top:50px;
    width:100%;
    height:auto;
    display:flex;
    justify-content: center;
    align-items: center;
}
.contenido_ {
    margin-top:30px;
    margin-bottom:30px;
    width:90%;
    height:auto;
    background:rgb(255,255,255,0.9);
    border-radius:20px;
    padding-top:30px;
}
.contenido h1 {
    font-size:2.5em;
    padding:10px 0px 5px 10px;
    color:rgb(99,99,99);
}
.columnas2 {
     text-align:center;
        width:100%;
        height:auto;
        padding:50px 0px 50px 0px;
        display: grid;  
        grid-gap: 25px;  
        grid-template-columns: repeat(auto-fit, 600px);
        justify-content: center;
        align-items: center;
}
.divcol01img {
    width:350px;
    height:auto;
}
.dir {
    margin:30px 0px 30px 0px;
    width:90%;
    height:auto;
    background:white;
    text-align:left;
}
.dir h1 {
    font-size:2em;
    text-align:center;
}
.mv {
    display: grid;  
    grid-gap: 25px;  
    grid-template-columns: repeat(auto-fit, 480px);
    justify-content: center;
    align-items: center;
    margin:20px 0px 20px 0px;
}
.mvi {
    background:#c2ba9c;
    text-align:justify;
    transition:1s;
}
.mvd {
    background:#959899;
    text-align:justify;
    transition:1s;
}
.mvd:hover {
    background:#c2ba9c;
    transition:1s;
}
.mvi:hover {
    background:#959899;
    transition:1s;
}
.mvi h1, .mvi p, .mvd h1, .mvd p {
    color:white;
    margin:30px;
    font-family:1.2em;
}
.mapa {
    text-align:left;
    margin:0;
    left:0;
    
}
.mapa > li, .mapa > li > a {
    margin-top:4px;
    margin-left:5px;
    color:black;
}
.logosite {
    margin-top:50px;
    text-align:center;
    width:350px;
    height:auto;
    border-radius:20px;
}
.btn-informe {
    margin:50px;
    width:250px;
    padding:20px;
    border-radius:20px;
    background:#c2ba9c;
    color:white;
    border:solid 4px #959899;
    box-shadow:5px 5px #959899;
}
.btn-informe:hover {
    background:#959899;
    border:solid 4px #c2ba9c;
    box-shadow:5px 5px #c2ba9c;
}
#pie {
    width:100%;
    background: white;
	clear: both;
	text-align:center;
	border-top: 7px solid #d1c8af;
	color:rgb(98,101,105);
	}
#cpie {
        font-size:100%;
        text-align:center;
        width:100%;
        height:auto;
        padding:20px 0px 20px 0px;
        display: grid;  
        grid-gap: 22px;  
        grid-template-columns: 250px 150px 250px 200px 200px;
        justify-content: center;
}
#cpie img {
    width:90%;
    height:auto;
}
#cpie h1 {
    font-size:0.8em;
    text-align:left;
    padding-bottom:10px;
}
#cpie p {
    margin:5px 0px 5PX 0px;
    font-size:0.7em;
    text-align:left;
}
#cpie a {
    font-weight: bold;
    color:black;
}
#cpie a:hover {
    font-style: italic;
    color:rgb(209,200,175);
}
#pie h3 {
    color: black;
    font-size:0.6em;
}
@media screen and (max-width: 1140px) { 
    .cb-slideshow li div h3 { 
        font-size: 140px;
    }
    
}
@media screen and (max-width: 800px) { 
    .cb-slideshow li div h3 { 
        font-size: 50px; 
    }
    .cajalogo {
        margin-top:-30px;
    }
    .logo {
        width:60%;
    }
    .imgtrans, .imgtranspie{
    display:block;
    }
    .imgtrans img {
        width:290px;
    }
    .contenido h1 {
    font-size:1.3em;
    }
    .mv { 
        display:block;
    }
    .mvi, .mvd {
        width:320px;
    }
    #cpie { 
        display:block;
    }
    #cpie img {
        width:70%;
        height:auto;
        align-items:center
    }
    #cpie h1 {
    padding-top:30px;
    padding-left:40px;
    }
    #cpie p {
    margin:1px;
    padding-left:10px;
    }
    #cpie a {
    padding-left:10px;
    }
    #pie h3 {
    padding-left:10px;
    }
}


/************************************************************************************************************************************Animaciones***************** */
@-webkit-keyframes imageAnimation { 
    0% { opacity: 0;
    -webkit-animation-timing-function: ease-in; }
    8% { opacity: 1;
         -webkit-animation-timing-function: ease-out; }
    17% { opacity: 1 }
    25% { opacity: 0 }
    100% { opacity: 0 }
}
@-moz-keyframes imageAnimation { 
    0% { opacity: 0;
    -moz-animation-timing-function: ease-in; }
    8% { opacity: 1;
         -moz-animation-timing-function: ease-out; }
    17% { opacity: 1 }
    25% { opacity: 0 }
    100% { opacity: 0 }
}
@-o-keyframes imageAnimation { 
    0% { opacity: 0;
    -o-animation-timing-function: ease-in; }
    8% { opacity: 1;
         -o-animation-timing-function: ease-out; }
    17% { opacity: 1 }
    25% { opacity: 0 }
    100% { opacity: 0 }
}
@-ms-keyframes imageAnimation { 
    0% { opacity: 0;
    -ms-animation-timing-function: ease-in; }
    8% { opacity: 1;
         -ms-animation-timing-function: ease-out; }
    17% { opacity: 1 }
    25% { opacity: 0 }
    100% { opacity: 0 }
}
@keyframes imageAnimation { 
    0% { opacity: 0;
    animation-timing-function: ease-in; }
    8% { opacity: 1;
         animation-timing-function: ease-out; }
    17% { opacity: 1 }
    25% { opacity: 0 }
    100% { opacity: 0 }
}
/* Animation for the title */
@-webkit-keyframes titleAnimation { 
    0% { opacity: 0 }
    8% { opacity: 1 }
    17% { opacity: 1 }
    19% { opacity: 0 }
    100% { opacity: 0 }
}
@-moz-keyframes titleAnimation { 
    0% { opacity: 0 }
    8% { opacity: 1 }
    17% { opacity: 1 }
    19% { opacity: 0 }
    100% { opacity: 0 }
}
@-o-keyframes titleAnimation { 
    0% { opacity: 0 }
    8% { opacity: 1 }
    17% { opacity: 1 }
    19% { opacity: 0 }
    100% { opacity: 0 }
}
@-ms-keyframes titleAnimation { 
    0% { opacity: 0 }
    8% { opacity: 1 }
    17% { opacity: 1 }
    19% { opacity: 0 }
    100% { opacity: 0 }
}
@keyframes titleAnimation { 
    0% { opacity: 0 }
    8% { opacity: 1 }
    17% { opacity: 1 }
    19% { opacity: 0 }
    100% { opacity: 0 }
}

.no-cssanimations .cb-slideshow li span{
	opacity: 1;
}