#contenedorBuscador{
width:177px;
height: 79px;
background-image:url(../images/fondoBuscador.jpg);
background-position:right;
background-color:#F4F0E8;
background-repeat:no-repeat;
float:left;
}
.espacioBuscador{
    margin-top:50px;
    width:13px;
    float:left;
}
.textoBuscador{
    vertical-align:top;
    height:17px;
    width:125px;
    float:left;
    position:relative;
    margin: 50px 0px 0px 0px;
}
.botonBuscador{
    margin-top:50px;
    margin-left:3px;
    width:28px;
    height:17px;
    float:left;
    position:relative;
    display: inline;
}

input{
    height:13px;
    font: 10px Verdana, Time New Roman,Tahoma;
    width:120px;
    color: #102132;
    background-color: #FFFFFF;
    border:1px solid #666666;
}

