@charset "utf-8";
/* CSS Document */
#contHome {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	width:716px;
	border: medium black;
}
#izquierda {
	float: left;
	width: 390px;
	position: relative;
}

#izquierda h1 {
	font-size: 20px;
	color:#003366;
	line-height: normal;
		font-weight: bold;
}

#izquierda p {
	font-size: 14px;
	color:#041D53;
	margin-top: 10px;
	line-height: 20px;
}

#derecha {
	float: left;
	position: relative;
	padding-left: 10px;
}

.panel {
	float: left;
	width: 227px;
	padding: 5px;
	position: relative;
}
.panel a { /* agafa tots els a */
	text-decoration:none;
	font-size:12px;
	color:#003366;
	font-weight: bold;
	}
.panel  a:hover {

	color: #6495ed;
}

.imagen {
	margin:5px;
	text-align: left;
	vertical-align: Left;
}
.final {
	clear: both;
	float: none;

