/* @group General */

body {
	color: black;
	font: normal 12px "Lucida Grande", Lucida, Verdana, sans-serif;
	background: white no-repeat;
	float: none;
}

#wrapper {
	width: 750;
	height: 750px;
	margin: auto;
	position: relative;
	visibility: inherit;
}

#content {
	margin-left: 290px;
	width: 465px;
}

#main {
	width: 750px;
}

#header1 {
	height: 115px;
	top: 0;
	width: 750px;
	background: white no-repeat center center;
	position: relative;
}

#header2 {
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-right-style: none;
	border-left-style: none;
	height: 15px;
	position: relative;
	margin-top: -15px;
	width: 699px;
}

#header2 ul{
	margin: 0px 0px 0px 0px;
	padding: 0px;
}

#header2 li{
	display: inline;
	padding: 0px;
}

a {
	color: #3577B4;
	text-decoration: none;
	font: 12px "Lucida Grande";
}

a:hover {
	text-decoration: underline;
}



/* @end */

/* @group Laterals */

#sidebar1 {
	float: left;
	width: 265px;
	height: 600px;
}



/* @end */

/* @group Text */

p {
	font: 12px "Lucida Grande";
}

.negatiu {
	color: white;
}

.negreta {
	font-weight: bold;
}

.underline {
	text-decoration: underline;
}

h2 {
	font-size: 11px;
	font-style: italic;
}

h3 {
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
	color: gray;
	font-style: italic;
}

h4 {
	font-size: 10px;
	font-weight: bold;
}

table tr{
}

table tr.odd{
	background-color: #ECEAEB;	
}

table th {
	background-color: #grey;
	font-weight: bold;
	text-align: center;
}

table {
	border-collapse: inherit;
}



/* @end */

#footer{
 	color: gray;
	text-align: center;
	font-size: 10px;
	clear: both;
	width: 100%;
	height: 25px;
	padding-top: 15px;
	position: absolute;
}

#footer a{
	font-weight: bold;
	text-decoration: none;
	color: orange;
	font-size: 10px;
}

#footer a:hover{
	text-decoration: underline;
}



/* @end */

ul {
	margin: 0px 0px 0px 15px;
	padding: 0px;
}


input{
	border: 1px solid #AAC01C;
	font: normal normal 10px small Verdana, Geneva, Arial, Helvetica, sans-serif;
}

input:hover {
	border: 1px solid ActiveCaption;
	background-color: InactiveCaptionText;
}

input[type="submit"] {
	background-color: #E0902F;
	color: white;
	font-weight: bold;
	/*padding: auto;	*/
}

input[type="submit"]:hover {
	border-color: ActiveCaption;
	background-color: InactiveCaptionText;
	color: black;	
}

input[type="image"] {
	border: none;
}

input[type="image"]:hover {
	border: none;
	background-color: InactiveCaptionText;
}


textarea{
	border: 1px solid #C23061;
	font: normal normal 10px Arial, Helvetica, sans-serif;
}

textarea:hover{
	border-color: ActiveCaption;
	background-color: InactiveCaptionText;
}

select{
	border: 1px solid #C23061;
	font: normal normal 10px Arial, Helvetica, sans-serif;
}

select:hover{
	border-color: ActiveCaption;
	background-color: InactiveCaptionText;
}

input[type=checkbox]{
	vertical-align: middle;
	border: none;
}

.formerror {
	color: red;
	font-size: 0.8em;
}

#float_right{
	float: right;
	margin-right: 10px;
}

#float_left_30px{
	float: left;
	margin-right: 30px;
}



#bloc_categ{
	text-align: center;
	padding: 5px;
	width: 200px;
	border-width: thin;
	margin: 0px auto 5px;
}

#bloc_categ_articles{
	text-align: left;
	margin: 0px auto 10px auto;
	padding: 5px;
	border: thin dotted #AAC01C;
	width: 170px;
}

#accions img{
	vertical-align: top;	
}

#accions ul{
	margin: 0px 0px 0px 0px;
	padding: 0px;

}

#accions li{
	display: inline;
	padding: 0px;
}

#descripcio_article{
	text-align: justify;
	padding: 5;
}

#detall_article #descripcio_article img{
	text-align: center;
}
