body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-size: 13px;
}
body {
	background-color: #80000C;
	background-image: url(pics/html/bg.gif);
	margin-top: 20px;
	margin-bottom: 20px;
}
#contenedor {
	background-color: #80000C;
	border: solid 2px #9F1C20;
	width: 600px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	padding: 20px;
}
h3 {
	font-size: 16px;
	font-weight: bolder;
	color: #DDD66C;
}

strong {
	color: #CCCCCC;
}
small {
	font-size: 11px;
	font-weight: normal;
}
a {
	color:#E78B24;
	text-decoration: none;
}
a.entrar {
	font-size:20px;
	font-weight: normal;
	color:#E78B24;
}
a:hover, a.entrar:hover {
	color:#DDD66C;
}
#verinfo {
	display: none;
}
