body
{
	/* Opera... */
	padding: 0px; 
	/* ... rest of the world */
	margin: 0px; 
	
	color: #222;
	background-color: white;
}

body, td, p /* ... and other tags hopefully will inherit */
{	
	font: normal 10px Verdana, Arial, Helvetica, sans-serif;
}

span {
	color:#AFAFAF;
}

table
{
	/* Compact tables */
	border-collapse: collapse;
}

td 
{
	padding: 0px;
}

form
{
	/* Compact forms */
	margin: 0px;
}

/* No border on linked images */
a img
{
	border-style: none;
}

hr
{
	height: 1px;
}

/* ========================================================== */

#principal {
	width: 537px;
	height: 377px;
	border: 10px solid #CCC;
	position: absolute;
	left: 50%;
	margin-left: -289px;
	top: 50%;
	margin-top: -209px;
	background-color: #fff;
	padding: 10px;
}

.logo{
	background-color: #F2F2F2;
	padding-top: 20px;
	padding-left: 6px;
	margin-bottom: 5px;
}

.linea {
	padding: 3px 0 3px 0;
	border-top: 1px dashed #999999;
	border-bottom: 1px dashed #999999;
}


#insert {
	width: 100%;
	border: 8px solid #fff;
}


a:link, a:visited
{
	color: #333; font-weight:normal;
	text-decoration: none;
}

/* On mouse over */
a:hover
{
	color: #666;
/*	text-decoration: underline;*/
}

.testi {
	display:none;
}

