input{
	background: #333399 url(../imagenes/form_input_back.jpg) left center repeat-x;
	border:1px solid #CCCCCC;
	height:14px;
	font-size:12px;
	margin:0 2px 0 0;
}
option{
	background:#F7F7F7 url(../imagenes/form_input_back.jpg) left center repeat-x;
	border:1px solid #CCCCCC;
	width:14px;
	
}

.botones_bloque{
	width:64px;
	height:20px;
	margin:0 0 0 1px;
	padding:0;
}

.botones_bloque ul{
	list-style:none;
	float:left;
}

.botones_bloque li a{
	display:block;
	width:64px;
	height:20px;
	margin:0;
	padding:0;
	font-size:12px;
	color:#000000;
	font-weight:600;
	text-align:center;
	text-decoration:none;
	background:url(../imagenes/bton_bloque_naranja.gif) no-repeat;
}

.botones_bloque li a:hover{
	color:#252525;
	background:url(../imagenes/bton_bloque_naranja_hover.gif) no-repeat;
}