/*--------------------------*\
    	$Generales
\*--------------------------*/

/*alertas*/
.alert-success {
    color: #3E3D40;
    background-color: #f4f4f4;
    border-color: #f4f4f4;
}
/*migajas*/
.breadcrumb {
    margin-bottom: 10px;
}

.espacioFixed {
   margin-top: 15px;
}
/*margenes*/
.margen-xlg {
    margin: 120px 10px;
}

.margen-lg {
    margin: 60px 10px;
}

.margen-md {
    margin: 30px 10px;
}

.margen-sm {
    margin: 15px 5px;
}

.margen-cero {
    margin: 0;
}

.margen-lg-der-izq {
    margin-right: 60px;
    margin-left: 60px;
}

.margen-md-der-izq {
    margin-right: 30px;
    margin-left: 30px;
}

.margen-sm-der-izq {
    margin-right: 15px;
    margin-left: 15px;
}

.margen-cero-der-izq {
    margin-right: 0px;
    margin-left: 0px;
}

.margen-xlg-superior {
    margin-top: 120px;
}

.margen-lg-superior {
    margin-top: 60px;
}

.margen-md-superior {
    margin-top: 30px;
}

.margen-sm-superior {
    margin-top: 15px;
}

.margen-xs-superior {
    margin-top: 10px;
}

.margen-lg-inferior {
    margin-bottom: 60px;
}

.margen-md-inferior {
    margin-bottom: 30px;
}

.margen-sm-inferior {
    margin-bottom: 15px;
}

/*Paddings*/
.padding-lg {
    padding: 60px 10px;
}

.padding-md {
    padding: 30px 10px;
}

.padding-sm {
    padding: 15px 5px;
}

.padding-xs {
    padding: 10px 5px;
}

.padding-cero {
    padding: 0;
}

.padding-lg-der-izq {
    padding-right: 60px;
    padding-left: 60px;
}

.padding-md-der-izq {
    padding-right: 30px;
    padding-left: 30px;
}

.padding-sm-der-izq {
    padding-right: 15px;
    padding-left: 15px;
}

.padding-lg-superior {
    padding-top: 60px;
}

.padding-md-superior {
    padding-top: 30px;
}

.padding-sm-superior {
    padding-top: 15px;
}

.padding-xs-superior {
    padding-top: 10px;
}

.padding-lg-inferior {
    padding-bottom: 60px;
}

.padding-md-inferior {
    padding-bottom: 30px;
}

.padding-sm-inferior {
    padding-bottom: 15px;
}

.padding-xs-inferior {
    padding-bottom: 10px;
}

/*widths*/
    .width-cero{
        width: 0;
    }

    .width-xs{
        width: 4%;
    }
/*heights*/
    .height-cero{
        height: 0;
    }

    .height-xs{
        height: 4%;
    }

/*--Paleta de Colores--*/

.color-blanco {
    color: #FFF;
}

.color-negro {
    color: #000;
}

.color-rosa-1 {
    color: #860047;
}

.color-rosa-2 {
    color: #b3005e;
}

.color-rosa-3 {
    color: #d2017a;
}

.color-rosa-4 {
    color: #f39;
}

.color-rosa-5 {
    color: #f6c;
}

.color-rosa-6 {
    color: #f9c;
}

.color-rosa-7 {
    color: #fcf;
}

.color-gris-1 {
    color: #333;
}

.color-gris-2 {
    color: #999;
}

.color-gris-3 {
    color: #ccc;
}

.color-gris-4 {
    color: #e0e0e0;
}

.color-gris-5 {
    color: #ededed;
}

.color-gris-6 {
    color: #f2f2f2;
}

.color-gris-7 {
    color: #f1f1f1;
}

.color-gris-8 {
    color: #3E3D40;
}

.color-gris-9 {
    color: #7a7a7a;
}

.color-azul-1 {
    color: #09f;
}

.color-azul-2{
     color: #5FC4C4
}


/*--background-color--*/

.bg-blanco {
    background-color: #FFF;
}

.bg-negro {
    background-color: #000;
}

.bg-rosa-1 {
    background-color: #860047;
}

.bg-rosa-2 {
    background-color: #b3005e;
}

.bg-rosa-3 {
    background-color: #d2017a;
}

.bg-rosa-4 {
    background-color: #f39;
}

.bg-rosa-5 {
    background-color: #f6c;
}

.bg-rosa-6 {
    background-color: #f9c;
}

.bg-rosa-7 {
    background-color: #fcf;
}

