/*
* {	border: 1px solid black; }
*/

body
{
	margin: 0;
	background-image: url(img/fons.jpg);
	background-attachment: fixed;
}

table#base
{
	padding: 0;
	width: 800px;
	background-color: white;
	border: 1px solid black;
	position: relative;
	border-collapse: collapse;
	margin: 20px;
	font-family: Sans-Serif, Serif, 'Microsoft Sans Serif';
	font-size: small;
}

table#base tr td.contingut
{
	padding: 40px 25px 0 25px;	
}


table#base1
{
 	border-collapse: collapse;
	width: 800px;
	background-image: url(img/carretera2.jpg);
	margin: 0;
	padding: 0;
	font-family: Sans-Serif, Serif, 'Microsoft Sans Serif';
	font-size: normal;
}

table#resum
{
	border-collapse: collapse;
	width: 95%;
	margin: 10px;
}

table.taula
{
	border-collapse: collapse;
	width: 100%;
	margin: 10px 0; 
	font-family: Sans-Serif, Serif, 'Microsoft Sans Serif';
	font-size: small;
	background-color: #ddddff;
}

table.taula td
{
	border-bottom: 1px solid lightgray;
	padding: 2px 10px;
	text-align: right;
}

table.taula td.capfila
{
 		text-align: left;
}

table.taula img, td.contingut img
{
	border: 0;
	padding: 0 10px;
}

table#resum tr td
{
	padding: 4px 10px 1px 10px;
	border-bottom: 1px solid lavender;	
}

table#informacio, table#pressupost
{
 	padding: 20px;
	background-color: #eeeeee;
	left: 10%;
	border: 4px solid lavender;
	margin: 10px 0 0 5%;
}

img.bandera
{
 	border: 0;
	margin: 0 10px;
}


/* menu */

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.ddoverlap{
border-bottom: 1px solid #bbb8a9;
height: 1%;
}

.ddoverlap ul{
padding: 0;
margin: 0;
font-family: 'Verdana';
font-weight: bold;
list-style-type: none;
}

.ddoverlap li{
display: inline;
margin: 0;
}

.ddoverlap li a{
padding: 3px 7px;
text-decoration: none;
padding-right: 32px; /*extra right padding to account for curved right edge of tab image*/
color: blue;
background: transparent url(img/righttabdefault.gif) 100% 1px no-repeat; /*give illusion of shifting 1px down vertically*/
border-left: 1px solid #dbdbd5;
position: relative;
display: block;
float: left;
margin-left: -20px; /*shift tabs 20px to the left so they overlap*/
left: 20px;
}

.ddoverlap li a:visited{
color: blue;
}

.ddoverlap li a:hover{
text-decoration: underline;
}

.ddoverlap li.selected a{ /*selected tab style*/
color: black;
z-index: 100; /*higher z-index so selected tab is topmost*/
top: 1px; /*Shift tab 1px down so the border beneath it is covered*/
background: transparent url(img/righttabselected.gif) 100% 0 no-repeat;
}

.ddoverlap li.selected a:hover{
text-decoration: none;
}

/* texto */

.texto
{
	font-size: 12px;
	line-height: 16px;
	font-family: Sans-Serif, Serif, 'Microsoft Sans Serif';
	text-align: justify;
}

.textoPie
{
	font-size: small;
	font-family: Sans-Serif, Serif, 'Microsoft Sans Serif';
	text-align: center;
}

.textocap
{
	font-size: 16px;
	margin-left: 10px;
	vertical-align: baseline;
	border-top-style: none;
	line-height: 16px;
	margin-right: 10px;
	font-family: Sans-Serif, Serif, 'Microsoft Sans Serif';
	border-right-style: none;
	border-left-style: none;
	letter-spacing: normal;
	text-align: justify;
	border-bottom-style: none;
}

.textoNota
{
	font-size: small;
	font-family: Serif,Sans-Serif,  'Microsoft Sans Serif';	
	color: black;
}

.textoNota img
{
	padding: 5px 5px;
}

.textoNota:link
{
	color: blue;
	text-decoration: none;
}

.textoNota:visited
{
	color: black;
	text-decoration: none;
}

.textoNota:hover
{
	color: white;
	text-decoration: none;
}

/**** Taula component ******/

.captaula, .capfila
{
	font-weight: bold;
	font-size: small;
	font-style: italic;
	font-family: Sans-Serif, Serif, 'Microsoft Sans Serif';
}

.captaula
{
	background-color: #6677ff;
	color: white;
	border: 1px white solid;
}

.captaula img
{
	margin: 0 10px 0 10px;
}


/**********/

.capcelera
{
	font-weight: bold;
	font-size: normal;
	color: blue;
	font-family: Sans-Serif, Serif, 'Microsoft Sans Serif';
	background-color: #ddddff;
	padding: 8px 20px 8px 20px;
	text-decoration: none;
	margin: 5px 10px 8px 0px;
	border-bottom: 1px solid white;
}

.servei
{ 
	margin: 30px 0px 0px 10px;
	width: 600px;
}