/* ESTILS GENERALS */
a{
	outline:none
}
body {
	background-color: #f9f9f8;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}	

/* ESTILS CONTINGUTS */
.text_continguts {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333232;
}
.titol_continguts {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #000000;
}
.linia_superior_continguts {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #D3D3D4;
}

/* ESTILS MENU PRINCIPAL */
.primera_cela_menu_principal {
	height: 26px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D3D3D4;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #D3D3D4;
	padding-bottom:2px;
}
.cela_menu_principal {
	height: 25px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D3D3D4;
	padding-bottom:2px;
}
a.link_menu_principal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color:#000000;
	text-decoration:none;
}
a.link_menu_principal:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size: 13px;
	color:#000000;
	text-decoration:none;
}
.link_menu_principal_seleccionat {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color:#000000;
	font-weight:bold
}
a.idioma{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#CCCCCC;
	text-decoration:none;
}
a.idioma:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#666666;
	text-decoration:none;
}


/* ESTILS DEL PEU */
.text_peu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #665F60;
}
a.link_peu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #665F60;
	text-decoration:none;
}
a.link_peu:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #665F60;
	text-decoration:underline;
}
.link_peu_seleccionat {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #665F60;
	font-weight:bold;
}
.linia_vertical {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #9C9393;
}
.fons_peu {
	background-color:#D3D3D4;
	border-top-color:#9C9393;
	border-top-style:solid;
	border-top-width:1px;
}



/* RESPONSIVE */
.navbar-default {
	border: none;
}
.navbar-nav>li {
    /* float: left; */
	float:none;
	border-bottom: 1px solid #d3d3d4;
	
	padding-right: 40px;
}

.navbar-nav>li>a {
    padding-top: 0px;
    padding-bottom: 0px;
}

.dropdown-menu>li>a {
	/* padding: 3px 20px; */
	padding: 1px 20px;
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
    color: #555;
    /* background-color: #e7e7e7; */
	background-color: transparent;
	font-weight: bold;
}

.navbar-nav .open .dropdown-menu .dropdown-header, .navbar-nav .open .dropdown-menu>li>a {
    padding: 1px 15px 1px 25px;
}

@media (min-width: 768px) {
	.navbar{
		float:right;
	}
}


div.row{
	padding-top: 10px;
	padding-bottom: 10px;
}

.text_continguts a{
	text-decoration: underline;	
}

.pagination li a {
	padding-top: 5px !important;
}
.pagination>li>a, .pagination>li>span {
	padding: 5.5px 3px; !important;
	border: none !important;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover {
	/* background-color: #36527a; */
	background-color: inherit;
	font-weight: bold;
	color: inherit;
}
.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
	/* background-color: #7aabe3; */
	background-color: inherit;
}
/* FI RESPONSIVE */