/* project: internet services template
   author: luka cvrk (www.solucija.com) */

   
/* default styles
   -------------- */
   
body { 
	padding: 0; 
	margin: 0; 
	font: 0.7em Arial, Helvetica, Verdana; 
	line-height: 1.5em;
	background: #404040; 
	color: #000; 
}

a {	color: #333333;	background: inherit;}
a:hover { color: #6C757A; background: inherit; }

h1 { font: normal 2.1em Arial, Sans-Serif; letter-spacing: 0px; padding: 7px 0 0 8px; margin: 0; }
.dark  { color: #737373; background: inherit; font-weight: bold; }
h1 a, h2 a { text-decoration: none; }
h1 a:hover, h2 a:hover { color: #FF6600; background: inherit; }
h2 { margin: 0; padding: 0; font: bold 1.7em Arial, Sans-Serif; letter-spacing: 0px; }
h2 { font-size: 1.5em; margin-bottom: 5px; color: #cc6600; background: inherit; }
#parSecundari h2 {font: bold 1.3em Arial, Sans-Serif; color: #000000;}

.linksIndex {color:#FF0000;text-decoration:none}


.colIzquierda h3 {
	clear: both;
	background: #999 url(imatges/icons/corner.gif) no-repeat top right;
	color: #FFF;
	padding: 10px 0 4px 15px;
	margin: 0 0 0px 0;
}
h4 { font-size: 1em; margin-bottom: 1px; background: inherit; }
p {	
	margin: 0 0 5px 0; font-size:1.1em; 
}

ul { margin: 0; padding : 0; list-style : none; }

.image {
	float: left;
	margin: 0 9px 3px 0;
}
img {
	float: left;
	margin: 0 9px 0px 0;
}

#memParrafos {
	padding: 6px 20px 6px 20px; 
}
#memParrafos h4 {
	text-indent: 0px;
	
}

form { 	margin: 0; }
select { 	margin: 0; }



input.submit {
	background: #E0691A url(submit.gif) no-repeat;
	border: 0;
	padding: 4px 0;
	width: 65px;
	margin: 0 15px 1px 0;
	color: #FFF;

}

input.login { 
	width: 150px;
	border: none; 
	
	padding: 4px; 
}

/* layout
   ------ */

.content { 
	margin: 0 auto;
	width: 775px;
	padding: 0px; 
	background: #fff; 
}

.header { 
	height: 150px;
	background: #eee url(imatges/backSirius/header.jpg) no-repeat left top;
	color: #808080;
	margin: 0;
	padding: 0 0 0 0;
	border-bottom: 1px solid #ccc;
}


#header #logo { 
	float:left;
}
#header h1 { 
	float:right;
}

#selIdioma { 
	background: #000;
	width: 80px;
	float:right;
	vertical-align:bottom;
}


.top_info {
	float: right;
	width: 555px;
	padding: 5px 0 4px 0;
	border-bottom: 1px solid #eee;
	background: #eee;
	color: #808080;
}

	.top_info_left {
		width: 200px;
		float: left;
	}

	.top_info_right {
		float: right;
		width: 290px;
		padding: 0 0 0 35px;
		border-left: 1px solid #eee;
	}

/****************  menu *****************/
.browse_category  {

	width: 190px;
	color: #FFF;
	background: inherit;
}

.menu {
	font-weight: bold;
	clear: both;
	font-size: 1.1em;
	height: 30px;
	color: #000;
	margin: 0 0 0 0px;
	text-transform: capitalize;	
	float:left;
}

	.menu li { 
		padding: 8px 12px 5px 12px;
		color: #000;
		float: left; 
	}
	
	.menu li.active { 
		/* background: #E0691A url(imatges/icons/bar.gif) no-repeat center top;  */
		background: #ccc ; 
		color: #fff;

		
	}

	
	.menu li a { 

		color: #000; 
		text-decoration: none;
		
	} 
	
	.menu li a:hover {
	color: #990000;

		
	} 
	
	.menu ul {
	margin: 0;
	padding:0;
	/*
	list-style-position: inside;
	list-style-image: url(imatges/icons/iconMenu_1.gif);
	list-style-type: none;   */
	}


/**************** fi menu *****************/

/**************** fi menu *****************/
.contPlant { 
	color: #000;
	margin: 0 auto;
	padding: 10px 0 0 0;

}
.derPlant {
	float: right;
	width: 75%;
	padding: 5px 0 4px 0;
	margin:0;
	border-bottom: 1px solid #eee;
	color: #000;
}

.izqPlant {
	width: 23%;
	margin:0;
	padding: 5px 4px 4px 4px;
	border-bottom: 1px solid #000;
	background: #FFEFDF;
	color: #990000;
	float: left;
}
/**************** fi menu *****************/

.hilo { 
	background: #eee url(imatges/icons/searchbg.gif) no-repeat right; 
	color: #808080;
	clear: both;
	font-weight: bold;
	padding: 1px;
	margin: 0;
}

.grey {
	color: #808080;
	background: inherit;

}

.search_form { float: right; }

.subheader {
	margin: 0px 0 10px 0;
	border-bottom: 1px solid #eee;
	padding: 5px 0 5px 0;
	background: #A4A4A4;
	color: #fff;
}

#modDestacamos li{
/* background: #f5f5f5; */
float:left;
width: 100%;
}
/* left side
   --------- */

