@charset "utf-8";
/* CSS Document */

* {
	margin: 0px;
	padding: 0px;
}
body {
	display: block;
	padding: 0px;
}
.lap {
	height: auto;
	width: auto;
	margin: 20px;
	border: thin solid #000;
}
.lista {
	height: 200px;
	width: 940px;
	margin-bottom: 10px;
	border-top-width: 5px;
	border-right-width: 5px;
	border-bottom-width: 5px;
	border-left-width: 5px;
	border-top-style: double;
	border-right-style: none;
	border-bottom-style: double;
	border-left-style: none;
	border-top-color: #000;
	border-left-color: #000;
	display: block;
	background-color: #FFF;
}
#logo {
	float: left;
	height: 200px;
	width: 200px;
	display: block;
	text-align: center;
	margin: 0px;
	padding: 3px;
}
#cim {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
	display: block;
}

#iras {
	height: 180px;
	width: 600px;
	float: right;
	margin-right: 40px;
	padding: 10px;
	text-align: center;
	letter-spacing: 0px;
	list-style-type: none;
}
