/* CSS */

/* TEXTOS */
input {
	font-family:"Courier New", Courier, monospace;
	font-size:12px;
}
select {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
.peu_1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#555;
	background:none!important;
}

.logotip_txt {
	color:#50679D;
	font-family:"Times New Roman", Times, serif !important;
	font-size:15px;
	font-weight:bold !important;
}


/* FORMA DE LA CAIXA */

.caixa_modul_txt_1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	padding:2px 10px 2px 10px;
	color:#FFF;
	background-color:#818181;	
}

.caixa_corner_lateral_1 {
	font-size:1px;
	width:1px;
	height:1px;
}

.caixa_corner_lateral {
	font-size:1px;
	height:18px;
	background-color:#818181;
}

.caixa_gris_1 {
	background-color:#C9C8C6;
	background-image:url(img/caixa_gris_1.gif);
	background-repeat:no-repeat;
	background-position:right;
	font-size:1px;
	height:4px;	
}

.caixa_pral_1 {
	padding:5px 5px 5px 5px;	
	background-image:url(img/background_1.gif);
}

.link1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration:none;
	font-size:10px;
	font-weight:bold;
	color:#50679D;
}

.link1:hover {
	border-bottom:none;
	text-decoration:underline;
}
.link_1_aux {
	font-weight:normal;
}

.link2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration:none;
	font-size:10px;
	font-weight:normal;
	color:#50679D;
}
.link2:hover {
	text-decoration:underline;
}

.caixa_border_pral_lateral {
	background-image:url(img/background_lateral_1.gif);
	background-repeat:repeat-y;	
	font-size:1px;
	width:1px;
}
.caixa_border_pral_bottom {
	background-image:url(img/background_bottom_1.gif);
	background-repeat:repeat-x;	
	font-size:1px;
	height:1px;
}

/* PESTANYES DE DINS LES CAIXES */
.dv_hor_pestanyes {
	font-size:1px;
	display:block;
	height:19px;
	background:#C8C8C6 url("img/dv_hor_background-1.jpg") no-repeat right top;
}
.dv_ul {
	margin:0; padding:2px 0 0 1px;
}
.dv_ul li {
	float:left;
	margin:0 3px 0 0;
	padding:0 0 0 0;
	list-style:none;
	background:url("img/dv_corredera_1.gif") no-repeat right top;
}
.dv_ul li a {
	display:block;
	padding:0 4px 1px 4px;
	text-decoration:none;
	font-size:12px;
	color:#666;
}
.dv_ul li a:hover {
	color:#50679D;
}
.dv_ul li .current {
	
	color:#020200;
	padding-bottom:2px;
}


/* TIPUS DE CAIXA 2 */
.caixa_pral_2 {
	padding:5px 10px 5px 10px;	
	background-color:#ddd;
	border-left:1px solid #bbb;
	border-right:1px solid #bbb;
	border-bottom:1px solid #bbb;		
}

/* TIPUS DE CAIXA 3 */
.caixa_pral_3 {
	padding:5px 10px 5px 10px;	
	background-color:#eee;
	border-left:1px solid #bbb;
	border-right:1px solid #bbb;
	border-bottom:1px solid #bbb;
}

.caixa_pral_3 .titols {
	color:#585854;
}

/* BOTONS */

#caixa_boto_enabled {
	font-family: Arial, Helvetica, sans-serif;
	font-size:1px;	
}

#caixa_boto_enabled  a {
	font-size:11px;
	display:block;
	padding:0 2px 0 2px;
	border-right:2px solid #D6D1CD;
	border-bottom:2px solid #D6D1CD;	
	background-color:#EDEDED;
	color:#7D7D7D;
	text-decoration:none;
}
#caixa_boto_enabled  a:active {
	border-top:1px solid #D6D1CD;
	border-left:1px solid #D6D1CD;	
	border-right:1px solid #FFF;
	border-bottom:1px solid #FFF;
}


/* BOTONS DEL FORMULARI DIRECTE VERTICAL */
.btnSubmitDV {
	color:#7D7D7D;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	border:none;
	height:18px;
	padding:0 10px 2px 4px;
	text-align:center;
	vertical-align:text-top;
	background:#EDEDED url(img/background-button-60.gif) no-repeat right top;
}
.btnSubmitDV:active {
	background:#EDEDED url(img/background-button-60-active.gif) no-repeat right top;
}
