@charset "utf-8";
body {
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 14px;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../imatges/fons_rambla.jpg);
	background-size: cover;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-color: #b3b64b;
	background-position: 0px;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
#base {
	width: 100%;
}


.menu_capsa {
	float: left;
}

#configuracio {
	height: 35px;
	width: 35px;
	position: absolute;
	top: 100px;
	right: 0px;
}
#configuracio img {
	height: auto;
	width: 100%;
}
#configuracio a img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.menu_linia {
	float: left;
	width: 96%;
	padding-right: 2%;
	padding-left: 2%;
	padding-top: 20px;
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
}

#menu_superior {
	font-family: Georgia, "Times New Roman", Times, serif;
	position: absolute;
	line-height: 24px;
	font-size: 0.9em;
}
#menu_superior ul {
	list-style-image: none;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#menu_superior ul li a {
	display: block;
	width: 150px;
	color: #FFF;
	position: relative;
	/*background-image: url(../imatges/vermell.png);*/
	background: #d5121e;
	text-align: center;
	line-height: 2.5em;
}

#menu_capsa1  a {
	border-top-left-radius: 8px;
        border-bottom-left-radius: 8px;
	border-right: 1px solid #FFF;
}
#menu_capsa2 a  {
        border-bottom-right-radius: 8px;
        border-top-right-radius: 8px;
}
#menu_superior ul li ul {
	display: none;
}
#menu_superior ul li:hover ul      {
	display: block;
}
#menu_superior ul li ul li:hover {
	background-image: url(../imatges/vermellFort.png);
	background-repeat: repeat;
}
.formulari_impresora {
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../imatges/blanc.png);
	position: relative;
}
.formulari_impresora h2 {
	font-size: 1.3em;
	line-height: 1.5em;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #D9232E;
	padding-left: 2%;
	font-family: Verdana, Geneva, sans-serif;
	padding-bottom: 3px;
	margin-bottom: 20px;
	clear: both;
}
.formulari_impresora_linia {
	width: 100%;
	clear: both;
}
.formulari_impresora_nom  {
	display: block;
	width: 48%;
	clear: left;
	float: left;
	padding-left: 2%;
}
.formulari_impressio_textbox {
	width: 50%;
	float: left;
}

.formulari_impresora input.formulari_textbox {
	width: 50%;
	background-image: url(../imatges/vermellpalid.png);
}
.formulari_impresora select.formulari_textbox {
	width: 50%;
	background-image: url(../imatges/vermellpalid.png);
}

.formulari_textbox {
}
#formulari_impresora_estat_color {
	height: 50px;
	width: 50px;
	position: absolute;
	top: 0px;
	right: 0px;
}

.cDetall_impresora {


}
.cDetall_impresora ul {
	margin: 0px;
	padding: 0px;
}
.cDetall_impresora ul  li{
	list-style-image: none;
	list-style-type: none;
	line-height: 3em;
	display: block;
	width: 100%;
	clear: both;
	float: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #7784B0;
}
.cDetall_impresora ul li a {
	color: #000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #7784B0;
}
.cDetall_impresora ul li:hover  {
	background-image: url(../imatges/groc.png);
}



.cDetall_impresorsa_Data {
	width: 9%;
	float: left;
	padding-left: 1%;
	font-size: 0.8em;
}
.cDetall_impresorsa_Contador {
	width: 14%;
	float: left;
	padding-left: 1%;
}
.cDetall_impresorsa_Consum {
	width: 14%;
	float: left;
	padding-left: 1%;
}
.cDetall_impresora_Nom {
	float: left;
	width: 48%;
	padding-left: 2%;
}
.cDetall_impresora_NumSerie {
	float: left;
	width: 23%;
	padding-left: 2%;
}
.cDetall_impresora_Estat {
	float: left;
	width: 25%;
	text-align: center;
}
.cDetall_impresora ul p {
	text-align: right;
	padding-right: 2%;
	line-height: 32px;
}
.cDetall_impresora ul p a {
	color: #900;
}
.detall_impresora_opcionsFinals {
	clear: both;
	width: 96%;
	line-height: 3em;
	padding-top: 12px;
	padding-bottom: 12px;
	padding-right: 2%;
	padding-left: 2%;
}
.detall_impresora_opcionsFinals a {
	width: 20%;
	text-align: center;
	display: block;
	float: left;
	color: #333;
	font-weight: bold;
}
.detall_impresora_opcionsFinals a:hover {
	background-image: url(../imatges/vermellpalid.png);
}
#formulari_configuracio table tr td a {
	color: #039;
	text-decoration: underline;
	margin-right: 5px;
	margin-left: 5px;
}
#formulari_configuracio p a {
	color: #333;
	margin-left: 20px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 16px;
	font-weight: bold;
	background-color: #FFC;
}