.bg-gris-1 {
    background-color: #333;
}

.bg-gris-2 {
    background-color: #999;
}

.bg-gris-3 {
    background-color: #ccc;
}

.bg-gris-4 {
    background-color: #e0e0e0;
}

.bg-gris-5 {
    background-color: #ededed;
}

.bg-gris-6 {
    background-color: #f2f2f2;
}

.bg-gris-7 {
    background-color: #f1f1f1;
}

.bg-gris-8 {
    background: #3E3D40;
}

.bg-gris-9 {
    background: #7a7a7a;
}

.bg-azul-1 {
    background-color: #09f;
}

.bg-azul-2{
    background: #5FC4C4;
}

/*--Texturas--*/

.bg-encabezado {
    background-image: url('../../img/texturas/textura_encabezado.png');
    background-position: center;
    background-size: 55%;
    background-repeat: no-repeat;
    background-position-x: 350px;
    background-position-y: 22px;
}


/*--Bordes--*/

.borde-solido-der {
    border-right: 3px solid #e0e0e0;
}

.borde-solido-izq {
    border-left: 3px solid #e0e0e0;
}

.borde-solido-der-gris1 {
    border-right: 1px solid #333;
}

.borde-solido-izq-gris1 {
    border-left: 1px solid #333;
}

.borde-solido-inf-gris1 {
    border-bottom: 1px solid #333;
}

.borde-solido-sup-gris1 {
    border-top: 1px solid #333;
}

.borde-solido-der-blanco {
    border-right: 1px solid #fff;
}

.borde-solido-der-gris {
    border-right: 1px solid #999;
}

.borde-solido-sup {
    border-top: 1px solid #999;
}

.borde-solido-sup-gris-3 {
    border-top: 1px solid #ccc;
}

.borde-solido-inf {
    /*border-bottom: 1px solid #999;*/
}

.borde-derecho {
    border-right: 1px solid #ccc;
}

.borde-gris {
    border: 1px solid #e2e2e2;
}

.centrar-txt-tabla {
    vertical-align: middle !important;
}


/*--HR--*/
.hr-blanco{
    border-top: 7px solid #000;
}

.hr-negro{
    border-top: 4px solid #000;
}

.hr-gris{
    border-top: 2px solid #f1f1f1;
}

/*--Botones--*/
.btn-secundario {
    background-color: #d2017a;
    color: #FFF;
    border-radius: 0;
    /* border-color: #d2017a; */
}

.btn-secundario:hover {
    background-color: #000;
    color: #FFF;
}

/*--Cajas--*/
.componente-caja {
    box-shadow: 0px 0px 10px 0px #e2e2e2;
    margin-bottom: 25px;
    height: 400px;
}

.componente-caja p {
    padding: 0px 30px 30px 30px;
}

.componente-caja button {
    padding: 10px 20px 10px 20px;
}
.parrafo-articulo {
    min-height: 150px;
}

.impar {
    border: 1px solid #ccc;
    margin: 10px;
    padding: 10px;
}

.par {
    background-color: #efefef;
    margin: 10px;
    padding: 10px;
}

/*--Inputs--*/

.input-border {
    border-radius: 0;
}


/*--Iconos--*/

.icono {
    margin: 0 5px 0 5px;
}

.icono-twitter-azul {
    border-radius: 31px;
    background-color: #55AAEE;
    color: #FFF;
    font-size: 30px;
    width: 45px;
    height: 45px;
    padding-top: 9px;
}

.icono-twitter-azul:hover {
    opacity: 0.8;
}

.icono-facebook-azul {
    background-color: #3B5998;
    color: #FFF;
    border-radius: 36px;
    font-size: 30px;
    width: 45px;
    height: 45px;
    padding-top: 9px;
}

.icono-facebook-azul:hover {
    opacity: 0.8;
}

.icono-youtube-rojo {
    background-color: #e62117;
    color: #FFF;
    border-radius: 36px;
    font-size: 30px;
    width: 45px;
    height: 45px;
    padding-top: 9px;
}

.icono-youtube-rojo:hover {
    opacity: 0.8;
}


/*--------------------------*\
      	  Encabezado
\*--------------------------*/

header {
    padding: 86px;
}

.size-titulo-header {
    font-size: 36px;
}

.buscador form {
    padding: 0;
}

.logo-transparencia {
    width: 50%;
    /*padding-top: 12px;
    margin-bottom: 5px;*/
}

.LogoINE {
    width: 130px;
    margin-top: 40px;
}

