@charset "utf-8";
/* CSS Document */

.header_fija{
	 background: rgba(255,255,255,1);
background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(240,240,240,1) 89%, rgba(240,240,240,1) 98%, rgba(230,230,230,1) 98%, rgba(230,230,230,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(89%, rgba(240,240,240,1)), color-stop(98%, rgba(240,240,240,1)), color-stop(98%, rgba(230,230,230,1)), color-stop(100%, rgba(230,230,230,1)));
background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(240,240,240,1) 89%, rgba(240,240,240,1) 98%, rgba(230,230,230,1) 98%, rgba(230,230,230,1) 100%);
background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(240,240,240,1) 89%, rgba(240,240,240,1) 98%, rgba(230,230,230,1) 98%, rgba(230,230,230,1) 100%);
background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(240,240,240,1) 89%, rgba(240,240,240,1) 98%, rgba(230,230,230,1) 98%, rgba(230,230,230,1) 100%);
background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(240,240,240,1) 89%, rgba(240,240,240,1) 98%, rgba(230,230,230,1) 98%, rgba(230,230,230,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0 );
    height:70px;
    width: 100%;
	position:fixed;
	z-index:9999;
	transition:all 0.5s;
	top:0;

}
.cabecera_fija{
	width:1160px;
	height:70px;
	transition:all 0.5s;
}
.logo_fija{
	width:218px;
	height:60px;
	float:left;
	margin-top:5px;
	transition:all 0.5s;
}
.lado2-cabecera_fija{
	width:940px;
	float:left;
	height:70px;
	transition:all 0.5s;
}
.cont-area-menu_fija{
	width: 680px;
	padding-left:10px;
    float: left;
	height:40px;
	margin-left:110px;
	margin-top:20px;
	border-radius:6px;
	background: rgba(246,146,30,1);
background: -moz-linear-gradient(top, rgba(246,146,30,1) 0%, rgba(242,112,36,1) 49%, rgba(240,90,40,1) 50%, rgba(246,145,30,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(246,146,30,1)), color-stop(49%, rgba(242,112,36,1)), color-stop(50%, rgba(240,90,40,1)), color-stop(100%, rgba(246,145,30,1)));
background: -webkit-linear-gradient(top, rgba(246,146,30,1) 0%, rgba(242,112,36,1) 49%, rgba(240,90,40,1) 50%, rgba(246,145,30,1) 100%);
background: -o-linear-gradient(top, rgba(246,146,30,1) 0%, rgba(242,112,36,1) 49%, rgba(240,90,40,1) 50%, rgba(246,145,30,1) 100%);
background: -ms-linear-gradient(top, rgba(246,146,30,1) 0%, rgba(242,112,36,1) 49%, rgba(240,90,40,1) 50%, rgba(246,145,30,1) 100%);
background: linear-gradient(to bottom, rgba(246,146,30,1) 0%, rgba(242,112,36,1) 49%, rgba(240,90,40,1) 50%, rgba(246,145,30,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6921e', endColorstr='#f6911e', GradientType=0 );
z-index:9999;
	transition:all 0.5s;
}
.cont-btn-cc_fija{
	width:130px;
	height:40px;
	float:left;
	margin-left:20px;
	margin-top:20px;
	transition:all 0.5s;
}
