#med-01-nota-principal {
        width:580px;
        height: 100%;
        background-color:#ffffff;
}
#med-01-nota-principal-izq {
        float: left;
        width: 310px;
        height: 160px;
        padding: 0px;
}

#med-01-nota-principal-der {
        float: left;
        width: 260px;
        height: 130px;
        padding: 15px 5px;
        background-image: url("../imgs/fondo_nota_principal.jpg");
        background-repeat: repeat-x;
}
#med-01-nota-principal-aba {
        float: left;
        width:570px;
        height: 100%;
        padding: 5px 0px;
        border-bottom-width: 2px;
        border-bottom-style: dotted;
        border-bottom-color: #ACCFE8;
}


#med-nota-secundaria {
        margin: 0px;
        float: left;
        width:570px;
        height: 175px;
        padding: 0px;
        border-bottom-width: 2px;
        border-bottom-style: dotted;
        border-bottom-color: #ACCFE8;
}
#med-nota-secundaria-izq {
        float: left;
        width:270px;
        height: 145px;
        padding: 5px;
}
#med-nota-secundaria-der {
        float: left;
        width:270px;
        height: 145px;
        padding: 0px;
}
#med-nota-comun {
        margin: 0px;
        float: left;
        width:570px;
        padding: 5px;
        border-bottom-width: 2px;
        border-bottom-style: dotted;
        border-bottom-color: #ACCFE8;
}
#med-02-cuerpo {
        margin:auto;
        width: 780px;
        height: 100%;
        padding: 15px 5px;
}

#imagen {
        float: right;
        width: 250px;
        height: 100%;
        padding: 4px;
        margin: 0 0 2px 7px;
        display: inline;
        background-color:#E1EBF4;
}

