﻿@charset "utf-8";
/*-----SLIDE GRUPO ----*/
#slide_grupoPegamo1{
	background:#e9e6e4 url(../imgs_grupo/cabeceraGrupo_grupoPegamo1.jpg) top right no-repeat;
}
#slide_grupoPegamo2{
	background:#e9e6e4 url(../imgs_grupo/cabeceraGrupo_grupoPegamo2.jpg) top right no-repeat;
}
#slide_grupoPegamo3{
	background:#e9e6e4 url(../imgs_grupo/cabeceraGrupo_grupoPegamo3.jpg) top right no-repeat;
}
.slide_grupoPegamo{
	height:200px;	
}
@media only screen and (max-width: 641px) {
    .slide_grupoPegamo {
        height: 120px;
        background-size:cover;
        background-attachment:fixed;
    }
}
    /*----- EL EQUIPO -----*/
    #slide_grupoPegamoEquipo1 {
        background: #e9e6e4 url(../imgs_grupo/empleados_pegamo01.jpg) top right no-repeat;
    }

    #slide_grupoPegamoEquipo2 {
        background: #e9e6e4 url(../imgs_grupo/empleados_pegamo02.jpg) top right no-repeat;
    }

    #slide_grupoPegamoEquipo3 {
        background: #e9e6e4 url(../imgs_grupo/empleados_pegamo03.jpg) top right no-repeat;
    }

    #slide_grupoPegamoEquipo4 {
        background: #e9e6e4 url(../imgs_grupo/empleados_pegamo04.jpg) top right no-repeat;
    }

    .slide_grupoPegamoEquipo {
        height: 400px;
    }
@media only screen and (max-width: 641px) {
    .slide_grupoPegamoEquipo {
        height: 120px;
        background-size: cover;
        background-attachment: fixed;
    }
}


    #slide_grupoPegamoEquipoAcc1 {
        background: #e9e6e4 url(../imgs_grupo/accesoEmpleados_pegamo01.jpg) top left no-repeat;
    }

    #slide_grupoPegamoEquipoAcc2 {
        background: #e9e6e4 url(../imgs_grupo/accesoEmpleados_pegamo02.jpg) top left no-repeat;
    }

    #slide_grupoPegamoEquipoAcc3 {
        background: #e9e6e4 url(../imgs_grupo/accesoEmpleados_pegamo03.jpg) top left no-repeat;
    }

    #slide_grupoPegamoEquipoAcc4 {
        background: #e9e6e4 url(../imgs_grupo/accesoEmpleados_pegamo04.jpg) top left no-repeat;
    }

    .slide_grupoPegamoEquipoAcc {
        height: 240px;
    }

    /*-------- EL GRUPO --------*/
    #bg_accesosElGrupo_grupo {
        background: #B6ADA4 url(../imgs_grupo/bg_accesosElGrupo_grupo.jpg) bottom left no-repeat;
        min-height: 350px;
    }

    #bg_accesosElGrupo_carretillas {
        background: #e9e6e4 url(../imgs_grupo/bg_accesosElGrupo_carretillas.jpg) bottom right no-repeat;
        min-height: 350px;
    }

    #bg_accesosElGrupo_suministros {
        background: #e9e6e4 url(../imgs_grupo/bg_accesosElGrupo_suministros.jpg) top left no-repeat;
        min-height: 350px;
    }

    #bg_accesosElGrupo_maquinaria {
        background: #e9e6e4 url(../imgs_grupo/bg_accesosElGrupo_maquinaria.jpg) bottom right no-repeat;
        min-height: 350px;
    }
    /*----- EL MAPA ------*/
    #map_wrapper_g {
        height: 600px;
    }

    #map_wrapper_p {
        height: 400px;
    }

    #map_canvas {
        width: 100%;
        height: 100%;
    }
    /*-----SLIDE I+D+i-----*/

    #slide_pegamoIDI1 {
        background: #e9e6e4 url(../imgs_grupo/cabecera_PegamoIdi1.jpg) top right no-repeat;
    }

    #slide_pegamoIDI2 {
        background: #e9e6e4 url(../imgs_grupo/cabecera_PegamoIdi2.jpg) top right no-repeat;
    }

    #slide_pegamoIDI3 {
        background: #e9e6e4 url(../imgs_grupo/cabecera_PegamoIdi3.jpg) top right no-repeat;
    }

    .slide_pegamoIDI {
        height: 360px;
    }

