/* CSS Document */


        *{padding:0; border:0; margin:0;}
		body {font-family:arial; padding:20px; background-color: #333333;}
        h2{font-size:16px; margin-bottom:10px; color:#555;}
		
		
 .demo_nav1{
	margin-bottom:5px;
	overflow:visible;
	clear:both;
	padding-top: 5px;
}
  
  .demo_nav2{
	margin-bottom:5px;
	overflow:visible;
	clear:both;
	padding-top: 5px;
}

.demo_nav3{
	margin-bottom:5px;
	overflow:visible;
	clear:both;
	padding-top: 5px;
}
    
.demo_nav4{
	margin-bottom:5px;
	overflow:visible;
	clear:both;
	padding-top: 5px;
}

.demo_nav5{
	margin-bottom:5px;
	overflow:visible;
	clear:both;
	padding-top: 5px;
}

	    
	.demo_nav1 a{
		display:block;
		text-indent:-9999px;
		width:80px;
		height:105px;
		margin-right:5px;
		float:left;
		background-image: url(../images/nav1_oferta.png);
		background-repeat:no-repeat;
		cursor:pointer;
		}
        
		
		.demo_nav2 a{
		display:block;
		text-indent:-9999px;
		width:80px;
		height:105px;
		margin-right:5px;
		float:left;
		background-image: url(../images/nav2_oferta.png);
		background-repeat:no-repeat;
		cursor:pointer;
		}
	
	.demo_nav3 a{
		display:block;
		text-indent:-9999px;
		width:80px;
		height:105px;
		margin-right:5px;
		float:left;
		background-image: url(../images/nav3_oferta.png);
		background-repeat:no-repeat;
		cursor:pointer;
		}
		
	.demo_nav4 a{
		display:block;
		text-indent:-9999px;
		width:80px;
		height:105px;
		margin-right:5px;
		float:left;
		background-image: url(../images/nav4_oferta.png);
		background-repeat:no-repeat;
		cursor:pointer;
		}
		
	.demo_nav5 a{
		display:block;
		text-indent:-9999px;
		width:80px;
		height:105px;
		margin-right:5px;
		float:left;
		background-image: url(../images/nav5_oferta.png);
		background-repeat:no-repeat;
		cursor:pointer;
		}		
		
	#demo_home{background-position:0 0;}
	#demo_home:hover,#demo_home.hover{background-position:0 -105px;}
        
	#demo_blog{background-position:-80px 0;}
	#demo_blog:hover,#demo_blog.hover{background-position:-80px -105px;}
        
	#demo_demo{background-position:-160px 0;}
	#demo_demo:hover,#demo_demo.hover{background-position:-160px -105px;}
        
	#demo_about{background-position:-240px 0;}
	#demo_about:hover,#demo_about.hover{background-position:-240px -105px;}
        

    a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	outline: none;
}
a:hover {
	text-decoration: none;
	outline: none;
}
a:active {
	text-decoration: none;
	outline: none;
	#demo_home:active,#demo_home.active{background-position:0 -105px;
}
