/* CSS Document */
* {        margin: 0;

        padding: 0;

        border: 0;

}

.noMarginLeft{
        margin-left: 0!important;
}

.noMarginRight{
        margin-right: 0!important;
}

.clear{
        	clear: both;
}
body {
	margin:0;
    background-color: #111111;
	font:Tahoma;
	font-size:12px
}
body,td,th {
    color: 666666;
    font-family: Tahoma;
	font-size:12px;
}

#pagina{

    position:absolute;
	top:50%;
    float:left;
	margin-top:-213px;
    width:100%;
    height:426px;
	background:url(../images/interna_02.jpg) right no-repeat;
	background-color:#0A0A0A;	
}
#layer1{
    position:relative;
    float:left;
    width:385px;
    height:405px;
    background: url("../images/interna_01.jpg") no-repeat;
}
#layer2{
    position:relative;
    float:left;
    width:492px;
    height:405px;
	background-color:#0A0A0A;
    /*background: url("../images/ImgHomepage.jpg") no-repeat;*/
}
#layer3{
    position:relative;
    float:left;
    /*width:402px;*/
	width:75px;
    height:405px;
    /*background: url("../images/interna_02.jpg") no-repeat ;*/
}
#menu{
    position:relative;
    float:right;
    margin-top:70px;
    text-align:right;
    margin-right:10px;
}
#menu ul{
    list-style-type: none;
}
#menu ul li{
    margin-top:15px;
}
#secondo{
	position:relative;
	float:left;
	margin-left: 5px;
    list-style-type: none;
}
#secondo ul{
    margin-top:5;
	list-style-type: none;
}

#secondo li{
    margin-top:5;
	
}

#footer{
    position:relative;
    float:left;
    width:100%;
    padding-left:25px;
    font-size:12px;
    padding-top: 3px;
	background-color: #111111;
	bottom:-4px;
}
a{
    color:#666666;
    text-decoration:none;
}
a:hover{
    color:#ffffff;
    text-decoration:none;
}
.selected{
    color:#FFFFFF;
    font-weight:bold;
}

/*--------------------------*/
#interno{
    position:relative;
    float:left;
	padding:30px
}
