﻿
.videoenti {
    color: orange;
    font-style: italic;
}

.textunder {
    color: blue;
    text-decoration: underline;
}

.textimagen {
    text-align:right;
    color: dimgrey;
}

.pictimagen {
    text-align: center;
    color: dimgrey;
}

div p {

    font-size:14px;
}

li {
    font-size:14px;
}

.texttitulo {
    color: blue;
    text-decoration: underline;
}

.listIndice li {
    font-size: 14px;
    list-style-type: none;
    margin-bottom: 5px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 5px;
    /*padding-left: 200px;*/
}

.olnumsimple li {
    font-size: 14px;
    list-style-type: decimal;
}

.olnumdefine li {
    font-size: 14px;
    list-style-type: decimal;
    margin-bottom: 15px;
}

.olnumsubdefine li {
    font-size: 14px;
    list-style-type: lower-alpha;
    margin-bottom: 5px;
    padding-left: 0px;
    margin-left: 65px;
}