.linia {
	width: 100%;
	clear: both;
	line-height: 0px;
}










#logo {
	width: 120px;
	position: absolute;
	top: 12px;
	right: 10px;
	/*background-image: url(../imatges/blanc.png);*/
	padding: 6px;
}


#cos {
	width: 100%;
	margin-top: 120px;
}
#cos2
{
	width: 100%;
	/*overflow: scroll;*/
	/*overflow-x:hidden;*/
}

#inferior {
	width: 100%;
	padding-top: 30px;
	float: left;
	text-align: center;
	font-size: x-small;
	z-index: 2000;
	font-weight: bold;
	color: #000;
	clear: both;
	bottom: 0;
	padding-bottom: 16px;
	/*background-image: url(../imatges/barra_inferior.png);
	background-position: top;*/
}
#identifica {
	position: absolute;
	height: 190px;
	width: 300px;
	background-image: url(../imatges/fons_identifica.png);
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	padding: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
#identifica h2 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #5C6CA0;
	font-size: 1.3em;
	color: #900;
}
.identifica_formulari_linia {
	clear: both;
	width: 100%;
	margin-top: 12px;
	float: left;
}
.identifica_formulari_tema {
	width: 40%;
	padding-left: 2%;
	float: left;
}
.identifica_formulari_txtbox {
	background-image: url(../imatges/blauFons1.png);
	width: 50%;
	float: left;
}
.identifica_boto {
	text-align: right;
	clear: both;
	margin-top: 15px;
	float: right;
}
.identifica_error {
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	width: 100%;
	clear: both;
}
.identifica_boto_button {
	font-family: "Courier New", Courier, monospace;
	color: #FFF;
	background-color: #666;
	padding: 6px;
	border-radius: 15px;
	font-size: 1.1em;
	font-weight: bold;
}

#formulari_configuracio {
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../imatges/blanc.png);
	background-repeat: repeat;
}
#formulari_configuracio h2 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C6404F;
	font-size: 1.4em;
	padding-left: 3%;
	padding-bottom: 6px;
}
#frm_prestecs h2 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C6404F;
	font-size: 1.4em;
	padding-left: 3%;
	padding-bottom: 6px;
}

#frm_opcions_usuari {
	height: 450px;
	width: 460px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../imatges/blanc.png);
	background-repeat: repeat;
	padding: 12px;
	border-radius: 12px;
}
#frm_prestecs {
	background-image: url(../imatges/blanc.png);
	background-repeat: repeat;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}


#frm_opcions_usuari h2 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C6404F;
	font-size: 1.4em;
	padding-left: 3%;
	padding-bottom: 6px;
}


.capsa_fitxers{
	display: flex;
	flex-flow: row wrap;
	text-align: center;
	clear: both;
	padding-top: 12px;
}
.capsa_fitxer{
	flex-basis: 15%;
	height: 120px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 6px;
	margin-bottom: 6px;
	}
.capsa_fitxer a {
	color: #5F0607;
}
.capsa_fitxer_icona{
	
}
.capsa_fitxer_text {
}

.linea_menu{
	float: left;
	width: 100%;
	clear: both;
}
#menu_superior_2023{
	position: absolute;
	line-height: 24px;
	font-size: 1.05em;
	top: 10px;
	left: 10px;
	z-index: 99;
}

#menu_superior_2023 ul {
	list-style-image: none;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#menu_superior_2023 ul li a {
	display: block;
	width: 160px;
	color: #FFF;
	position: relative;
	text-align: left;
	line-height: 2.5em;
	padding-left: 12px;
}
#menu_superior_2023 ul li ul {
	display: none;
}
#menu_superior_2023 ul li:hover ul      {
	display: block;
	background: #d5121e;
	padding-left: 12px;
}
#menu_superior_2023 ul li ul li:hover {
	background-image: url(../imatges/vermellFort.png);
	background-repeat: repeat;
}
