/* CSS Document */

body {
	background: url(images/background22.jpg) repeat-x; 
	background-color: #F9F9F9;
	margin: 0; 
	padding: 0; 		 
	font-family: Tahoma, Arial;
	font-size: 12px;
	color: #666666;
}
b { font-weight:normal; }

h1{	font-size: 18px; color: #666666; border-bottom: 1px dashed #CCCCCC; padding-top: 0px; padding-bottom: 8px;}
h3 {
	font-size: 14px;
	font-weight: bold;
	color: #666666;
	background-color: #FFFFFF;
	padding: 5px;
	border-left: 4px solid #E0E0E0;
}
HR { color: #CCCCCC; height: 1px; border: 1px dashed; }
ul{
	padding: 0px;
	margin: 5px;
}
li{
	padding: 0px;
	margin: 0px;
	list-style: square inside;}

a:link { color: #336699; text-decoration: none; font-size: 11px;}
a:visited { color: #336699; text-decoration: none; font-size: 11px;}
a:hover { color: #646F84; text-decoration: underline; font-size: 11px;}


/*Wrapper */
#wrapper {
	width: 700px;
	margin-left: auto;
	margin-right: auto;}

#logo  {
	width: 700px;
	height: 253px;}

#wrapper-inc	{
	width: 700px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;}
	
.content	{
	width: 510px;
	border-right: 3px solid #EBEBEB;
	padding-left: 10px;
	padding-right: 10px;
	margin-top: 5px;
	float: left;}
	
.mainfont {	
	color: #000000;}
	
.right-menu {
	width: 140px;
	float: right;
	margin-top: 5px;
	padding-left: 5px;
	padding-right: 5px;}

.oferta {
	padding-left: 5px;
	color: #666666;
	background-color: #FFFFFF;
	border-left: 5px solid #CCCCCC;

}

.title {
	padding-left: 5px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #666666;}

/* MAIN */

#bottom {
	background: url(images/bottom.jpg) repeat-x;
	border-top: 5px solid #EBEBEB;
	padding-top: 5px;
	float: left;
	width: 100%;
	height: 30px;
	text-align: center;}

.bottom-txt {

 	font-size: 10px;}

a#extralink {	
	position: absolute;	
	right: 0;	
	top: 0;
	display: block;	
	height: 90px;	
	width: 100px;	
	background: url(img/link.png) top right no-repeat !important;	
	background: none;
	text-indent: -999em;	
	text-decoration: none;	
	cursor: hand;}

/* END */		