.paddings-titulo {
    padding-top: 20px;
    padding-bottom: 10px;
}

#mainNav .nav-pills > li > a {
    border-radius: 0;
    height: 58px;
    font-size: 17px;
}

.menu-apartados-generales ul li a {
    /*padding   : 15px 15px;*/
    transition: all .35s linear;
}

nav.navbar-default.enlaces-encabezado li a {
    text-decoration: none;
    color: #fff;
}

nav.navbar-default.enlaces-encabezado li a:hover {
    color: #fff;
    background-color: #58585A;
}

nav.navbar-default.enlaces-encabezado li .hoverrosa {
    color: #3E3D40;
}

nav.navbar-default.enlaces-encabezado li .hoverrosa:hover {
    color: #d2017a;
    background: #fff;
}

#seccion-activa {
    padding-top: 1px;
}

#seccion-activa a {
    border-bottom: 4px solid #3E3D40;
}

#seccion-activa a.active {
    background-color: #58585A;
    color: #fff;
    font-weight: bolder;
    border-bottom: 4px solid #d2017a;
}

#seccion-activa a:hover {
    border-bottom: 4px solid #d2017a;
    color: #fff;
}

.actives{
    border-bottom: 4px solid #d2017a;
    color: #fff;
}

#elementos-colapsados a.active {
    background-color: #58585A;
    color: #fff;
    font-weight: bolder;
    border-bottom: 4px solid #d2017a;
}

.btn-buscador-seccion {
    color: #fff;
    background-color: #BD2773;
    border-radius: 0;
    border-color: #BD2773;
}

.btn-buscador-seccion:hover {
    color: #fff;
    background-color: #333;
}

.buscar-encabezado {
    color: #fff;
    background-color: #333;
    border-radius: 0;
    border-color: #000;
}

.buscar-encabezado:hover {
    color: #fff;
    background-color: #BD2773;
}

.margen-izq-herramientas {
    margin-left: 0px;
}

.size-down {
    font-size: 12px;
    margin-right: 8px;
}

.size-up {
    font-size: 20px;
    margin-left: 2px;
}

#ex1Slider .slider-selection {
    background: #D2017A;
}

.slider.slider-horizontal {
    width: 90px;
    height: 20px;
}

