/* Sign In Option 1 */
#BusquedaEmpleo{
    background: url("../img/backgrounds/bg_login.jpg")  no-repeat;
    display: block;
    height: 540px;
    margin-bottom: 0px; /*90px*/
    margin-top: -35px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
#BusquedaEmpleo  > .container >.row{
    /* background: url("../img/backgrounds/bg_login.jpg")  no-repeat; */
	background: rgba(35,33,120,0.8);
    display: block;
    /* height: 150px; */
    margin-bottom: 0px;
    margin-top: 35px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
#BusquedaEmpleo .header{
    text-align: center;
    margin: 0;
    color: #fff;
    margin-top: 25px;
    padding-left: 20px;
}
#BusquedaEmpleo .header h4{
    font-size: 38px;
    margin-top: 0;
    margin-bottom: 25px;
    line-height: 38px;
    font-weight: 300;
    text-shadow: 1px 1px 0px #143C4E;
}
#BusquedaEmpleo .header p{
    font-style: italic;
    font-size: 17px;
    margin: 0 0 40px 0;
}
#BusquedaEmpleo .header .social{
    margin: 0 auto 28px;
    float: none;
    text-align: center;
}
#BusquedaEmpleo .header .social a.circle{
    text-align: center;
    width: 56px;
    height: 56px;
    border-radius: 100%;
    margin-right: 25px;
    display: inline-block;
    -webkit-transition: border-color ease-in .1s;
    -moz-transition: border-color ease-in .1s;
    -o-transition: border-color ease-in .1s;
    transition: border-color ease-in .1s;
}
#BusquedaEmpleo .header .social a.circle img{
    display: inline-block;
    margin-top: 15px;
}
#BusquedaEmpleo .header .social a.facebook{
    border:2px solid #233678;
    background: #233678;
}
#BusquedaEmpleo .header .social a.twitter{
    border:2px solid #54AEE1;
    background: #54AEE1;
}
#BusquedaEmpleo .header .social a.gplus{
    border:2px solid #292929;
    background: #292929;
    margin: 0;
}
#BusquedaEmpleo .header .social a.circle:hover{
    border-color: rgb(255, 255, 255);
}
#BusquedaEmpleo .division{
    margin: 0 auto 50px;
    float: none;
    left: -6px;
    overflow: hidden;
    position: relative;
    text-align: center;
}
#BusquedaEmpleo .division .line{
    border-top: 1px solid rgb(104, 167, 196);
    width: 34%;
    top: 10px;
    position: absolute;
}
#BusquedaEmpleo .division .l{
    left: 0;
}
#BusquedaEmpleo .division .r{
    right: 0;
}
#BusquedaEmpleo .division span{
    color: #fff;
    font-size: 17px;
}
#BusquedaEmpleo .proof{
    display: block;
    overflow: hidden;
    margin: 0 auto;
    width: 78%;
    float: none;
}
#BusquedaEmpleo .footer{
    text-align: center;
    margin-left: 0;
}
#BusquedaEmpleo .footer form{
    margin: 0 0 46px 0;
}
#BusquedaEmpleo .footer #txtSearchWords {
    border-radius: 3px;
    font-size: 16px;
    height: 25px;
    margin: 0 10px 0px 0;
	padding: 8px 40px;
    color: black;
	background-color: white;
    background-image: url('../img/search.png');
    background-position: 10px 10px; 
    background-repeat: no-repeat;
    width: 43%;
}
#BusquedaEmpleo .footer input[type="submit"]{
    text-transform: uppercase;
    color: #fff;
    background: #187CCC;
    font-size: 15px;
    padding: 8px 18px;
    border: 0 none;
    border-radius: 3px;
    -webkit-transition: background linear .2s, box-shadow linear .2s;
    -moz-transition: background linear .2s, box-shadow linear .2s;
    -o-transition: background linear .2s, box-shadow linear .2s;
    transition: background linear .2s, box-shadow linear .2s;
}
#BusquedaEmpleo .footer input[type="submit"]:hover{
    background: #252528;
}
#BusquedaEmpleo .footer select{
    border-radius: 3px;
    font-size: 16px;
    height: 43px;
    margin: 0 10px 0px 0;
    color: black;
	padding: 8px 10px;
    /* width: 25%; */
}
#BusquedaEmpleo .footer select#selCategoria{
	width: 36%;	
}
#BusquedaEmpleo .footer select#selSubCategoria{
	width: 40%;	
}
#BusquedaEmpleo .dosnt{
    text-align: center;
    color: #fff;
    float: right;
    font-size: 14px;
    margin: 0 18px 0 0;
}
#BusquedaEmpleo .dosnt span{
    margin-right: 8px;
}
#BusquedaEmpleo .dosnt a{
    color: #fff;
    border-bottom: 1px solid white;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    transition: all .2s;
}
#BusquedaEmpleo .dosnt a:hover,
#BusquedaEmpleo .remember a:hover{
    color:#252528;
    border-color: #252528;
}

