@charset "UTF-8";
/* CSS Document */

*{
	font-family: Verdana, Arial, Helvetica, sans-serif;	
}


* a {
 text-decoration: none;
}

body {
	margin: 0;
	text-align: center;
	background-color: #FFFFFF;
}

#contenidor{}

.especialIdx{
	margin: 0;
	text-align: center;
	background-color: #FFFFFF;
	overflow-x:hidden; 
	overflow-y:scroll;
}


/* =============================================================MENU */
#centreCab{
	width:100%;
	background-color: #000000;
	height:90px;
}
#logo{
	position:relative;
	top:0px;
	left:0px;
	height:90px;
	width:260px;
	text-align:left;
}
#barrasup{
	background-color: #000000;
	height:90px;
	width:512px;
	
}

#nomsuperior{
	font-size: 8pt;
	color: #ffffff;	
	line-height:22px;
	vertical-align:bottom;
}

#menusup{
	position:relative;
	margin-top:3px;
	width:512px;
	height:14px;
	line-height:14px;
	text-align:right;
	font-size: 8pt;
	color: #999999;
	overflow:hidden;
	vertical-align:bottom;
}

#menusup a:link{
	text-decoration: none;
	color: #999999;
}

#menusup a:visited{
	text-decoration: none;
	color: #999999;
}

#menusup a:active{
	text-decoration: none;
	color: #999999;
}

#menusup a:hover{
	color: #FFFFFF;
}

#menusep{
	position:relative;
	width:432px;
	height:27px;
	margin-top:5px;
}

#logopetit{
	position:relative;
	top:5px;
	width:70px;
	text-align:right;
	vertical-align:bottom;
}


/* =============================================================COS HOME */

#contenidorCos{
	position:relative;
	background-color:#FFFFFF;
	overflow:visible;
	width:772px;
	z-index:2;
}


#cos{
	position:relative;
	width:772px;
	height:275px;
	overflow:visible;
	text-align: center;
	background-color: #FF0000;
	z-index:3;
}

#contingut_home{
	position:relative;
	width:752px;
	margin-left:10px;
	margin-right:10px;
}

.presentacio{
	margin-top:10px;
	margin-bottom:10px;
	width:572px;
	float:left;
}

#textHome{
	margin-top:10px;
	margin-bottom:10px;
	font-size:10pt;
	width:180px;
	text-align:left;
	float:left;
	color: #FFFFFF;
}

#cos2{
	position:relative;
	width:772px;
	float:left;
}

.columnaHome{
	width:185px;
	text-align:left;
	float:left;
}

.text_col{
	font-size:10pt;
	color: #666666;
	text-align: left;
	margin-right:3px;
}


/*/////////////////////////////LICENCIA*/

#cabPop{
	background-color:#000000;
	height:90px;
	}

.licenciatxt{
	color:#FFFFFF;
	text-align:left;
	font-size:12px;
	margin-left:20px;
	margin-right:30px;
}


#menuBot{
	background-color: #000000;
	height:90px;
	
}

.tancar a{
	width:100px;
	height:17px;
	background-color:#ee9c9f;
	color:#753069;
	text-align:center;
	font-size:9px;
	line-height:17px;
	float:right;
	font-weight: bold;
	margin-top:35px;
	display:inline;
	margin-right:40px;
}