

input.busca,
input.busca_focus
{
	border: 0px;
	width: 162px; /* 170 - 8 padding*/
	height: 16px; /* 20 - 4 padding */
	background-color: blue;
	padding: 2px 4px;
	font-size: 12px;
	background-color: white;
	color: #6d0d0e;
}


input.texto,
input.texto_focus,
select.texto,
select.texto_focus,
.texto,
.texto_focus
{
	border: 1px solid white;
	background-color: #6D0D0E;
	color: white;
}

input.texto,
input.texto_focus
{
	height: 18px;
}

input.texto_focus,
select.texto_focus
{
	background-color: #6D0D0E;
	border: 1px solid #B41617;
}



input.boton,
input.boton_over
{
	/*padding: 3px 5px;*/
	
	overflow: visible; padding: 1px 8px; /* ajuste al texto para el IE*/
	
	border: 1px solid white;
	background-color: #b41617;
	width:auto;
	text-align:center;
}

input.boton_over
{
	border: 1px solid white;
	background-color: #6d0d0e;
	cursor: pointer;
	text-decoration: none;
}