@charset "utf-8";

.leftBlock{
background:url('../images/layout/line_bg.jpg') repeat-x left 63px;

}

#ContentPlaceHolder1_Content{
	margin-left: 0px !important;
}

.tabContainer{
position:relative;
width:600px;
height:63px;
background:url('../images/layout/big_gray_tab_1.jpg') no-repeat left bottom;
border-bottom:1px #ffffff solid;
}

.tabContainer2{
position:relative;
width:600px;
height:63px;
background:url('../images/layout/big_gray_tab_2.png') no-repeat left top;
}

.tabContainer3{
position:relative;
width:600px;
height:63px;
background:url('../images/layout/big_gray_tab_3.png') no-repeat left top;
}

.tab2{
position:relative;
float:right;
margin:0px 1px 0px 0px;
width:99px;
height:27px;
color:#3b3b3b;
line-height:27px;
text-align:center;
background:#b3b3b3;
}

.tabSelected{
position:relative;
float:right;
margin:0px 1px 0px 0px;
width:84px;
height:27px;
color:#333333;
line-height:27px;
text-align:center;
background:url('../images/layout/small_gray_tab.png') no-repeat left top;
}

.tab{
position:relative;
float:right;
margin:0px 1px 0px 0px;
width:99px;
height:27px;
color:#3b3b3b;
line-height:27px;
text-align:center;
background:url('../images/layout/small_gray_tab_selected.png') no-repeat left top;
}

.tabTitle{
position:absolute;
right:10px;
bottom:0px;
width:590px;
line-height:35px;
height:35px;
color:#333333;
font-family:'FuturaStdLightCondensed',arial,tahoma,verdana;
font-size:24px;
letter-spacing:0px;
word-spacing:0px;
text-transform:uppercase;
text-align:right;
}

.tabTitle2{
position:absolute;
left:50px;
top:0px;
width:550px;
line-height:63px;
height:63px;
color:#333333;
font-family:'FuturaStdLightCondensed',arial,tahoma,verdana;
font-size:24px;
letter-spacing:0px;
word-spacing:0px;
text-transform:uppercase;
text-align:left;
}

.titleSection{
position:relative;
margin:30px auto 0px auto;
width:500px;
height:60px;
border-bottom:1px #5f5e5e solid;
line-height:25px;
text-align:left;
color:#5a5959;
font-family:'FuturaStdLightCondensed',arial,tahoma,verdana;
font-size:25px;
letter-spacing:0px;
word-spacing:0px;
}

.titleSection img{
position:relative;
float:left;
margin:0px;
}

.sectionContent{
position:relative;
margin:20px 25px 30px 25px;
width:550px;
padding:0;
list-style:none;
max-height:1450px;
overflow: hidden;
height: expression(this.scrollHeight > 1451? "1450px" : "auto" );
min-height:100px;
overflow: hidden;
height: expression(this.scrollHeight < 101? "100px" : "auto" );
color:#4b4b4b;
text-align:justify;
}	

.lawsList{
position:relative;
margin:20px auto 50px auto;
width:500px;
padding:0;
list-style:none;
max-height:1000px;
overflow: hidden;
height: expression(this.scrollHeight > 1001? "1000px" : "auto" );
min-height:50px;
overflow: hidden;
height: expression(this.scrollHeight < 51? "50px" : "auto" );
}

.lawsList li{
position:relative;
float:left;
width:430px;
height:50px;
margin:0px 0px 6px 0px;
padding:0px 0px 0px 70px;
line-height:50px;
background:url('../images/layout/law_button_bg_1.png') no-repeat left top;
overflow:hidden;
}

.lawsList li a{
color:#626262;
font-size:12px;
}

.lawsList li a{
color:#626262;
text-decoration:none;
}


.lawsList li:hover{
background:url('../images/layout/law_button_bg_2.png') no-repeat left top;
}
.pdfDownload{
position:relative;
width:500px;
height:50px;
margin:0px auto;
line-height:18px;
font-size:13px;
color:#4b4b4b;
}

.pdfDownload a{
position:relative;
float:left;
margin:0px 20px 0px 0px;
}

ol{
/*list-style-image:url('../images/layout/bullet_1.png');*/
}
ol li{
margin-bottom:10px;
}


.atribucionesButton{
position:relative;
float:left;
margin:0px 0px 8px 8px;
padding:0px;
width:292px;
height:51px;
background:url('../images/layout/atribuciones_button_out.jpg') no-repeat left top;
}
.atribucionesButton:hover{
background:url('../images/layout/atribuciones_button_over.jpg') no-repeat left top;
}

.funcionesButton{
position:relative;
float:left;
margin:0px 0px 8px 8px;
padding:0px;
width:292px;
height:51px;
background:url('../images/layout/funciones_button_out.jpg') no-repeat left top;
}
.funcionesButton:hover{
background:url('../images/layout/funciones_button_over.jpg') no-repeat left top;
}

.legislacionesButton{
position:relative;
float:left;
margin:0px 0px 8px 8px;
padding:0px;
width:292px;
height:51px;
background:url('../images/layout/legislaciones_button_out.jpg') no-repeat left top;
}
.legislacionesButton:hover{
background:url('../images/layout/legislaciones_button_over.jpg') no-repeat left top;
}







