@import url(./tabs.css);

.tabs {
	left: 60px;
    top: 90px;
}

.tab-links{
	width: 140px;
    left: 300px;
    top: 100px;
 }

.tab-links li {
    width: 143px;
    height: 143px;
}

.tab-links li:nth-child(1){
    background-image: url(../img/TAREA/S_G11_U05_L02_btn_1.png);
    margin-bottom: 50px;
}
.tab-links li:nth-child(2){
    background-image: url(../img/TAREA/S_G11_U05_L02_btn_2.png);
}
.tab-links li:nth-child(1).active{
    background-image: url(../img/TAREA/S_G11_U05_L02_btn_1a.png);
}
.tab-links li:nth-child(2).active{
    background-image: url(../img/TAREA/S_G11_U05_L02_btn_2a.png);
}

.tab_ {
    width: 1067px;
    height: 558px;
}
.tab_:nth-child(1){
	background-image: url(../img/TAREA/S_G11_U05_L02_graf1.png);
}
.tab_:nth-child(2){
	background-image: url(../img/TAREA/S_G11_U05_L02_graf2.png);
	background-position: 0px 8px;
}

.tab_ p{
	position: absolute;
	font-size: 1.7em;
	color: white;
}
.tab_:nth-child(1) p{
    left: 480px;
    top: 24px;
}
.tab_:nth-child(2) p{
    left: 480px;
    top: 20px;
}