/* block top search */
#header_right #search_block_top {
   position: absolute;
    right: 0;
    top: 149px;
    border-radius: 15px;
   
 }
    
#header_right #search_block_top p { padding: 0.4em 0 0.4em 1em }
#header_right #search_block_top label, #header_right #search_block_top input { float: left ;
}
#header_right #search_block_top label {
	background: transparent url('img/buscar.png') no-repeat 0 2px;
	float: left;
	width: 19px;
	height: 18px;
	display: block
}
#header_right #search_block_top input.search_query {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.31);
    border: medium none;
    border-radius: 15px 15px 15px 15px;
    box-shadow: 1px 1px 0 0 rgba(0, 0, 0, 0.35) inset, 1px 1px 0 0 rgba(255, 255, 255, 0.44);
    padding: 5px;
    width: 180px;
     -webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;

}

#header_right #search_block_top input.search_query:focus{
	background: rgba(255,255,255,0.9);
	box-shadow: inset 1px 1px 0 0 rgba(0, 0, 0, 0.7);
	
	
}


/* block left column "Quick search" */
#search_block_left input { margin: 2px 0 0 0 }
#search_block_left .search_query { width: 11em }
#search_button { display: inline }
