.titol {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #000000;
}
.txto {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #4d4d4d;

}
.txt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #4d4d4d;
}
.txt_strong {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #4d4d4d;
	font-weight:bold
}
.txt_cursiva {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #4d4d4d;
	font-style:italic;
}
.txtblanc {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #FFFFFF;
	font-style: italic;
}

.idioma {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #4d4d4d;
	line-height: 20px;
}

.idioma2011 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #999999;
	line-height: normal;
}

.menu2011 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color: #6C6C6C;
	font-weight:normal;

}

a {
	color: #2A2A2A;
	text-decoration: none;
}
a:hover {
	color: #CC0000;
}

input.button2, input.button3, input.button4, input.button5, input.button6, 
a.button2, a.button3, a.button4, a.button5, a.button6 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	/*font-size: 9px;*/
	font-size: 9px!important;
	color: #FFFFFF;
	/*color:black!important;*/
	font-weight: bold;
	background-repeat: no-repeat;
	background-position: top left;
	border: none;
	/*border-style:none;
	border-collapse:collapse;
	border-width:0;*/
	text-align: center;
	text-decoration: none!important;	
	cursor: pointer;
	/*display: block;*/
	line-height: 18px;
	
}

input.button2, input.button3, input.button4, input.button5, input.button6 {
		/*padding-bottom:2px;*/
}
input.button2:hover, input.button3:hover, input.button4:hover, input.button5:hover, input.button6:hover, 
a.button2, a.button3, a.button4, a.button5, a.button6 {	
	/*background-position: left -18px;*/
}	
input.button2, a.button2{
	height: 36px;
	width: 169px;
	background-image:url(../imatges/boto_descargas.gif);
   }
input.button3, a.button3{
	height: 36px;
	width: 169px;
	background-image:url(../imatges/boto_descharges.gif);
   }
input.button4, a.button4{
	height: 36px;
	width: 169px;
	background-image:url(../imatges/boto_download.gif);
   }
/*CSS*/
input[type=text],select{width:200px;padding:2px 5px;color:#666} 
textarea,select{width:286px;padding:2px 5px;color:#666}
input[type=checkbox]{border:1px solid #AC231C;}
input[type=submit]:hover,input[type=reset]:hover{color:#000} 


/* restiling 2011 */


#slider {
	width: 297px; /* important to be same as image width */
	height: 297px; /* important to be same as image height */
	position: relative; /* important */
	overflow: hidden; /* important */
	left: 0;
	top: 0;
}
#sliderContent {
    width: 297px; /* important to be same as image width or wider */
    position: absolute;
	top: -15px;
	margin-left: -42px;
}
.sliderImage {
    float: left;
    position: relative;
	display: none;
}
.sliderImage span {
    position: absolute;
	font: 10px/15px Arial, Helvetica, sans-serif;
    padding: 10px 13px;
    width: 297px;
    background-color: #000;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
	-khtml-opacity: 0.7;
    opacity: 0.7;
    color: #fff;
    display: none;
}
.clear {
	clear: both;
}
.sliderImage span strong {
    font-size: 14px;
}
.top {
	top: 0;
	left: 0;
}
.bottom {
	bottom: 0;
    left: 0;
}
ul { list-style-type: none;}