/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) { 
    #BusquedaEmpleo .header .social{
        width: 35%;
    }
    #BusquedaEmpleo .footer input[type="text"], 
    #BusquedaEmpleo .footer input[type="password"]{
        width: 25%;
    }
    #BusquedaEmpleo .remember{
        width: 60%;
    }
    #BusquedaEmpleo .dosnt{
        width: auto;
    }
    #sign_in2 .left_box .perk_box .perk .icos{
        height: 66px;
    }
    #sign_in2 .signin_box .box .social a.circle{
        margin-right: 10px;
    }
}   
/* Landscape phone to portrait tablet */
@media (max-width: 767px) { 
    #BusquedaEmpleo{
        background: none;
        height: auto;
    }
    #BusquedaEmpleo .header h4{
        color: #333;
        line-height: 35px;
        text-shadow:none;
    }
    #BusquedaEmpleo .header p{
        line-height: 24px;
    }
    #BusquedaEmpleo .header p,
    #BusquedaEmpleo .division span{
        color: #333;
    }
    #BusquedaEmpleo .division .line{
        border-color: #333;
    }
    #BusquedaEmpleo .footer input[type="text"], 
    #BusquedaEmpleo .footer input[type="password"]{
        font-size: 13px;
        width: 97%;
        margin-bottom: 12px;
    }
    #BusquedaEmpleo .footer input[type="submit"]{
        margin: 10px auto 0;
        display: block;
    }
    #BusquedaEmpleo .proof{
        width: 100%;
    }
    #BusquedaEmpleo .remember{
        width: 60%;
        overflow: hidden;
        margin: 0 0 12px 0;
    }
    #BusquedaEmpleo .remember a{
        color: #333;
        float: left;
        border-color: #333;
    }
    #BusquedaEmpleo .remember label.checkbox{
        margin-right: 15px;
        color: #333;
        margin-bottom: 0;
        width: 100px;
    }
    #BusquedaEmpleo .dosnt{
        float: left;
        margin: 0 0 0 22px;
    }
    #BusquedaEmpleo .dosnt span{
        margin-left: 0;
        margin-right: 20px;
    }
    #BusquedaEmpleo .dosnt span,
    #BusquedaEmpleo .dosnt a{
        color: #333;
        border-color: #333;
        float: left;
    }
    #BusquedaEmpleo .dosnt a{
        float: left;
    }
    #BusquedaEmpleo .dosnt a:hover{
        color: #187CCC;
        border-color: #187CCC;
    }
    #sign_in2 .left_box h4{
        text-align: center;
        margin-bottom: 30px;
    }
    #sign_in2 .left_box{
        overflow: hidden;
        margin-bottom: 70px;
    }
    #sign_in2 .signin_box{
        float: none;
    }
    #sign_in2 .signin_box .box{
        float: none;
        margin: 0 auto;
        width: 100%;
    }
}
/* Landscape phones and down */
@media (max-width: 480px) {
    #BusquedaEmpleo .remember{
        width: 100%;
    }
}
