/* CSS Document */
html {
	height:100%;
	width:100%;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#bab6aa;
	background-image:url(../imgs/bk.jpg);
	background-position:top;
	background-repeat:repeat-y;
}
body {
	padding:0px;
	margin:0px;
	text-align:center;	
}
object { 
	outline:none; 
}
a{
	color: #bab6aa;
	text-decoration: none;
}
a:hover{
	text-decoration:underline;
}
.head {
	width:886px;
	padding:0px;
	margin:0px auto;
	text-align:left;
	
}
.content {
	width:900px;
	height:auto;
	padding:0px;
	margin:0px auto;
	text-align:left;
}
.bottom {
	clear:both;
	width:886px;
	padding:0px;
	margin:0px auto;
	text-align:left;
}
.pagina{
	color: #333333;
	font-weight:bold;
}
.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;
}
