.titulo_elecciones_principal {
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-family: 'oswald',sans-serif;
    background-color: #000;
    text-align: center;
    padding-bottom: 8px;
    padding-top: 8px;
    font-size: 23px;
}

.titulo_eleccion {
    position: relative;
    bottom: 89px;
    /* z-index: 9999999; */
    color: #fff;
    text-align: center;
    width: 100%;
    font-family: Droid Sans;
    font-size: 12px;
    font-weight: 600;
    background-color: rgba(255, 255, 255, 0.06);
    background: linear-gradient(to bottom, #00000003 0%,#000000c4 40%,#151515db 64%,#000000 100%);
    height: 40px;
    padding-top: 34px;
    padding-bottom: 15px;
}

.modulo_elecciones {
    background-color: #fff;
}

.imagen_eleccion{
	height: 100%;
}

/*Carrusel*/


.owl-item {
  display: table;
}

.owl-stage-outer {
    height: 24vh;
}

.owl-carousel .item {
    height: 23vh;
    background-color: #ffffff;
    /* display: table-cell; */
    vertical-align: middle;
    text-align: center;
    margin: 1px;
    /* width: 100% !important; */
	margin-top: 0px;
}

.titulo_eleccion > div{
    padding-left: 9px;
    padding-right: 9px;
}


.owl-theme .owl-nav [class*=owl-] {
    background: #215b33 !important;
}

/* Estilos de la plantilla*/

.sombreado_iz {
    background-image: url(../../../../../templates/puebla_online_portada/images/shadow-left.png);
    background-position: left top;
    left: 1px;
    width: 15px;
    height: 100vh;
    position: absolute;
    z-index: 99999;
}

.sombreado_de {
    background-image: url(../../../../../templates/puebla_online_portada/images/shadow-right.png);
    background-position: left top;
    right: 1px;
    width: 15px;
    height: 100vh;
    position: absolute;
    z-index: 99999;
}


.all_page_shadow_left {
    margin-left: 1px;
}

.all_page_shadow_right {
    margin-right: 1px;
}



/* Dispositivos Moviles */



@media only screen and (max-width: 599px) and (min-width: 100px)  { 
	.owl-carousel .item {
		height: auto;
	}
	.owl-stage-outer {
		height: auto;
	}
	
	.titulo_elecciones_principal{
		font-size: 40px;
	}
}


@media only screen and (max-width: 778px) and (min-width: 100px)  { 

	.sombreado_de {
		width: 0px !important;
	}
	
	.sombra_izquierda {
		padding-right: 0px;
	}
	
}


@media only screen and (max-width: 1062px) and (min-width: 100px)  { 

	.wrapp_all_page {
		width: 100% !important;
	}

}