#infografiaindice {
    background-image: url("/cwIMAGES/2019/berdintasuna/infografiaindice.png");
    height: 500px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 40px;
    background-repeat: no-repeat;
}

#fondoPanoramaPM {
    background-image: url("/cwIMAGES/personas_mayores_2021_300.png");
    border-radius: 10px;
    width: 300px;
    height: 186px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 40px;
    background-repeat: no-repeat;
}

.tituIMGPM {
    margin-left: auto;
	margin-right: auto;
    text-align: center;	
    font-size: 1.4rem;
    font-weight: bold;
	color: white;
	margin-top: 25px;
	background-color: #01488C;
	width: 90%;
}

#fondoBerdintasuna {
    background-image: url("/cwIMAGES/2015/berdintasuna/fondoBerdintasuna400.jpg");
    border-radius: 10px;
    width: 310px;
    height: 120px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 40px;
    background-repeat: no-repeat;
}

#fondoBerdintasunaTexto {
    background-color: #fdbd03;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    color: #013161;
    font-size: 1.5rem;
    font-weight: bold;
    padding: 5px;
    width: 300px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

@media (min-width: 769px) {
	#fondoPanoramaPM {
        background-image: url("/cwIMAGES/personas_mayores_2021_400.png");
        width: 400px;
        height: 259px;
        padding-top: 90px;
    }	
    #fondoBerdintasuna {
        background-image: url("/cwIMAGES/2015/berdintasuna/fondoBerdintasuna600.jpg");
        width: 600px;
        height: 233px;
        padding-top: 90px;
    }
    #fondoBerdintasunaTexto {
        width: 510px;
    }
}

@media (min-width: 993px) {
    #fondoPanoramaPM {
		background-image: url("/cwIMAGES/personas_mayores_2021_500.png");
        width: 500px;
        height: 290px;
        padding-top: 140px;
    }

.tituIMGPM {
	margin-top: 0px;
    font-size: 1.8rem;
}
    #fondoBerdintasuna {
        background-image: url("/cwIMAGES/2015/berdintasuna/fondoBerdintasuna.jpg");
        width: 900px;
        height: 350px;
        padding-top: 140px;
    }
    #fondoBerdintasunaTexto {
        width: 510px;
    }
}

.ramaArbol {
    color: #337ab7;
    cursor: pointer;
	vertical-align: top;
}

.botoncomoenlace {
    cursor: pointer;
}

.ramaArbol:hover {
    text-decoration: underline;
}