body{
	margin: 0px;
	padding: 0px;
	height: 250px;
	width: 250px;
	background-color: white;
	overflow: hidden;
	display: table;
}
#sabermas_txt, #copiar, #reloj{
	margin: auto;
	padding: 5px;
	height: 250px;
	width: 250px;
	border: 1px solid #E3E3E3;
	display: table;
	overflow: hidden;
}
#reloj{
	background-image: url(causes.jpg);
	background-repeat: no-repeat;
	background-position: top center;
}
#sabermas_txt{
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #666666;
	height: 250px;
	width: 250px;
	display: table;
	overflow: hidden;
}
#sabermas_txt p{
	background-color: #FFFF00;
	margin: 2px;
	padding: 2px;
	border: 2px dotted #FFFF66;
}
.leyenda{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666666;
	text-align: center;
	margin: auto;
}
.dato{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: bolder;
	color: #FFFFFF;
	background-color: #000000;
	padding: 5px;
	text-align: center;
	vertical-align: middle;
	margin-top: 90px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
}
a {
	color:#999999;
}
li{
	position: absolute;
	top: 225px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #E3E3E3;
	z-index: 100;
}
li#ponme{
	left: 5px;
}
li#sabermas{
	right: 5px;
}
textarea{
	height: 170px;
	width: 95%;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	border: 1px dotted #000000;
	color: #FFFFFF;
	background-color: #999999;
}
