body{
	font-family: Trebuchet MS, Verdana, Arial;
	background-color: Aqua;
}

#screen{
	background-repeat: no-repeat;
	width: 800px;
	height: 500px;
	margin-left: auto;
	margin-right: auto;
}

#bocadillo{
	background-image: url(../images/bocadillo.png);
	background-repeat: no-repeat;
	width: 300px;
	height: 197px;
	padding-left: 15px;
	padding-top: 11px;
	float: right;
	margin-right: 100px;
}

#textobocadillo{
	font-size: 16px;
	width: 250px;
}

#characters{
	position: absolute;
	bottom: 0;
	left: 50px;
	overflow: auto;
	width: 95%;
	height: 200px;
	border: 1px solid Gray;
}

#characters ul{
	list-style: none;
}

#characters ul li{
	display: inline;
}

#characters img{
	border:0;
}

input{
	font-family: Trebuchet MS, Verdana, Arial;
	font-weight: 400;
	font-size: 18px;
	line-height: 22px;
	color: #4682B4;
	border: 1px solid Gray;
	padding: 3px;
}

#form{
	width: 500px;
	margin-left: auto;
	margin-right: auto;
}

#form label {
	font-weight: bold;
	margin-right: 4px;
}

#calendar {
	width: 140px;
	border: 2px solid Black;
	background-color: #F2F2F2;
	padding: 0;
}

#year{
	padding: 3px;
	margin: 0;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	border-bottom: 2px solid Gray;
	background-color: #4682B4;
	color: White;
}

#month {
	text-align: center;
	font-size: 18px;
}

#day {
	text-align: center;
	font-size: 28px;
	font-weight: bold;
	border: 1px solid Black;
	width: 50px;
	margin-left: auto;
	margin-right: auto;
}

#time {
	text-align: center;
	font-size: 14px;
}
