/*body*/
body {
	background-color:#343433;
	margin:0px;
	font-family: Arial, Helvetica, sans-serif;
	background-repeat: repeat-x;
}
/*contenedores*/
.centrado {
	position:absolute;
	left:50%;
	top:50%;
	width: 600px;
	height: 290px;
	margin-left:-300px;
	margin-top:-145px;
	text-align:center;
}
/*tipos de letra*/
.lletraVINCLES{
	font-size:12px;
	color: #ffffff;
	text-decoration:none;
	margin-left: 18px;
}
.lletraGRIS{
	font-size:11px;
	color: #ababab;
	text-decoration:none;
}
/*flotacions*/
.flotacio_SALTA {
	float:inherit;
	margin-left: 8px;
	margin-bottom: 5px;
}
/*vincles*/
a:link {
	text-decoration:none;
}
a:visited {
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
a:active {
	text-decoration:none;
}
/*marcs*/
.pie_pagina {
	float: left;	
	width: 600px;
	font-size:11px;
	color: #ababab;
	text-decoration:none;	
	text-align:center;	
	margin-top: 45px;	
	padding: 5px;
	border-top-width: 0.2mm;
	border-right-width: 0.2mm;
	border-bottom-width: 0.2mm;
	border-left-width: 0.2mm;
	border-top-style: solid;
	border-top-color: #ababab;
	border-right-color: #ababab;
	border-bottom-color: #ababab;
	border-left-color: #ababab;	
}
