@charset "utf-8";
/* CSS Document */


.inner h1 {
    margin: 0px!Important;
}



.inner h2 {
    margin: 0px;
}


.rowTituloprincipal {

margin:60px 0 10px;

}

.rowTitulos {
    /*background-color:gray;*/
    margin-top:60px;
    margin-bottom:20px;
    padding-top: 5px;
    padding-bottom: 5px;


}


.rowNombres {
    /*background-color:lightgray;*/
    margin-bottom: 10px;

}


.colNombres {
    /*background-color: greenyellow;*/
    padding-top: 5px;
    padding-bottom: 5px;
}




/*PARA ANCHOR CON OFFSET*/
.xtarget:target:before {
    content:"";
    display:block;
    height:90px; /* fixed header height*/
    margin:-90px 0 0; /* negative fixed header height */
}
/*PARA ANCHOR CON OFFSET PARTE 2*/
.xtarget:target { color:#2bbbb3; }


/*--RESPONISVE MEDIA QUERIES--*/

@media screen and (max-width: 360px){
    .header {
        height: 0px;
    }
}

