body {
	background-color:#F0F0F0;
}
body,td,th {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
h1 {
	font-size: 24px;
	color: #000000;
	padding-bottom:0px;
	margin-bottom:0px;
}
h2 {
	font-size: 20px;
	color: #666666;
	padding-bottom:0px;
	margin-bottom:0px;
	
}
.contenedor
{
	width:400px;
	background-color:#FFFFFF;
	margin-left:auto;
	margin-right:auto;
	padding:15px;
}
.subt {
	font-size: 10px;
	color: #FF0000;
	text-transform:uppercase;
	}
.dominio {
	font-size: 14px;
	font-weight: bold;
}
a:link {
	color: #000000;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #333333;
}
a:hover {
	text-decoration: none;
	color: #666666;
}
a:active {
	text-decoration: underline;
}
ul { padding-left:10px; }
.tachado {text-decoration:line-through;}

