
        #enviar_button #button{
            cursor: pointer;
            float: right!important;
        }

        #button{

            background-image: url("../images/enviar.png");
            background-repeat: no-repeat;

        }

        #button:hover{

            background-image: url("../images/enviarO.png");
            background-repeat: no-repeat;

        }

        body {

            /*background-image: url("../images/fondo.jpg"); */

        }

        #inicio{

            /*background-image: url("../images/00.jpg"); */

            position: relative;

            height: 100%;

            width: 100%;

            z-index: 999;

        }



        #inicio #logo img{

            margin-top: 0%;

        }

        #scrollO img{

            margin-top: 10%;

            /*opacity: 0.3;*/

        }

        #scrollO img:hover{

            opacity: 1;

        }

        #scrollO{
            position: relative;
            
        }



        #menu{

            padding-top: 10px;

            padding-bottom: 10px;

            background-image: url("../images/fondo.jpg"); 

            position: fixed;

            left: 0;

            top: 0;

            width: 100%;

            z-index: 1;

        }


        input{

            color: black!important;

            /*background: rgba(53, 106, 160, 0.1) !important;*/
            border: none!important;
            /*height: 30px!important;*/
            border-radius: 0px !important;

            /*opacity: .1 !important;*/

        }


        .form-control:focus:focus{

            color: black!important;

        }

        textarea{

            color: black!important;

            background: rgba(53, 106, 160, 0.1) !important;

            width: 100% !important;

            height: 120px!important;
                        border: none!important;


        }

        #somos:hover,

        #marcas:hover,

        #estamos:hover,

        #contactanos:hover,

        #prensa:hover,

        #enviar:hover{

            cursor: pointer;

        }

        #formulario{
            /*background-image: url("../images/03.jpg"); */
        }


.loader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url('../images/loading.gif') 50% 50% no-repeat rgb(255,255,255);
}

/* Media Queries */
@media only screen and (max-width: 340px) {

        .prensa_img{
                width: 100%;
        }

}

@media only screen and (max-width: 414px) {

    .prensa_img{
                width: 100%;
        }

}


/* Smartphones (portrait and landscape) */
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
 .prensa_img{
                width: 100%;
        }
}

/* Smartphones (landscape) */
@media only screen and (min-width : 321px) {
 .prensa_img{
                width: 100%;
        }
}

/* Smartphones (portrait) */
@media only screen and (max-width : 320px) {
 .prensa_img{
                width: 100%;
        }
}

/* iPads (portrait and landscape) */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
 .prensa_img{
                width: 100%;
        }
}

/* iPads (landscape) */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
 .prensa_img{
                width: 100%;
        }
}

/* iPads (portrait) */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {
 .prensa_img{
                width: 100%;
        }
}

/* Desktops and laptops */
@media only screen and (min-width : 1224px) {
 .prensa_img{
                width: 100%;
        }
}

/* Large screens */
@media only screen and (min-width : 1824px) {
 .prensa_img{
                width: 100%;
        }
}

/* iPhone 4. Comma can be used to apply same rules to multiple media queries. */
@media only screen and (-webkit-min-device-pixel-ratio : 1.5), only screen and (min-device-pixel-ratio : 1.5) {
 .prensa_img{
                width: 100%;
        }
}

/*iPhone 6 Portrait*/
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (orientation : portrait) {
 .prensa_img{
                width: 100%;
        }
}

/*iPhone 6 landscape*/
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (orientation : landscape) {
 .prensa_img{
                width: 100%;
        }
}

/*iPhone 6+ Portrait*/
@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (orientation : portrait) {
 .prensa_img{
                width: 100%;
        }
}

/*iPhone 6+ landscape*/
@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (orientation : landscape) {
 .prensa_img{
                width: 100%;
        }
}

/*iPhone 6 and iPhone 6+ portrait and landscape*/
@media only screen and (max-device-width: 640px), only screen and (max-device-width: 667px), only screen and (max-width: 480px){
 .prensa_img{
                width: 100%;
        }
}

/*iPhone 6 and iPhone 6+ portrait*/
@media only screen and (max-device-width: 640px), only screen and (max-device-width: 667px), only screen and (max-width: 480px) and (orientation : portrait){
 .prensa_img{
                width: 100%;
        }
}

/*iPhone 6 and iPhone 6+ landscape*/
@media only screen and (max-device-width: 640px), only screen and (max-device-width: 667px), only screen and (max-width: 480px) and (orientation : landscape){
 .prensa_img{
                width: 100%;
        }
}