/* CSS Document */
body {
	margin: 0px;
}


input,select, textarea {
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	color: #191919;
	background-color: #F2F2F2;
	margin: 0px;
	padding: 2px;
	border: 1px solid #000000;
}

#principal {
	width: 768px;
	position: absolute;
	left: 50%;
	margin-left: -384px;
}



/* Superior */


#superior {
	height:30px;
	background-color: #000;
	width: 100%;
	text-align: center;
}

#superior a { 
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 0.7em;


text-decoration: none;
 }

#superior a:link {
	color: #fff;
}
#superior a:visited {
	color: #fff;
}

#superior a:hover {
	color: #ff3300;
}
#superior img {
border:0px;
padding-right: 5px;
}

#superior span {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #aaa;
}

/* Menú */


#menu {
	position: static;
	width: 768px;
	background-color: #ff3300;
	margin-top: 1px;
	visibility: visible;
	text-align: center;
}

#menu ul
{
	list-style:none;
	margin: 0;
	padding: 0;
	white-space: nowrap;
}

#menu li
{
	float: left;	
	background-color: transparent;
	display: inline;
	list-style-type: none;
}

#menu span {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #000;
	padding-left: 10px;
	padding-right: 10px;
}


#menu a{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	padding-left: 10px;
	padding-right: 10px;
	text-decoration: none;
}

#menu a:link {
	color: #fff;
}
#menu a:visited {
	color: #fff;
}

#menu a:hover {
	color: #000;
}


/* Contingut */


#contingut
{
	width:768px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #999999;
	clear: both;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #000;
	text-align: justify;

}
#contingut h2 {
	font-size: 1.8em;
	font-weight: normal;
	color: #6B6B69;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#contingut h3 {
	font-size: 1.3em;
	font-weight: normal;
	color: #8D8D8D;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
}

#contingut li {

	padding-bottom: 4px;
}

#contingut .destacat
{
	font-weight: bold;
}

#contingut a:link {
	color: #196B81;
}

#contingut a:visited {
	color: #ff3300;
}

#contingut a:hover {
	color: #ff3300;
}

#cites{
	float: left;
	width: 200px;
	padding: 15px;

}
#presentacio {
	width: 500px;
	float: right;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #999999;
	padding: 15px;
	
}

#text {
	width: 100%;
	float: right;

	padding: 0px;
	
}



#cites .autor
{
	font-weight: bold;
}




#peu {
	clear: both;
	text-align: center;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #999999;
}

#peu p{
		font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #000;
	text-align: justify;
}

#peu span{
	color: #999;
}

#peu a:link{

	color: #196b81;

}
#peu a:visited{

	color: #196b81;

}


#peu a:hover{

	color: #ff3300;

}
.boton {
	color: #FFFFFF;
	background-color: #FF3300;
}

