/* CSS Document */

body {
  background-color: #F2EBE1;
  background-image: url("imacab.jpg");
	background-repeat: no-repeat;
	background-attachment: fixed; 
	
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	overflow:hidden;
}

#pinferior {
	position:absolute;
	bottom: 0px;
	left: 0px;
	overflow: hidden; /*Disable scrollbars. Set to "scroll" to enable*/
}

#logo {
	position:absolute;
	bottom: 180px;
	right: 50px;
	 
}

#llengua {
	position:absolute;
	bottom: 150px;
	right: 225px;
	
	
}


#contador {
	position:absolute;
	bottom: 40px;
	right: 40px;
	
	
}

/* estils tipografies */

.Estilo1 {font-family:Verdana, Arial, Helvetica, sans-serif;  
	font-weight: bold; font-size: 9px; color: #F2EBE1;}


td {
	text-align: center;
	font-weight: bold;
	font-size: 11px;
	font-family: verdana, sans-serif;
	color: #833810;


}	
	a:link {
	color: #833810;
	text-decoration:none;
}

a:visited {
	color: #833810;
	text-decoration:none;
}

a:active {
	color: #833810;
	text-decoration:none;
}

a:hover {
	color:#3B1816;
	text-decoration:none;
}



