
.tot {
	background-image:none !important;
	background-color:#00CC33;
}


ul 
{
	list-style-type: none;
}

li a img
{
   display: block;
   float: left;
}

li a img
{
	border: 1px solid #ADF326;
	background-color: #614B23;
	padding:5px;
	margin-right:5px;
}

li a:hover img
{
	border: 1px solid #ADF326;
	background-color: #ADF326;
}


table{
	font-family: Trebucher, Verdana, Arial;
	font-size: 11px;
}

.busqueda{
	border:#FF3399 thin dotted;
	padding:5px;
	background-color: #614B23;
}


.titBusqueda{
	border:#FF3399 thin dotted;
	padding-left:5px;
	padding-right:5px;
	padding-top:2px;
	padding-bottom:2px;
	margin-bottom:3px;
	background-color:#4B3A1B;
	color:#FF3399;
}

.peus{
	font-style:italic;
}


#cont_fotos {
	position:absolute;
	top:0px;
	left:20px;
	padding:8px;
	width:750px;
}

#fotos {
	margin:5px;
	pading:5px;	
	background-color:#4B3A1B;
	filter:alpha(opacity=89); 
	-moz-opacity:0.89;
	opacity:0.89;	
}


#buscafotos {
	/*float: left;
	width: 25%; /*Ample de la columna de la dreta
	margin-left: -25%; /*Estableix el marge esquerra a -(ampleColumnaDreta) 
	*/
	background:#4B3A1B;
	margin:5px;
	padding:5px;	
}


.foto
{
	border: 1px dotted #444;
	background-color:#ADF326;
	float:left;
	width:160px;
	padding:5px;
	margin:5px;
	height:210px;	
}

.foto a img
{ 
	border:#111 1px solid !important;
}

.foto:hover
{	
	filter:alpha(opacity=100); 
	-moz-opacity:1.0;
	opacity:1.0;
}

.clearer
{
	clear:both;
	margin:5px;
}

.fotob
{
	border: 1px dotted #ADF326;
	float:left;
	width:152px;
	padding:5px;
	margin:5px;
}

.fotob a img
{ 
	border:#ADF326 1px solid !important;
}

.fotob:hover
{ 
	border:#ADF326 1px solid !important;
	background-color:#352913;
}

/* --- FOTOS K ES MOSTREN QUAN MOSTREM EL PROJECTE ---- */
.fotoProj
{
	border: 1px dotted #444;
	background-color:#ADF326;
	float:left;
	width:100px;
	padding:5px;
	margin:5px;
	height:94px;	
}

.fotoProj a img
{ 
	border:#111 1px solid !important;
	width:99px;
}

.fotoProj:hover
{	
	filter:alpha(opacity=100); 
	-moz-opacity:1.0;
	opacity:1.0;
}

