@charset "utf-8";
/* CSS Document */

#navcontainer{
	width:900px;
	margin:0;
	height:20px;
	font-family: Arial, Helvetica, sans-serif;            
}
 
#navcontainer ul{margin:0px; padding:0px; list-style-type:none; text-align:center; float:left;}
 
#navcontainer ul li{display:block; float:left; text-align:center;}
 
#navcontainer ul li a{
            color:#FFFFFF;
            text-decoration:none;
            text-align: center;
            height:20px;
            font-size:12px;
            display:block;
            float:left;
            width:auto;
            padding-right:05px;
            padding-left:20px;
            margin:0px;
            background-image:url(../imatges/fonsboto.png)!important;
            background-image:url(../imatges/fonsboto.gif);
            background-repeat:no-repeat;
}
 
#navcontainer ul li a strong{
            font-size:12px;
            color: #FFFFFF;
            display:block;
            line-height:16px;
            background-image:url(../imatges/fonsboto.png)!important;
            background-image:url(../imatges/fonsboto.gif);
            background-repeat:no-repeat;
            height:20px;
            
}
 
#navcontainer ul li a:hover{
            cursor: pointer;
            background-image:url(../imatges/fonsboto1.png)!important;
            background-image:url(../imatges/fonsboto1.gif);
            background-repeat:no-repeat;
            color:#CCCCCC;
}
 
#navcontainer a:active{
            outline:none;
            
}
 
#navcontainer li.active a{ outline:none;
            background-image:url(../imatges/fonsboto1.png)!important;
            background-image:url(../imatges/fonsboto1.gif);
            background-repeat:no-repeat;
                        color:#CCCCCC;
            }
			
			
			
#iblog{
	height: 84px;

	width: 151px;
	position: absolute;
	left: 464px;
	top: 160px;

}

