/*
Click nbfs://nbhost/SystemFileSystem/Templates/Licenses/license-default.txt to change this license
Click nbfs://nbhost/SystemFileSystem/Templates/Other/CascadeStyleSheet.css to edit this template
*/
/* 
    Created on : 5 sep 2023, 18:06:57
    Author     : miguel
*/

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

#header {margin:auto; width:500px; font-family:Arial, Helvetica, sans-serif;}

            ul, ol {
                    list-style:none;
            }
            .nav {
                    position:fixed;
            }

            .nav > li {

                    float:left;
            }

            .nav li a {
                    background-color:#000;
                    color:#fff;
                    text-decoration:none;
                    padding:10px 12px;
                    display:block;
            }

            .nav li a:hover {
                    background-color:#434343;
            }

            .nav li ul {
                    display:none;
                    position:absolute;
                    min-width:140px;
            }

            .nav li:hover > ul {
                    display:block;
            }

            .nav li ul li {
                    position:relative;
            }

            .nav li ul li ul {
                    right:-140px;
                    top:0px;
            }
#whatsapp {
   position: fixed;
   bottom: 20px;
   right:20px;
}

svg {
   width: 80px;
   filter: drop-shadow(0 1px 4px rgba(0,0,0,.4));
}
circle {
   fill: #25d366;
}
path {
   fill: #fff;
}



td.capitulo {
   color:blue;
   /* border-bottom: 1px solid #999;
   width: 25%; */
}

td.concepto {
   color:black;
   /* border-bottom: 1px solid #999;
   width: 25%; */
}