.colIzquierda {
	float: left;
	width: 492px;
	margin: 0 0 10px 0;
}

		
	.left_box { margin: 0 0 10px 0; color: #000; background: #FFF; padding: 3px 0; }
	
		
/* right side
   ---------- */
		
.colDerecha {
	float: right;
	width: 283px;
	margin: 0 0 10px 0;
}

.colDerecha h3 {
	background: #6C757A  url(imatges/icons/corner.gif) no-repeat top right;;
	color: #FFF;
	padding: 7px 0 7px 5px;
	margin: 5px 0 3px 0;
}

	.right_articles {
		
		color: #414141;
		padding: 8px;	
		margin: 0 0 3px 0;
		height: 100%;
	}
		.right_articles p {text-decoration:none;
	}

.parNosub a:link{
text-decoration:none;
}
	



/* PARÀGRAFS  ------ */

#parPrincipal {
	float: left;
	width:63%;
	margin: 0; 
	padding: 7px 12px 5px 12px;
	background: #FFEADC;
}


#parSecundari {
	/* width:350px; */
	background: #f8f8f8;
}
#parSecundari ul { 
		margin: 0; 
		

	}
#parSecundari li { 
		width:45%;
		margin: 0; 
		padding: 7px 12px 5px 12px;
		float: left; 
	}

#parDestacat {
	float: right;
	width:30%;
	background: #f8f8f8;
	padding: 7px 12px 5px 12px;
}

#links li { 
		width:160px;
		margin: 0; 
		padding: 17px 12px 1px 12px;
		float: left;
		vertical-align:top;	
	}
#links h3 {
margin:0;}	

/* cataleg  ------ */
#projectes {
		margin: 0 0 10px 20px; 

}
#projectes li{
		width:200px;
		margin: 0 0 10px 20px; 
		padding: 0px;
		float: left;
		vertical-align:top;	
}

#contingut {
position:relative;}


.detProd {
	width: 73%;
	margin: 0 0 ;
	background: #f8f8f8;
	float: left;
	color:#333333;
	padding:3;
} 
.masProd {
	/* margin: 0 0 0 640; */
	float: right;
	margin: 0px ;
	padding:0px;
	width: 140px;
	background: #f7f7f7;
} 

#prods li { 
		width:215px;
		margin: 1; 
		padding: 10;
		float: left;
		vertical-align:top;	
		background-color:#f9f9f9;
	}
#prods h4 { 

		margin: 1; 
		padding: 0;

	}

/* fi cataleg ------ */
/* footer
   ------ */

.footer { 
	clear: both;
	text-align: center;
	padding: 10px 0 10px 0;
	margin: 0;
	border-top: 1px solid #ccc;
	line-height: 1.8em;
}

.footer a { color: #808080; background: #fff; }


