/*
#C2BA98
#636569
*/

* {
    list-style:none;
    text-decoration:none;
   font-family: 'baskerville';
}
a {
    transition:1s;
}
a:hover {
    transition:1s;
}
.electoral {
    margin-top:10px;
    width:500px;
    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);
}
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-family: 'BebasNeueRegular', 'Arial Narrow', Arial, sans-serif;
    font-size: 240px;
    padding: 0;
    line-height: 200px; 
}
.cb-slideshow li:nth-child(1) span { 
    background-image: url(img24/1.jpeg) 
}
.cb-slideshow li:nth-child(2) span { 
    background-image: url(img24/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(img24/3.jpg);
    -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(img24/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(img24/5.jpg);
    -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(img24/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; 
}
.fondob {
    background:white;
}
.cajalogo {
    margin-top:130px;
    width:100%;
    height:auto;
    text-align:center;
}
.logo {
    width:30%;
    height:auto;
    display:block;
}
.container{
	position: relative;
	text-align: center;
	align-items:center;
}
#widges {
    background:rgba(255, 255, 255, 0.5);
    width:100%;
    font-size:1.7em;
    height:auto;
    color: white;
    padding:7px 0px 7px 0px;
    text-align:right;
}
#widges a {
    color:#636569;
    padding-right:15px;
}
#widges a:hover {
    color:#C2BA98;
}
.fb-page {
    width:500px;
    height:900px;
}
.imgtrans, .imgtranspie{
    display: grid;  
    grid-gap: 25px;  
    justify-content: center;
    align-items: center;
    padding:10px 0px 5px 0px;
}
.imgtrans {
    grid-template-columns: repeat(auto-fit, 580px);
}
.imgtranspie{
    grid-template-columns: repeat(auto-fit, 320px);
}
.imgtrans img {
    width:450px;
    height:auto;
}
.imgtrans img:hover {
    opacity:0.9;
    transition:1s;
}
.imgtranspie img {
    width:300px;
    height:auto;
}
.frame10 {
    margin-top:80px;
    width:100%;
    height:auto;
    display:flex;
    justify-content: center;
    align-items: center;
    
}
.frame10_1 {
    width:90%;
    height:auto;
    margin:10px auto;
    padding:20px 0px 20px 20px;
    color:#6b6564;
    font-size:1em;
}
.frame10_1 h1 {
    text-align:center;
    font-size:2.5em;
}
.frame10_3 {
    width:90%;
    height:auto;
}
.identidad {
    display:grid;
    grid-template-columns: 1fr 1fr 1fr;
        justify-content: center;
}
.identidad div {
    background:white;
    margin:5px;
    padding:15px;
    border-radius:0px 0px 80px 80px;
}
.identidad div p, .identidad div li {
        text-align:justify;
        margin-bottom:4px;
        list-style-type: circle;
}
.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;*/
}
.presidentediv {
    width:100%;
    height:auto;
    display: grid;  
        grid-template-columns:300px 800px;
        justify-content: center;
}
.fotopresidente {
    display:flex;
    width:100%;
    height:auto;
    align-items:center;
    text-align:center;
    padding:0px;
}
.fotopresidente img {
    width:300px;
    height:auto;
}
.mensajepresidente {
    padding:50px 0px 50px 0px;
}
.mensajepresidente p {
    text-align:justify;
    margin:20px 30px 20px 30px;
}
.mensajepresidente h2 {
    margin-top:30px;
    clear:both;
}
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 {
    width:100%;
    height:auto;
    display:flex;
    justify-content: center;
    align-items: center;
}
.contenido_ {
    margin-top:30px;
    margin-bottom:30px;
    width:90%;
    height:auto;
    background:white;
}
.contenido h1 {
    font-size:2.5em;
    padding:10px 0px 5px 10px;
    color:rgb(99,99,99);
}
#pie {
    width:100%;
    background: white;
	clear: both;
	text-align:center;
	border-top: 7px solid rgb(194,186,152);
	color:rgb(99,99,99);
	}
#cpie {
    font-family: 'baskerville';
        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;
    font-family: 'baskerville';
}
#cpie p {
    margin:5px 0px 5PX 0px;
    font-size:0.7em;
    text-align:left;
    font-family: 'baskerville';
}
#cpie a {
    font-weight: bold;
    color:#C2BA98;
    font-family: 'baskerville';
}
#cpie a:hover {
    font-family: Arial, Helvetica, sans-serif;
    font-style: italic;
    color:rgb(99,99,99);
}
#pie h3 {
    color: #636569;
    font-size:0.6em;
    font-family: 'baskerville';
}
@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; 
    }
    .fb-page {
    width:330px;
    height:600px;
    }
    .identidad {
    display:block; 
    }
    .identidad div {
    border-radius:0px 0px 10px 10px;
    }
    .cajalogo {
        margin-top:-30px;
    }
    .logo {
        display:flex;
        width:60%;
    }
    .imgtrans, .imgtranspie{
    display:block;
    }
    .imgtrans img {
        width:290px;
    }
    .contenido h1 {
    font-size:1.3em;
    }
    #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;
}