/* CSS Document */
html {
	height:100%;
	font-family:arial;
	font-size:11px;
	color: #666666;
	background-image:url(../imgs/bk.png);
	background-repeat:repeat-x;
}
body {
	padding:0px;
	margin:0px;
	text-align:center;
}
.head {
	width:980px;
	padding:0px;
	margin:0px auto;
	text-align:left;
}
.content {
	width:980px;
	padding:0px;
	margin:0px auto;
	text-align:left;
	
}
.bottom {
	clear:both;
	width:980px;
	padding:0px;
	margin:0px auto;
	text-align:left;
}
a{
	color: #00a651;
	text-decoration: none;
}
a:hover{
	color: #ed1b2e;
	text-decoration: none;
}
.pagina{
	color: #ed1b2e;
	font-weight:bold;
}
b {
	color:#00a651;
}
strong {
	color:#8d8d8d;
}
.left{
	float:left;
}
.right{
	float:right;
}
.absolute{
	position:absolute;
}
.cursor{
	cursor:pointer;
}
.relative{
	position:relative;
}
.clearL{
	clear:left;
}
.clear{
	clear:both;
}
.bold{
	font-weight:bold;
}
.size12{
	font-size:12px;
}
.size13{
	font-size:13px;
}
.size14{
	font-size:14px;
}

.suprema{
  margin:5px 5px 15px 5px;
}

