/* Start of CMSMS style sheet 'buscador' */
.buscador {
	border: 1px solid #333333;
width: 121px;
height: 18px;

}
.botonbuscador {
	font-family: Arial, Helvetica, sans-serif;
border: 1px solid #333333;
	font-size: 12px;
font-weight: bold;
	color: #003399;
	background-color: #FFFFFF;
margin-left: 2px;

}


div#search {
	float: left;
	width: 185px;    /* enough width for the search input box */
	text-align: center;
		height: 18px;
	margin-top: 0px;
	margin-right: 0em;
	margin-bottom: 0;
	margin-left: 2px;
	padding-top: 1px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
                background-repeat:  no-repeat;
	
}

/* End of 'buscador' */

