.extra-block {
	padding-left:20px; 
	padding-right:20px; 
	padding-top: 5px;
}

.buscar-block {
	background-image: url(../images/search.png);
	background-repeat: no-repeat;
	background-position: 280px top;
	padding: 0px;
	margin: 0px;
}

.calendario-block {
	background-image: url(../images/calendar2.png);
	background-repeat: no-repeat;
	background-position: right top;
	padding: 0px;
	margin: 0px;
}

.extra-block a.normal {
	border-bottom-color: #DDDDDD; 
	border-bottom-style: solid; 
	border-bottom-width: 1px; 
}

.extra-block a.ultimo {
}

.extra-block a {
	font-size: 16px; 
	display:block; 
	color:#705D20; 
	text-decoration:none; 
	height: 30px; 
	line-height: 30px; 
	 
	background-color: transparent;
	background-repeat: no-repeat; 
	background-position: 5px center; 
	
	margin-left: 3px;
	padding-bottom: 3px; 
	padding-top: 3px;
	padding-left: 10px;
}

.extra-block a:hover {
	margin-left: 0px;
	border-left-style: solid; 
	border-left-width: 3px; 
	border-left-color: #8bcb2f;
	background-color: #F9E09F; 
	color:#705D20; 
	text-decoration:none; 
	height: 30px; 
	line-height: 30px; 
}

.buscar-block form.search {
	padding-top: 10px;
	padding-bottom: 5px;
}