

.content.tab2 {
	background-image:url('../img/introduccion/S_G11_U01_L05_graf1-58.png');
		
}

.content.tab2 ul{
    width: 903px;
    position: absolute;
    top: 129px;
    left: 39px;
    color: white;
    font-size: 2.0em;
}

.content.tab2 ul li{
	margin-bottom: 34px;
}

.content.tab2 li:nth-last-child(2){
	margin-bottom: 81px !important;
}

.content.tab2 ul li span{
    position: relative;
    bottom: 6px;
}


/* Tab 3*/



.content.tab3 img{
    height: 554px;
    width: 1194px;
    position: absolute;
    left: 45px;
    top: 10px;
}

.content.tab3 ul{
    width: 725px;
    position: absolute;
    top: 194px;
    left: 50px;
    color: white;
    font-size: 1.5em;
    list-style: none;
    height: 404px;
    margin: 0px;
}

.content.tab3 ul li {
	margin-bottom: 27px;
    height: 67px;
}

.mensajeBlanco{
    position: absolute;
    top: 35px;
    left: 63px;
    color: white;
    font-size: 1.9em;
}

.containerTextArea{
    border-style: solid;
    border-color: #E2E4E7;
    border-width: 4px;
    background: #F1F1F3;
    width: 674px;
    height: 80px;
    position: absolute;
}

.containerTextArea textarea{
    background: transparent;
    border: none;
    resize: none;
    font-size: 1.2em;
    color: #333333;
    margin-top: 3px;
    line-height: 1.2em;
    width: 665px;
    height: 68px;
    overflow-y: auto;
}


.areaParaEscribir{
    margin-left: 94px;
    margin-top: 169px;
}

.text{
    color: #666666;
    font-size: 1.25em;
    position: relative;
    bottom: 5px;
}

.content.tab3 ul li:nth-child(1){
    margin-bottom: 38px;
}

.content.tab3 ul li:nth-child(2){
    margin-bottom: 22px;
}

.content.tab3 ul li:nth-child(3){
    margin-bottom: 37px;
}


