p{
	margin:0;
	padding:0;
	margin-bottom:1em;
	cursor: text;
}

h1,h2,h3,h4,h5{
	margin:0;
	padding:0;
}

a {
	color:#F00;
	text-decoration:none;
}

a:hover {text-decoration:underline;}

img {border: none; } 

html {
 	min-height: 100%;
 	height: auto;
}

body{
	margin:5px 0 5px 0;
	font-family: Arial, Helvetica, sans-serif;
	background-color:white;
	background-image:url(../images/Fondo_Buggy2.jpg);
	background-repeat: no-repeat;
	background-position:bottom center;
	cursor: url(../cursor/buggytgn.cur);
}

#cos { /*div principal */
	margin: 0 auto;
	width:770px;
	margin-bottom:30px;
}

#conts {
	background-color:black;
	border-bottom:5px solid #E4222D;
	padding-bottom:25px;
	_height:1%;
	cursor: url(../cursor/buggytgn.cur);
}

#capcelera {
	position:relative;
	height:83px;
	padding-left:10px;
	padding-bottom:10px;
	background-color:white;
	background-image: url(../images/Fondo_Capcelera.jpg);
	background-repeat: no-repeat;
	background-position:center right;
	cursor: url(../cursor/buggytgn.cur);
}

#peu {
	color:black;
	font-size:10px;
	text-align:center;
	font-weight:bold;
	padding:4px;
	background-color:white;
	cursor: url(../cursor/buggytgn.cur);
}

#creador{
	position:relative;
	cursor: url(../cursor/buggytgn.cur);
}

#creador a{
	margin-top:5px;
	display: block;
	height: 15px;
	width: 110px;
	background-color: transparent;
	background-image: 
	background-repeat: no-repeat;
	filter:alpha(opacity=60);
	opacity: 0.6;
	-moz-opacity:0.6;
	text-indent: -999em;
	position:absolute;
	right:0px;
	font-size:9px;
	cursor: url(../cursor/buggytgn.cur);
}	

#creador a:hover{
	filter:alpha(opacity=100);
	opacity: 1;
	-moz-opacity:1;  
}

#logo {
background-image: url(../images/Logo_Buggy.png);
position:absolute;
text-indent: -999em;
width:293px;
height:83px;
cursor: url(../cursor/buggytgn.cur);
}

#text{ /*contenidos*/
	padding:15px 10px 0px 5px;
	font-size: 15px;
	color:white;
	margin-left:190px;
}


/********MENU*********/

#menulat{
	width:150px;
	margin-left:20px;
	position:relative;
	top:-10px;
	float:left;
}

#menulat ul {

  list-style: none;
  margin: 0;
  padding: 0;
  margin-bottom:1em;
}
#menulat ul li {
	margin-bottom:7px;
}

#menulat ul a{
	display:block;
	height:22px;
	line-height:22px;
	background-image: url('../images/Btn_Fondo.png');
	_background-image: url('../images/Btn_FondoIE.png');
	background-repeat: no-repeat;
	background-position:left bottom;
	padding-left:15px;
	width:125px;
	
}

#menulat ul li.actiu a, #menulat a:hover{
	background-position: left top;
	}

#menulat ul li a {
	color: #E4222D;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}


#menulat ul li a:hover {
text-decoration:underline;
}

#menulat ul li.actiu a:hover {
text-decoration:none;
}

#idiomes{
float:right;
margin-right:15px;
}

#idiomes a{
	margin:2px;
}

#idiomes a img{
	filter:alpha(opacity=70);
	opacity: 0.7;
	-moz-opacity:0.7;
}

#idiomes a:hover img{
	filter:alpha(opacity=100);
	opacity: 1;
	-moz-opacity:1;
}



#menulat ul li.actiu a {
color:black;
}

.bloc {
	overflow:hidden;
	width:99%;
	margin-bottom:10px;
	}
	
.cleaner{
	clear:both;
	height:1px;
}

.fitxa {
	background-color: #333333;
	padding: 3px;
	font-size:11px;
	margin-bottom:10px;
	float:left;
	width:300px;
}

.fitxa h3 {
	background-color: #666;
	font-size:13px;
	padding:2px;
}

.fitxa2 {
	background-color: #888;
	margin-bottom:20px;
	padding:3px;

}

.fitxa2 h2 {
	background-color: white;
	font-size:18px;
	padding:3px;
	color:black;
	margin-bottom:10px;
}

.preu {
	font-size:18px;
	color:black;
	background-color:#AAA;
	padding-left:4px;
	padding-right:4px;
	font-weight:bold;
}
	

.imgleft{
	float:left;
	margin-right:10px;
}




/********GALERIA************/

.galeria
{
margin:auto;
overflow:hidden;
}


.galeria .thumb {
	float: left;
	margin-right:0px;
	margin-bottom:10px;
	text-align:center;
	font-size:11px;

	position:relative;
}

.thumb img{
	border: solid 1px white;
	margin:4px;
}
	
.thumb a:hover img{
	border:5px solid white;
	margin:0;
}



/*Form*/

input, textarea {border:1px solid black;}



.btnform{
border:outset 1px #f00;
background:#C00;
color:white;
font-weight:bold;
padding: 1px 10px;
}

.btnform:hover {
border:solid 1px white;
}

.inactiu{
	display:none;
}
