﻿body
{
	font-family: arial;
}


div#corppan{
    width:100%;
    height:200px;
    background-image: url(../../imatges/bg_corppan2011.gif);
    background-repeat: repeat-y;
    background-position: left;
}
div#ad{
position:relative;
float:left;
left:2%; /*15px;*/
width:39%; /*375px;*/
height:200px;
}

div#pict{
position:relative;
float:right;
right:2%; /*15px;*/
clear:right;
height:200px;
width:56%; /*450px;*/
vertical-align:middle;
text-align:center;
}

table#news{
width:96%;
border-spacing:5px;
vertical-align:top;
margin:auto;
}

table#news tr{
vertical-align:top;
}


/* Nova maquetació about.aspx a una columna */

#colabout
{
width:100%;
margin: 0px auto 0px auto;
min-height:400px;
max-height:1600px;
/*
background-image: url(../../imatges/pixellinia.gif);
background-repeat:repeat-x;
background-position: 0px 35px;
*/
}
#colabout img#im1
{
    position:relative;
    float:left;
    clear:left;
    top:30px;    
	border: red 1px solid;
    margin: 0px 15px 20px 50px;
}
.fotoLocal
{
    position:relative;
    float:left;
    clear:left;
    top:30px;    
	border: red 1px solid;
    margin: 0px 15px 20px 50px;
    vertical-align:top;
}


#colabout div#localAddress
{
    position:relative;
    margin-left:50px;
    margin-right:10px;
    width:280px;
    padding:10px;
    float:left;
    clear:left;
    margin-bottom: 10px;
    background-color:#fff;
    font-family:Arial;
    font-size:12px;
    font-weight:normal;
     
}

#colabout div#titolabout
{
position:relative;
top:30px;
font-weight: bold;
font-size: 14px;
min-width:100px;
padding-right:50px;
padding-bottom:30px;
}

#colabout div#costext
{
    position:relative;
	margin-top:30px;
	margin-left:50px;
	padding-left: 50px;
	padding-right:50px;
	text-align:justify;
	font-size: 12px;
}

#colabout div#valors
{
position:relative;
float:none;
clear:both;
border-bottom:dotted 1px red;
font-weight:bold;
font-size:13px;
margin: 0 50px 0 50px;
}

/* Maquetació standard pàgines a 2 columnes */
.columna1
{
	position:absolute;
	top:0px;
	left:0px;
	width:315px;
	min-height:400px;
	/*
	background-image: url(../../imatges/pixellinia.gif);
	background-repeat:repeat-x;
	background-position: 0px 100px;	
	*/
	text-align: right;

}
.columna1 img
{
	position: relative;
    top: 30px;
	border: red 1px solid;
}
.columna2
{
	margin-left:316px;
	padding-left: 20px;
	padding-bottom:50px;
	min-height: 400px;
	max-height: 1000px;
	/*
	background-image: url(../../imatges/pixellinia.gif);
	background-repeat: repeat-x;
	background-position: 0px 100px;
	*/
	
}
.columna2 div#titol
{
font-weight: bold;
font-size: 14px;
position: relative;
top: 70px;
min-width:100px;
}
.columna2 div#costext
{
	position:relative;
	top:100px;
	padding-left: 5px;
	padding-right:50px;
	text-align:justify;
	font-size: 12px;
	height:100%;
}

/* Maquetació a 2 columnes concreta pàgines notícies */
.columna1news
{
	float:left;
	top: 5px;
	left: 0px;
	width: 34%;
	min-height: 400px;
	text-align: right;
	margin:0px;
}
.columna2news
{	
	float:right;
    width: 64%;
    margin: 0px;
    min-height: 500px;
    max-height: 2600px;
    /*
	background-image: url(../../imatges/pixellinia.gif);
	background-repeat: repeat-x;
	background-position: 0px 100px;
	*/
}
.imgnews
{
	/* classe específica per a la foto de la notícia completa. S'ajusta el text a la imatge */
	position:relative;
	float: left;
	clear: left;
	top:30px;
	margin-right:10px;
    left: 0px;
}
/* Maquetació a 2 columnes concreta de les pàgines de PRODUCTES */
.columna1prod
{
	float:left;
	top: 5px;
	left: 0px;
	width: 26%;
	min-height: 500px;
	max-height: 1600px;
	text-align: center;
	margin: 0px;
}
.columna2prod
{
    float:right;
    width: 72%;
    margin: 0px;
    min-height: 700px;
    max-height: 1600px;
}
.columna2prod div#titol
{
font-weight: bold;
font-size: 14px;
position: relative;
top: 20px;
min-width:100px;
}
.columna2prod div#costext
{
	position:relative;
	top:70px;
	padding-left: 5px;
	padding-right:50px;
	text-align:justify;
    left: 0px;
}

