#piri {
	height: 166px;
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	color: #CCD0DD;
	background-image: url(../images/head.jpg);
	background-repeat: no-repeat;
	text-align: right;
	vertical-align: bottom;
}
#nav {
	position: relative;
	left: 0px;
	bottom: 0px;
	height: 30px;
	width: 700px;
}
#content {
	background-color: #1e212c;
	height: 534px;
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #CCD0DD;
}
#sidea {
	float: left;
	height: 510px;
	width: 140px;
	background-repeat: no-repeat;
	background-position: left top;
	background-image: url(../images/sidea.jpg);
}
#sideb {
	background-repeat: no-repeat;
	background-position: right top;
	height: 510px;
	width: 140px;
	float: right;
	background-image: url(../images/sideb.jpg);
}
#contenido {
	background-color: #1e212c;
	background-position: center top;
	height: 500px;
	width: 420px;
	float: left;
	overflow: auto;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #CCD0DD;
	
}

#pie {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	color: #FFF;
	text-align: center;
	clear: both;
	background-color: #000;
}


ol.tl {
	font-size : 10px;
	font-family : Verdana, Geneva, sans-serif;
	color: #CCD0DD;
}


td.trans {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
}


.border {
	border:2px;
	border-thickness: 2px;
	border-color: #B0B0B0;
	border-style: solid;
}

a:link {
	color : #b1d750;
	text-decoration : underline;
}

a:visited {
	color : #b1d750;
	text-decoration : underline;
}
a:hover {
	color : #F00;
	text-decoration : underline;
}
