@charset "UTF-8";

/**
Estilos para el Template del Portal de CSG
- Header - Body - Footer

**/
a:link,
a:visited,
a:active {
    text-decoration: none;
}

body{
	min-width: 300px;
}

/**
HEADER
**/
#encabezado {
    width: 100%;
    height: 101px;
    position: relative;
    min-width: 250px;
}

.cochochiL {
    position: relative;
    display: inline-block;
    width: 15%;
}

.cochochiR {
    position: absolute;
    display: inline-block;
    width: 17%;
    text-align: right;
    z-index: 0;
}

.logoAmeli {
    display: inline-block;
    width: 68%;
    text-align: center;
}

.lineaAzul {
    width: 100%;
    height: 13px;
    background: #1252b2;
    position: relative;
    z-index: 1;
    top: -5px;
}

.logoAmeliLetras {
    display: none;
}

/**
FOOTER
**/
#pre-prePie {
    font-family: Helvetica;
    font-size: 11pt;
    width: 90%;
    margin: 0px auto;
    text-align: center;
    max-width: 1100px;
    height: auto;
}

.icon-pre-pre {
    display: inline-table;
    width: 8%;
    margin: 25px auto;
}

#pre-prePie a:link,
a:visited,
a:active {
    color: #999999;
}

#pre-prePie p {
    font-size: 9pt;
    color: #999999;
    min-height: 42px
}

#footer {
    position: relative;
    background: #999999;
    width: 100%;
    padding: 0;
    height: auto;
    background: #999999;
    text-align: center;
    font-family: Helvetica;
    color: white;
}

.lineaColores {
    width: 100%;
    position: relative;
    top: -9pt;
}

.pre-pie-home {
    background: #b3b3b3;
    width: 100%;
    margin: -15px auto 20px auto;
    height: auto;
    color: white;
    text-align: center;
}

.pre-pie-home a {
    color: white;
    font-size: 9pt;
    font-weight: bold;
}

.content-links {
    width: 90%;
    margin: 0px auto;
}

.links-pre-pie {
    margin: 25px auto;
    width: 12%;
    display: inline-block;
}

.contenidoTextoPie {
    display: inline-block;
    width: 18.66%;
    font-family: Helvetica;
    color: white;
    font-size: 8pt;
    text-align: right !important;
}

.contenidoTextoPieC {
    display: none;
    font-family: Helvetica;
    color: white;
    font-size: 8pt;
}

.separadorPuntos {
    display: inline-block;
    width: 3.66%;
}

.escudosNormal {
    display: inline-block;
}

.escudosJuntos {
    display: none;
}

.escudosDivididos {
    display: none;
}

/****************************************************************/
@media only screen and (max-width: 768px) {
    .logoAmeli {
        width: 65%;
    }

    .cochochiR {
        width: 20%;
    }

    .escudosNormal {
        display: none;
    }

    .escudosJuntos {
        display: inline-block;
    }

    .icon-pre-pre {
        width: 18%;
        margin: 5px auto;
    }
    
    .content-links{
		width: 100%;
	}
    
    .links-pre-pie{
		width: 13%;
	}
}

@media only screen and (max-width: 640px) {
    .cochochiL {
        width: 20%;
    }

    .logoAmeli {
        width: 75%;
    }

    .cochochiR {
        display: none;
    }

    .contenidoTextoPie {
        display: none;
    }

    .contenidoTextoPieC {
        display: block;
    }

    .separadorPuntos {
        display: none;
    }

    .pre-pie-home {
        margin: -16px auto 20px auto;
    }

    .links-pre-pie {
        width: 32%;
        margin: 8px auto;
    }

    .pre-pie-home a {
        font-size: 8pt;
    }

    .logoAmeli img {
        width: 383px;
    }
}

@media only screen and (max-width: 480px) {
    .cochochiL {
        width: 20%;
    }

    .logoAmeli {
        display: none;
    }

    .logoAmeliLetras {
        display: inline-block;
        text-align: right;
        width: 75%;
        height: 90%;
    }

    .escudosJuntos {
        display: none;
    }

    .escudosDivididos {
        display: inline-block;
    }

    #footer {
        height: auto;
    }
    .icon-pre-pre {
        width: 28%;
        margin: 5px auto;
    }
}