@charset "utf-8";
/* CSS Document */
#header_general{
	width:950px;
	height:125px;
/*	background-color:#fff;*/
	/*background-image:url(../img/header/background_header.jpg);*/
	background:url(../img/header/fondo-header.jpg) no-repeat;
}
.background_menu{
	width:950px;
	height:54px;
	background-image:url(../img/header/background_white.jpg);
	background-repeat:no-repeat;
}
.header_menu{
	width:700px;
	height:52px;
	/*border:solid 1px #F00;*/
}
#menu_btn1{
	width:110px;
	height:52px;
	float:left;
	background:url(../img/header/menu_btn1.png);
	
}
.menu_btn5{
	width:110px; 
	height:52px; 
	float:left; 
	background:url(../img/header/menu_btn5.png);
}
#menu_btn2{
	width:185px; 
	height:52px; 
	float:left; 
	background:url(../img/header/menu_btn2.png);
}
.menu_btn6{
	width:185px; 
	height:52px; 
	float:left; 
	background:url(../img/header/menu_btn6.png);
}
#menu_btn3{
	width:226px; 
	height:52px; 
	float:left; 
	background:url(../img/header/menubtn_3.png);
	background-repeat:no-repeat;
}
.menu_btn7{	
	width:226px; 
	height:52px; 
	float:left; 
	background:url(../img/header/menubtn_7.png);
}
#menu_btn4{
	width:150px; 
	height:52px; 
	float:left; 
	background:url(../img/header/menu_btn4.png);
}
.menu_btn8{
	width:150px;
	height:52px;
	float:left;
	background:url(../img/header/menu_btn8.png);
	
}
.logo_racor{
	padding:0px 0px 0px 15px;
}
.logo_parker{
	padding:0px 15px 10px 0px;
}
.padding_logo_parker{
	padding:0px 10px 5px 0px;
}
.padding_letters{
	padding:0px 10px 0px 0px;
}
.font-size-18px{
	font-size:20px;
}
.font-color-black{
	color:#000;
}
.font-italic{
	font-style:italic;
}
#header_general h1{
    font-size: 1.55rem;
    color: #000;
}