/*

	-- -- -- -- -- -- --
	www.ipe-innovaciones.com v.2
	creació del document: 15 novembre 2006
	última modificació: 17 juny 2008

	David Oliveras
	-- -- -- -- -- -- --
		
*/


/* Estils Generals */

body {
	margin-left: 0px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 20px;
	font-family:  "Trebuchet MS", verdana;
	font-size: 12px;
	color: #333333;
	text-align: justify;
	background-color: #cccccc;
}
a:link {
	color: #212020;
}
a:visited {
	color: #212020;
}
a:hover {
	color: #b22f25;
}
a:active {
	color: #212020;
}

/* layouts */

.principal {
		width: 827px;
		margin: auto;
		}

.idiomes {
		padding-top: 150px;
		padding-right: 20px;
		width: 827px;
		margin-top: 10px;
		background-color: cccccc;
		float: left;
		text-align: center;
		}
		
.contingut {
		padding-top: 20px;
		padding-right: 20px;
		width: 827px;
		margin-top: 10px;
		background-image: url(img/fons.gif);
		background-color: #FFFFFF;
		float: left;
		}
		
.esquerra {
	width: 365px;
	padding-top: 35px;
	padding-bottom: 15px;
	padding-left: 52px;
	float: left;
		}
		
.dreta {
	width: 380px;
	padding: 15px;
	padding-top: 35px;
	float: right;
	background-color: #ffffff;
		}
.productes {
	width: 745px;
	padding: 15px;
	padding-top: 35px;
	float: right;
	background-color: #ffffff;
		}
.separacio {	
	padding-left: 15px;
		}
		
.destacats {
	width: 350px;
	font-size: 20px;
	float: left;
	display: inline;
	padding-left: 15px;
	}		
		
.copy {
	float: left;
	width: 750px;
	color: #06276E;
	font-family : verdana;
	font-size : 10px;
	margin-top: 20px;
	padding-left: 55px;
		}

/* link especial copyright */

.link2 {
	color: #cccccc;
	font-family : verdana;
	font-size : 10px;
	text-decoration: none;
    }
a:link.link2, a:active.link2, a:visited.link2 {
	color: #06276E;
	font-family : verdana;
	font-size : 10px;
	text-decoration: none;
    }
a:hover.link2 {
	color: #ffffff;
	font-family : verdana;
	font-size : 10px;
	background-color: #b22f25;
    }
	
/* Noticies */

.fons1 {
	background-color: #ffe6e5;
	width: 366px;
	margin-left: 0px;
	margin-top: 5px;
	border-bottom: 1px #cccccc solid;
	padding: 2px;
	cursor: hand;
	}
.fons2 {
	width: 313px;
	margin-left: 50px;
	margin-top: 5px;
	border-bottom: 1px #cccccc solid;
	padding: 2px;
	cursor: hand;
	}
.titols {
	font-size: 20px;
	color: #06276E;
	font-style: italic;
}

	
/* Newsletter */
.newsletter {
    width: 360px;
	height: 200px;
	font-family: arial;
	font-size: 12px;
	color: #06276E;
	border: #333333 1px dotted;
	padding: 10px;
	text-align: justify;
    background-image: url(img/news.jpg);
	background-position: top;
		}
