/*  
Nom del CSS: estil intro
Data de realització: 15/05/2011
Description: Codi CSS per intro Web Acom.
Author: Narcís Bosch
Author URL: http:www.sisostudio.com

*/

body {
	background-color: #fff;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: 'Calibri', 'Lucida Grande', 'Helvetica Neue', Arial, 'Liberation Sans', FreeSans, sans-serif;
	font-size: 13px;
}

.recuadre {
	padding-top: 12px;
}

.footer_intro {
	background-image: url(images_intro/footer_intro.png);
	height: 34px;
	width: 750px;
	background-repeat: no-repeat;
	margin-top: 10px;
	font-size: 11px;
}

.idiomes {
	width: 100%;
	height: 50px;
	margin-top: 6px;
	margin-right: 0px;
	color: #ccc;
	padding-top: 10px;
	font-weight: normal;
	text-align: center;
	font-size: 16px;
}

.idiomes a{
	color: #E51B35;
	text-decoration: none;
	font-weight: normal;
}

.idiomes a:hover{
	color: #999;
}
