/*Full d'estil per al lloc web de l'Aula Chocovic*/

/*Elements contenidors de la pàgina*/
html,body {
	text-align: center; /*Per centrar la pàgina. Internet Explorer*/
	margin:0;
	padding:0;
	background-image: url(../img/fons_degradat.jpg);
	background-repeat: repeat-x;
}



#idiomas_contenedor {
	width: 446px;
	margin: 90px auto 0 auto;
	color: #3F393F;
	text-align: center;
}



#contenidora {
	width: 446px;
	height: 400px;
	border: 9px solid #949398;
}

td.imatges {
	padding: 0;
	height: 235px;
	vertical-align: top;

}

#idiomes {
	width: 428px;
	border-top: 9px solid #949398;
	border-bottom: 1px solid #949398;
	background-color: #FFF;
}

span.seleccio {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #949398;
	letter-spacing: 1px;
}

span.seleccio a {
	text-decoration: none;
	color: #949398;
}

span.seleccio a:visited {
	text-decoration: none;
	color: #949398;
}

span.seleccio a:hover {
	text-decoration: none;
	color: #CB1000;
}



td.logo {
	padding: 0;
	height: 139px;
	vertical-align:middle;
	text-align: center;
	background-color: #FFF;
}

td.idioma1 {
	text-align: left;
	padding-left: 5px;
}

td.idioma2 {
	text-align: right;
	padding-right: 5px;
}