@charset "utf-8";
/* CSS Document */

/* Reiniciar estils */
* {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	text-decoration: none;
	margin: 0;
	padding: 0;
	border: none;
}

/* Taules */
table {
	/* border-collapse: collapse;
	border-spacing: 2px;  <- si vols cellspacing */ 
}

/* Llistes */
li, dt {
	margin-left: 20px;
}

/* Formularis */
input, select, textarea {
	border: #7F9DB9 1px solid;
}

input:focus, select:focus, textarea:focus {
	background-color: #EEEEEE;
}

/* Tipografia */
html {
	font-size: 0.7em;
}

small {
	font-size: 0.9em;
}

/* Blocs de text */
blockquote {
	line-height: 1.7em;
	text-align: justify;
}

p {
	clear: both;
	margin-top: 13px;
	margin-bottom: -5px;
}

/* Regla horitzontal */
hr {
	clear: both;
	margin-top: 10px;
	margin-bottom: 10px;
}

/* MAQUETACIÓ */
body {
	margin: 10px;
}
#container {
	position: relative;
	width: 770px;
	margin: auto;
}
#header {
	line-height: 0;
	margin: 5px;
}
#slogan {
	font-size: 1.2em;
	line-height: 1.2em;
	position: absolute;
	top: 40px;
	right: 30px;
}
#idiomes {
	text-align: right;
	padding: 10px;
	margin: 5px;
}
#banner-corporatiu {
	line-height: 0;
	margin: 5px;
}
#nav {
	margin: 5px;
	padding: 10px;
}
#nav li {
	display: inline;
	margin: 0px;
	padding-right: 50px;
}
#content {
	margin: 5px;
}
blockquote {
	width: 560px;
	float: left;
	min-height: 250px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
*html blockquote {
	height: 245px;
}
#banners {
	width: 175px;
	float: right;
}
#footer {
	width: 740px;
	margin: auto;
}
/* Titols */
h1 {
	font-size: 1.2em;
	padding-bottom: 10px;
}