@media only screen and (max-width: 641px) {
    .slide_pegamoIDI {
        height: 160px;
        background-size: cover;
        background-attachment: fixed;
    }
}
    #img_historia1, #img_historia2, #img_historia3, #img_historia4, #img_historia5, #img_historia6 {
        -webkit-transition: all 0.2s linear;
        -moz-transition: all 0.2s linear;
        -o-transition: all 0.2s linear;
        -ms-transition: all 0.2s linear;
        transition: all 0.2s linear;
        z-index: 1;
        position: absolute;
        box-shadow: 0px 2px 20px #000;
        width: 180px;
    }

    #img_historia2 {
        width: 260px;
    }

    #img_historia1 {
        margin: 0 0 0 250px;
        -ms-transform: rotate(2deg); /* IE 9 */
        -webkit-transform: rotate(2deg); /* Safari */
        transform: rotate(2deg);
    }

    #img_historia2 {
        margin: 70px 0 0 140px;
        -ms-transform: rotate(10deg); /* IE 9 */
        -webkit-transform: rotate(10deg); /* Safari */
        transform: rotate(10deg);
    }

    #img_historia3 {
        margin: 0 0 0 20px;
        -ms-transform: rotate(-7deg); /* IE 9 */
        -webkit-transform: rotate(-7deg); /* Safari */
        transform: rotate(-7deg);
    }

    #img_historia4 {
        margin: 10px 0 0 430px;
        -ms-transform: rotate(-6deg); /* IE 9 */
        -webkit-transform: rotate(-6deg); /* Safari */
        transform: rotate(-6deg);
    }

    #img_historia5 {
        margin: 20px 0 0 610px;
        -ms-transform: rotate(7deg); /* IE 9 */
        -webkit-transform: rotate(7deg); /* Safari */
        transform: rotate(7deg);
    }

    #img_historia6 {
        margin: 0 0 0 780px;
        -ms-transform: rotate(-7deg); /* IE 9 */
        -webkit-transform: rotate(-7deg); /* Safari */
        transform: rotate(-7deg);
    }

        #img_historia1:hover, #img_historia2:hover, #img_historia3:hover, #img_historia4:hover, #img_historia5:hover, #img_historia6:hover {
            z-index: 2;
            transform: scale(2.2,2.2)
        }

    #flechasDivisiones {
        margin: 0 0 0 0;
        background: url(../imgs_grupo/grupoPegamo-flechas_divisiones.gif) top center no-repeat;
        height: 100px;
    }

    #logos_divisiones {
        margin: 5px 0 5px 0;
        padding: 0 0 0 0;
        width: 100%;
        float: left;
    }

        #logos_divisiones ul {
            margin: 0 0 0 0;
            padding: 0 0 0 0;
            float: left;
        }

            #logos_divisiones ul li {
                float: left;
                display: inline;
            }

    #logoIco-pegamo {
        background: url(../imgs/logo_grupoPegamoM-color.gif) top left no-repeat;
        display: block;
        height: 70px;
        width: 140px; /* aqui esta el truco */
        text-indent: -9999px;
    }

    #bot_logoIco-maquinaria {
        background: url(../imgs/logoMaquinariaIndustrial_p.png) top left no-repeat;
        display: block;
        height: 27px;
        width: 120px; /* aqui esta el truco */
        text-indent: -9999px;
    }

        #bot_logoIco-maquinaria:hover {
            background-position: 0 -28px; /* con esto cambiamos la porcion de imagen que se muestra */
        }

    #bot_logoIco-suministros {
        background: url(../imgs/logoSuministroIndustrial_p.png) top left no-repeat;
        display: block;
        height: 27px;
        width: 120px; /* aqui esta el truco */
        text-indent: -9999px;
    }

        #bot_logoIco-suministros:hover {
            background-position: 0 -28px; /* con esto cambiamos la porcion de imagen que se muestra */
        }

    #bot_logoIco-carretillas {
        background: url(../imgs/logoCarretillasElevadoras_p.png) top left no-repeat;
        display: block;
        height: 27px;
        width: 120px; /* aqui esta el truco */
        text-indent: -9999px;
    }

        #bot_logoIco-carretillas:hover {
            background-position: 0 -27px; /* con esto cambiamos la porcion de imagen que se muestra */
        }

    /*-----------SECCION DE HISTORIA-----------*/
    #imgs_historia {
        height: 170px;
        max-width: 1000px;
        margin: 0 auto 0 auto;
    }