.headlinks
{
	background-image: url(../../imatges/fheadlinks.gif);
	background-repeat: repeat-x;
}
.rowlinks td
{
    border-bottom:dotted 1px #999999;
}
/* Popup SDS, ADAPTACIONS i POPUPLogon */
/* el contenidor de tota la història */
.containersds{
display:none;
}
/* El contingut que es mostrarà */
.sdscontent
{
	position: absolute;
	z-index:101;
	height: 450px;
	width: 400px;
	top:50px;
	left:35%;
	text-align:center;
	background-color:White;
	border:solid 2px black;
}
.cossds
{
position:relative;
width:100%;
height:420px;
text-align:center;
overflow:hidden;
}
/* La capa que fa el popoup modal */
.sdsback
{
    position: absolute;
    z-index: 100;
    height: 100%;
    width: 100%;
    top:0;
    left:0;
    background-color: #ffffff;
    opacity: 0.7;
    filter: Alpha(Opacity=70);
    -moz-opacity: 0.7;
    
}
/* CAPES DE L'UPLOAD PANEL MODAL */
.loader
{
	position: absolute;
	z-index: 101;
    width: 100%;
	padding-top: 10px;
	height: 50px;
	text-align: center;
	background: #ffffff;
	border-top: white 1px solid;
	border-bottom: white 1px solid;
	top:34300%;
    left: 0px;
}
.backloader
{
    position:absolute;
    z-index:100;
    height: 100%;
	width: 100%;   
    top:0;
    left:0;
    opacity: 0.6; /* css 3 */
	filter: alpha(opacity=60); /* ie */
	-moz-opacity: 0.6; /* mozilla */
	background: #ffffff;
}
.gridnoticies
{
    width:96%;
    margin:auto;
}
.webmapItem
{
width:100%;
background-image: url(../../imatges/modul-back.gif);
background-repeat:repeat-x;
background-position: bottom;
margin-bottom:10px;
}
.webmapItem a
{
 text-decoration:none;
 color: #000;
}
.webmapItem a:hover
{
 text-decoration: underline;
 color: red;
}
.captcha{
 font-family:Arial;
 font-size:12px;
}
.captcha input{
margin-top:10px;
margin-bottom:10px;
border: solid 1px red;
}
.captcha img{
margin-bottom:10px;
}
.acordio{
width:100%;
}
.capsalgrup
{
    text-align: left;
    padding-bottom: 5px;
    vertical-align: bottom;
    font-size: 14px;
    font-weight: bold;
    color: #663333;
    cursor: pointer;
}
.capsalgrup a{
    font-size: 14px;
    font-weight:bold;
    color:#663333;
    text-decoration:none;
    color:Blue;
}
.capsalgrup a:hover{
 text-decoration: underline;
}
.capsalgrup_selected
{
    color: #000000;
    text-align: left;
    vertical-align: bottom;
    font-size: 14px;
    font-weight:bold;
}
.capsalgrup_selected a{
 text-decoration:none;
 color: #000000;
}
.capsalgrup_selected a:hover{
 text-decoration: underline;
}

.contingutgrup
{
    font-size: 12px;
    color:#663333;
     padding-left:20px;
}
.contingutgrup a
{
    font-size: 12px;
    color:#663333;
    text-decoration:none;
}
.contingutgrup a:hover
{
    font-size: 12px;
    color:#663333;
    text-decoration: underline;
}
.calendari
{
width:98%;
}

.awards{
width: 700px;
padding-top:50px;
margin: auto;
min-height: 400px;
padding-bottom:50px;
}

.awards dl,dt,dd{
width:100%;
}

.awards dt
{
    background-color: #F9F9D0;
    border: solid 1px #F5F5B8;
    padding: 2px;
    font-size: 12px;
    font-weight: bold;
}
/*  Paginador personalitzat fet per mi */
.pagines
{
	text-align: right;
	font-size: 11px;
	width:100%;
	margin-bottom:10px;
}
.itemspagines
{
	margin-left: 1px;
	border: solid 1px #999999;
	background-color: #F5F5F5;
	height: 15px;
	text-align: center;
	width: 20px;
	color: #000000;
	text-decoration: none;
}
.itemspagines:hover
{
	background-color: #666666;
}
.itemsnextprev
{
	margin-left: 1px;
	margin-right:1px;
	border: solid 1px #999999;
	background-color: #f5f5f5;
	height: 15px;
	width:20px;
	text-align: center;
	text-decoration: none;
	font-weight:bold;
}
.itemsnextprev:hover
{
	background-color: #999999;
}

