/* 
    Document   : header
    Created on : 26-sep-2013, 8:42:50
    Author     : Pedro Pelaez
    Description: Header items
*/
/* Elementos de cabecera */
.logoimss {
}

.logoimss img{
    float: left;
    margin-left: 20px;
}

.region-header{
    width: 100%;
}

.region-header .block{
    font-size: 0.857em;
    margin: 0 10px;
    margin-top: 10px;
    padding: 0;
    width: 100%;
}

@media all and (max-width: 460px) {
    #block-gtranslate-gtranslate{
        z-index: 1;
        margin-top: 10px;
        width: 100%;
        }
}
@media all and (min-width: 461px) and (max-width: 982px) {
    .logoimss {
    }
}
@media all and (min-width: 983px) and (max-width: 1000px) {
    .logoimss {
    }
}
@media all and (min-width: 1000px) {
    .logoimss {
    }
}

#block-gtranslate-gtranslate{
    z-index: 1;
    margin-top: 10px;
}

#cuadro_buscador {
    width: 310px;
    /*height: 90px;*/
    float: right;
    margin-top: 15px;
}

#buscador {
    width: 300px;
    height: 26px;
    float: right;
}

#search-gobmx-input-cell input{
    float: left;
    width: 200px;
    margin-top: -2px;
    background: url("http://www.encuentra.gob.mx/images/gobmx/gobmxWM.png") no-repeat 0 50%;
    background-position: center;
}

#search-gobmx-input-cell input:focus{
    float: left;
    width: 200px;
    margin-top: -2px;
    background: white;
    background-position: center;
}

#search-gobmx-button{
    height: 19px;
    background-color: #676767;
    border: 1px solid #ccc;
    margin-left: 10px;
    margin-top: 5px;
    text-align: center;
    padding-right: 8px;
    padding-left: 8px;
    min-width: 20px;
    cursor: pointer;
    text-decoration: none;
    font-size: 15px;
    line-height: 15px;
    font-style: normal;
    font-weight: bolder;
    color: #ccc;
    font-family: "Trebuchet MS","Lucida Grande",Arial,Helvetica,sans-serif;
    cursor: pointer;
}

#redes{
    width:311px;
    height:30px;
    text-align:right;
    float:left;
    padding-right:10px;
    padding-top:10px;
}

#redes img{
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    filter: alpha(opacity=70);
    opacity: 0.7;
}

#redes img:hover{
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1.0;
}

#textFB {
    float: left;
    width: 90px;
    margin-left: 7px;
    color: #707072;
}

.banner img{
 /*   filter: url('#grayscale'); /* Versión SVG para IE10, Chrome 17, FF3.5, Safari 5.2 and Opera 11.6 */
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%); /* Para cuando es estándar funcione en todos */
    filter: Gray(); /* IE4-8 and 9 */

    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.banner img:hover{
 /*   filter: url('#grayscale'); /* Versión SVG para IE10, Chrome 17, FF3.5, Safari 5.2 and Opera 11.6 */
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    filter: grayscale(0%); /* Para cuando es estándar funcione en todos */
    filter: Gray(); /* IE4-8 and 9 */

    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#block-gtranslate-gtranslate .content {
    float: right;
    margin-right: 50px;
}