form {
    display: inline-block;
    /*    Primer margen */
    margin: 0 100px;
    position: relative;

}

#search {

    border: 4px solid #2869a1;
    cursor: pointer;

    padding: 28px;
    position: relative;

    width: 40px;
    height: 40px;
    border-radius: 50%;

    -moz-border-radius: 40px;
    -webkit-border-radius: 40px;
    border-radius: 40px;

    -moz-appearance: none;
    -webkit-appearance: none;

    /*background-color: #2869a1;*/
    background-image: url('./../images/Cancha/lupa.png');
    /*background-repeat:no-repeat;*/
margin:0px auto;


}

#search:hover {   
    border-color: #199ed9;



}

#search:focus {   
    border-color: #199ed9;
    outline: none;
    width: 280px;

    /*margin-left: -37px;*/

    -moz-transition: all .2s ease-in-out;  
    -webkit-transition: all .2s ease-in-out;
margin:0px auto;
    background: #2869a1;
    background-color: white;



}

#search.searching {
    margin-left: 80px;
    width: 10px;
    margin-left: 80px;
    -moz-transition: all .2s ease-in-out;  
    -webkit-transition: all .2s ease-in-out;

    background-color: #25a25a;
}



/*#search + p {
    background: red;
    content: '';
    cursor: pointer;
    display: block;
    height: 10px;
    position: absolute;
    right: 10px;
    top: -8px;
    width: 4px;
    
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
    border-radius: 1px;
     
    -moz-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    -moz-transform-origin: center 20px;
    -webkit-transform-origin: center 20px;
}*/

/*#search + p:hover,
#search:hover + p,
#search:focus + p {   
    background: #2869a1;
}*/

/*#search.searching + p {
    -moz-animation: rotateHandle .6s linear 6;
    -webkit-animation: rotateHandle .6s linear 6;
}*/

@-webkit-keyframes rotateHandle {
    from { -webkit-transform: rotate(135deg); }
to { -webkit-transform: rotate(-225deg); }
}

@-moz-keyframes rotateHandle {
    from { -moz-transform: rotate(135deg); }
to { -moz-transform: rotate(-225deg); }
}


a {
    color: #199ed9;
    font-weight: bold;
    text-decoration: none

}

a:hover {
    text-decoration: underline;   
}

.circle {
    border-radius: 50%;
    width: 70px;
    height: 70px; 
    background: #2869a1;

}

.lupa{

    background-image: url('./../images/Cancha/lupa.png');  
    background-repeat:no-repeat;

}
