/* CSS Document */
.imageMenuVerticalBuscador {
        position: relative;
       /* width: 350px;*/
       width:100%;
        height: 487px;
        overflow: hidden;
}



.imageMenuVerticalBuscador ul {
        list-style: none;
        margin: 0px;
		padding: 0;
        display: block;
        width: 350px;
        height: 1000px;
        }

.imageMenuVerticalBuscador ul li {
}

.imageMenuVerticalBuscador ul li a {
        text-indent: -1000px;
        background:#FFFFFF none repeat scroll 0%;
        border-right: 2px solid #fff;
        cursor:pointer;
        display:block;
        overflow:hidden;
        width:350px;
        height: 98px;
}

.clear {
        clear: both;
}