.slider-handle {
    border: 1px solid #dadada;
    background-color: #F7F7F7;
    background-image: -webkit-linear-gradient(top, #149bdf 0%, #0480be 100%);
    background-image: -o-linear-gradient(top, #149bdf 0%, #0480be 100%);
    background-image: linear-gradient(to bottom, #F7F7F7 0%, #F7F7F7 100%);
}

.breadcrumb.borde-solido-inf {
    border-radius: 0;
}

.nav > li > a {
    position: relative;
    display: block;
    padding: 7px 15px;
}

.navbar-form {
    margin-bottom: -8px;
}

/*--------------------------*\
      	  Pie
\*--------------------------*/

.tituloOpinion {
    font-family: Arial;
    font-size: 22px;
    font-weight: 400;
    background-color: #C66E3C;
    width: 284px;
    position: relative;
    top: 20px;
    color: #FFF;
    padding: 5px;
    text-indent: 25px;
    margin-left: 0;
    margin-right: 0;
}

.triangulo {
    border-color: transparent transparent transparent #AD6A4D;
    border-style: solid;
    -webkit-transform: rotate(26deg);
    -moz-transform: rotate(26deg);
    border-width: 21px 11px 5px 11px;
    height: 0;
    width: 0;
    position: absolute;
    left: -7px;
    top: 4px;
}

.opinionPadding {
    padding: 43px 0 0 0;
}

.nosInteresaTuOpinion {
    background-color: black;
}

.nosInteresaTuOpinion form {
    font-size: 16px;
}

.nosInteresaTuOpinion section p {
    padding-top: 20px;
    font-size: 16px;
    font-family: helvetica;
}

.nosInteresaTuOpinion form button {
    background-color: #E7E7E7;
    padding: 3px 15px;
    color: #000;
    font-size: 20px;
    margin-top: 15px;
    width: 30%;
    -webkit-transition: background-color 600ms ease-out;
    text-shadow: none;
}

.nosInteresaTuOpinion form button:hover {
    background: #ac1f53;
    color: #FFF;
    -webkit-transition: background-color 400ms ease-out;
}

.contacto {
    padding-left: 80px;
}

.contacto a:hover {
    color: #FFF;
}

.contacto a {
    color: #999;
}

.contacto a i {
    font-size: 28px;
    padding-top: 5px;
}

.contacto p span {
    color: #999;
    font-size: 28px;
}

.contacto div {
    text-align: center;
    width: 42px;
    margin-left: 4px;
    padding: 0;
}

.siguenos div span {
    border-radius: 31px;
    background-color: #FFF;
    color: #999;
    font-size: 24px;
    width: 40px;
    height: 40px;
    padding-top: 9px;
    -webkit-transition: background-color 300ms ease-out;
}

.facebook span:hover {
    background-color: #3B5998;
    color: #FFF;
    border-radius: 36px;
    -webkit-transition: background-color 300ms ease-out;
}

.twitter span:hover {
    background-color: #55AAEE;
    color: #FFF;
    -webkit-transition: background-color 300ms ease-out;
}

.youtube span:hover {
    background-color: #CC0000;
    color: #FFF;
    -webkit-transition: background-color 300ms ease-out;
}

.letraTamano {
    padding-top: 20px;
    padding-bottom: 5px;
}

.letraTamano article,
.letraTamano label {
    padding-top: 24px;
    color: #BABABA;
    font-size: 14px;
}

.letraTamano label a {
    font-size: 14px;
    color: #FFF;
    padding-right: 5px;
    padding-left: 5px;
    text-decoration: underline;
}

.OtrasRedes {
    padding: 0 0 0 20px;
    width: 58%;
}

.link-white {
    color: #FFF;
}

#toTop {
    background-color: #A50859;
    bottom: 2%;
    clear: both;
    color: #FFF;
    cursor: pointer;
    display: block;
    display: none;
    font-size: 35px;
    height: 46px;
    padding-left: 7px;
    position: fixed;
    right: 2%;
    width: 46px;
    z-index: 1;
}

#toTop:hover {
    background-color: #C90C78;
}

.hover-trans-bg {
	-webkit-transition: background-color 300ms ease-out;
	-moz-transition   : background-color 300ms ease-out;
	-webkit-transition: background-color 300ms ease-out;
	-o-transition     : background-color 300ms ease-out;


}

.hover-trans-bg:hover {
	-webkit-transition : background-color 300ms ease-out;
	-moz-transition    : background-color 300ms ease-out;
	-webkit-transition : background-color 300ms ease-out;
	-o-transition      : background-color 300ms ease-out;
}

.error {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #E41992 !important;
    font-weight: normal !important;
}


/*--------------------------*\
      Propiedades Movil
\*--------------------------*/
@media (min-width: 1200px) {}
@media (min-width: 992px) and (max-width: 1199px) {
    .size-titulo-header {
        font-size: 31px;
    }

    .bg-encabezado {
        background-size: 75%;
        background-position-x: 160px;
        background-position-y: 6px;
    }

    .LogoINEBalnco{
        width: 120%;
        margin-top: 10px;
    }
}
@media (min-width: 992px) and (max-width: 1024px) { 
    .bg-encabezado {
        background-size: 75%;
        background-position-x: 160px;
        background-position-y: 6px;
    }
    
    .LogoINEBalnco{
        width: 120%;
        margin-top: 10px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    
    .size-titulo-header {
        font-size: 20px;
    }

    .bg-encabezado {
        background-size: 75%;
        background-position-x: 110px;
        background-position-y: 14px;
    }

    .LogoINE {
        width: 120px;
        margin-top: 32px;
    }

    .logo-transparencia {
        width: 80%;
    }

    .contacto {
        padding-left: 5px;
    }

    .LogoINEBalnco{
        width: 120%;
        margin-top: 10px;
    }

    .nav-justified > li{
        height: 85px;
    }

    #mainNav .nav-pills > li > a {
        height: 85px;
    }
}

@media (min-width: 630px) and (max-width: 767px){
    .size-titulo-header {
        font-size: 30px;
    }

    .bg-encabezado {
        background-size: 70%;
        background-position-x: 180px;
        background-position-y: 15px;
    }

    .contacto {
        padding-left: 5px;
    }



}


@media (min-width: 0px) and (max-width: 629px){
    .espacioFixed {
        margin-top: -15px;
    }       
    .size-titulo-header {
        font-size: 20px;
    }

    .bg-encabezado {
        background-size: 100%;
        background-position-x: -2px;
        background-position-y: 4px;
    }

    .contacto {
        padding-left: 0px;
    }

    .LogoINEBalnco{
        width: 120%;
        margin-top: 10px;
    }

    .paddings-titulo {
        padding-top: 0px;
        padding-bottom: 0px;
    }

}



