body a {
    color: inherit;
    cursor: pointer;
    text-decoration: none;
}

body a:hover {
    text-decoration: line-through;
}


/*///////////Intro//////////*/

@media screen and (max-width:1078px) {
    #contentIntro {
        position: absolute;
        top: 50px;
        left: 140px;
        margin-left: 0px;
    }
}

#pablorasgado {
    position: absolute;
    top: 50px;
    left: 50px;
    color: #f4f4f4;
    font-family: Times New Roman;
    font-size: 12px;
    font-weight: 800;
}

#pablorasgado a:hover {
    color: black;
    font-weight: 800;
}


/*///////////Menu//////////*/

#mainMenu {
    position: fixed;
    font-family: Times New Roman;
    font-size: 12px;
    top: 50px;
    left: 50px;
    color: black;
}

#mainMenu p {
    font-weight: 800;
    margin: 0px;
    padding-bottom: 10px;
}

#mainMenu ul {
    display: block;
    list-style-type: none;
    -webkit-margin-before: 0em;
    -webkit-margin-after: 0em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 0px;
}


/*///////////LAN//////////*/

#lan {
    font-family: Times New Roman;
    z-index: 21;
    font-size: 10px;
    position: fixed;
    top: 0px;
    right: 5px;
    color: #bababa;
}


#headereng {

    padding: 5px;
}

#headeresp {
    padding: 5px;
}

#lan a {
    color: inherit;
    text-decoration: none;
    margin-top: 10px;
}

#lan a:hover {
    text-decoration: line-through;
    /*que se ponga todo en negro, incluida cualquier imagen cuando esta en hover, o que cambie de contenido*/
}


/*///////////Content//////////*/

.mainContent {
    z-index: 1;
    position: absolute;
    top: 50px;
    width: 700px;
    left: 180px;
    font-size: 12px;
    text-align: justify;
}

.current {
    font-weight: bold;
}

.column1 {
    width: 300px;
    padding: 25px;
    float: left;
    padding-bottom: 100px;
    text-align: justify;
}

.bloquetexto {
    height: 200px;
    margin: 0px;
    padding: 0px;
}

.bloquetexto2 {
    height: 405px;
    margin: 0px;
    padding: 0px;
}

.bloquetexto3 {
    height: 608px;
    margin: 0px;
    padding: 0px;
}

.column2 {
    width: 300px;
    padding: 25px;
    float: right;
    padding-bottom: 100px;
    text-align: justify;
}

hr {
    margin: 0px;
    padding: 0px;
}

.hrinvisible {
    color: white;
}

.cita {
    text-align: right;
}

.notasalpie {
    padding-top: 5px;
    font-size: 11px;
}

.fichas {
    font-family: Times New Roman;
    font-size: 14px;
    position: relative;
    z-index: 4000;
    color: black;
}