/* CSS Document */
*{
	padding:0; margin:0;}
img{
	border:0px;
}
html { 
   height:100%;
   width:100%;
} 
body {
	background-color:#fff;
	text-align:center;
	font:normal 62.5% Verdana, Arial, Helvetica, sans-serif;
	color:#666666; 
}


/*--------------TAG--------------------*/

p{
	padding-bottom:15px;
}

a{
	color:#333;
	text-decoration:none;
	font-weight:bold;
}

a:hover{
	color:#000000;
	border-bottom:2px solid #FFED00;
}
#logo a:hover {
	border-bottom:none;
}

ul{
	list-style:url(../img/quadratito.gif);
	text-align:left;
	line-height:115%;
	margin-left:25px;
	padding-bottom:15px;
}
li{
	padding-bottom:12px;
	padding-left:5px;
	line-height:135%;
}

/*---------------estructura---------------*/
#logo{ 
	float:left;
	padding-left:16px;
	padding-top:16px;
}
#global {
	margin:0 auto;
	width:984px;
	text-align:left;
	overflow:hidden;
}
#head_container{
	width:984px;
	height:101px;
	clear:both;
	vertical-align:top;
	background-image:url(../img/fondo_menu.jpg);
	background-repeat:no-repeat;
}
#menu{
	width:850px;
	text-align:right;
	padding-right:7px;
	padding-top:7px;
	float:right;
}

#container-text{
	width:984px;
	vertical-align:top;
	background-image:url(../img/fondo_hombra.jpg);
	background-repeat:repeat-y;
}
#texto{
	font-size: 110%;
  	line-height: 150%;
  	color: #666666;
	padding:30px 47px 0px 47px;
	min-height: 405px;
    height: auto !important;
    height: 405px;

}
/*-------------id----------------------*/

#base_gris{
	background-color:#ebebeb;
}
#navegar{
	padding-top:-20px;
	position:relative;
	left: 47px;
	top: 3px;
}
#navegar a:hover {
	text-decoration:underline;
}
/*-------------class----------------------*/
.negre{
	color:#000000;
}
.barra{
	color:#999;
	padding-left:10px;
}
.tabla_gris{
	color:#666666;
	text-align:left;
	line-height:16px;
	padding:25px;
}
.formulari{
	color:#666666;
	text-align:left;
	line-height:16px;
	padding:3px 3px 3px 13px;
}
.primera_celda{
padding-top:10px;
}
.ultima_celda{
	padding-bottom:10px;
}
.boto2 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight:bold;
	color: #000000;
	background-color:#ffffff;
	border:0px;
	border-bottom:3px #FFED00 solid;
	cursor:pointer;
	height:25px;
}

.recuadro_gris{
	background-color:#ebebeb;
	width:400px;
	color:#666666;
	text-align:left;
	line-height:16px;
	padding:25px;
	margin-bottom:30px;
	margin-top:10px;
}
.tabla_blanca{
	color:#666666;
	text-align:center;
	padding:25px;
}
.img_interior{
	float:right;
	padding:0px 0px 20px 20px;
}
.img_border_alt{
	background-image:url(../img/base_sopra_img.gif);
	background-repeat:no-repeat;
	width:290px;
	height:9px;
}
.img_border_baix{
	background-image:url(../img/base_sotto_img.gif);
	background-repeat:no-repeat;
	width:290px;
	height:9px;
}

.frase_importante{
	font-size:140%;
	color:#000000;
	font-weight:normal;
	line-height:140%;
	padding-bottom:20px;
}

/* ----------------------- IDIOMA ----------------------- */

#idioma {
	color: #ccc;
	font-size: 90%;
	text-align:left;
	clear:both;
	overflow:hidden;
	margin-top:20px;
	margin-right:7px;
	padding-bottom:0px;
	height:14px;
}
#idioma ul{
	padding:0px;
	text-align: left;
	clear:both;
	overflow:hidden;
	list-style:none;
}
#idioma ul li{
	padding-left: 7px;
	float:right; 
	text-align: left;
	padding-bottom:0px;
}
#idioma a {
	color: #999;
	text-decoration:none;
	text-align: left;
	padding-bottom:0px;
}
#idioma a:hover {
	color: #000;
	text-align: left;
	text-decoration:none;
	padding-bottom:0px;
}
#idioma ul li.non{
	padding-right:0;
	padding-bottom:0px;
}
.medio{
	border-left:1px solid #999; border-right:1px solid #999;
	padding-right:7px;}
	
.primer{padding-right:7px;}





/*-----------pie--------*/

#box_pie{
	width:970px;
	border-bottom:5px #FFFF00 solid;
	color:#000000;
	text-align:center;
	padding-top:5px;
	padding-bottom:7px;
	margin-left:7px;
}
#box_pie_int{
	width:984px;
	color:#000000;
	height:27px;
	text-align:center;
	background-image:url(../img/fondo_base.jpg);
	background-repeat:no-repeat;
	margin-bottom:20px;
}
#bordo_sotto{
	width:984px;
	height:27px;
	background-image:url(../img/fondo_base.jpg);
	background-repeat:no-repeat;
}


/*-----------titulos--------*/


h1{
	padding-bottom:20px;
}
h2{
	font-size:130%;
	color:#000000;
	padding:30px 0px 10px 0px;
}
h3{
	font-size:130%;
	color:#000000;
	font-weight:normal;
}

	#bulleti2 {
		margin-top: 15px;
	}
	#bulleti {
		position: absolute; 
		top: 50px; 
		width: 965px; 
		margin: 0px auto; 
		z-index: 20;
		clear:both; 
		color:#555555; 
		font-size:95%;
		text-align: right;
	}
	.bulleti_btn {
		font-size:95%;
	}
	.bulleti_txt {
		font-size:95%;
		width: 100px;
	}


