*
{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: Arial;
    color: white;
    text-align: center;
    font-size: 20px;
}

body
{
    width: 100%;
    margin: auto;
    background-color: #880000;
    background-image: url(imagenes/fondoponcho.jpg);
}

header
{
    width: 100%;
    margin: auto;
    padding-top: 15px;
    padding-bottom: 10px;
}

.imglogoheader
{
    width: 96%;
    max-width: 800px;
    height: auto;
    max-height: 80px;
}

.franjaponchohorizontal
{
    height: 30px;
    background-color: black;
    background-image: url(imagenes/lineaponcho.jpg);
}

main
{
    width: 100%;
    margin: auto;
    padding: 20px;
}

h1
{
    margin-bottom: 15px;
    text-shadow: -1px -1px 1px black, 1px 1px 1px black, 2px 2px 1px black, 3px 3px 1px black;
    font-size: 24px;
}

h2
{
    margin-top: 15px;
    margin-bottom: 15px;
    text-shadow: -1px -1px 1px black, 1px 1px 1px black, 2px 2px 1px black, 3px 3px 1px black;
    font-size: 21px;
}

h3
{
    margin-top: 15px;
    margin-bottom: 15px;
    text-shadow: -1px -1px 1px black, 1px 1px 1px black, 2px 2px 1px black, 3px 3px 1px black;
    font-size: 20px;
}

.optbuscador
{
    color: #000000;
}

.txtform
{
    background-color: #000000;
    color: #ffffff;
    width: 350px;
    margin-top: 10px;
    border-radius: 5px;
}

.btnbuscar
{
    background: #000000;
    border: 1px solid #ffffff;
    margin-top: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 15px;
    padding-right: 15px;
    border-radius: 5px;
}

nav
{
    width: 100%;
    margin: auto;
    text-align: center;
    column-count: 7;
    column-gap: 5px;
    line-height: 1.5;
    text-shadow: 0px 0px 1px black, 1px 1px 1px black;
}

p
{
    text-shadow: 0px 0px 1px black, 1px 1px 1px black, 2px 2px 2px black;
    line-height: 1.5;
}

.sectiondiscos
{
    display: inline-flex;
    margin-bottom: 20px;
}

.articlediscos
{
    width: 310px;
    height: auto;
    margin-left: 5px;
    margin-right: 5px;
}

a
{
    vertical-align: top;
}

a:link
{
    color: white;
}

a:hover
{
    color: white;
}

a:visited
{
    color: white;
}

.ah1:link
{
    font-size: 24px;
}

.aindexhome:link
{
    font-size: 20px;
}

.imgtapadiscomini
{
    box-shadow: 0px 0px 1px #000000, 0px 0px 2px #000000, 0px 0px 3px #000000, 0px 0px 4px #000000;
    margin: 5px;
    border-radius: 20px;
    width: 96%;
    max-width: 300px;
    height: auto;
    max-height: 300px;
}

.imgtapadiscomini:hover
{
    box-shadow: 0px 0px 1px #ffffff, 0px 0px 2px #ffffff, 0px 0px 3px #ffffff,0px 0px 4px #ffffff, 0px 0px 5px #ffffff, 0px 0px 6px #ffffff, 0px 0px 7px #ffffff;
}

.imgtapadisco
{
    box-shadow: 0px 0px 1px #000000, 0px 0px 2px #000000, 0px 0px 3px #000000, 0px 0px 4px #000000;
    margin: 5px;
    border-radius: 20px;
    width: 96%;
    max-width: 400px;
    height: auto;
    max-height: 400px;
}

.imgtapadisco:hover
{
    box-shadow: 0px 0px 1px #ffffff, 0px 0px 2px #ffffff, 0px 0px 3px #ffffff,0px 0px 4px #ffffff, 0px 0px 5px #ffffff, 0px 0px 6px #ffffff, 0px 0px 7px #ffffff;
}

footer
{
    width: 100%;
    margin: auto;
    padding-top: 10px;
    padding-bottom: 5px;
    background-color: black;
    background-image: url(imagenes/lineaponcho.jpg);
}

.imgsocialnetworkscontact
{
    width: 90px;
    height: 90px;
}

.imgsocialnetworks
{
    width: 50px;
    height: 50px;
    margin: 5px;
}

iframe
{
    border: none;
    width: 100%;
    height: 170px;
}

.alinkaside
{
    text-decoration: none;
}

.imgbanners
{
    width: 96%;
    max-width: 240px;
    height: auto;
    margin: 10px;
    border-radius: 10px;
}

@media only screen and (max-width: 3500px)
{
    nav
    {
        column-count: 6;
    }
}

@media only screen and (max-width: 1800px)
{
    nav
    {
        column-count: 5;
    }
}

@media only screen and (max-width: 960px)
{
    nav
    {
        column-count: 4;
    }
}

@media only screen and (max-width: 720px)
{
    nav
    {
        column-count: 3;
    }
}

@media only screen and (max-width: 480px)
{
    nav
    {
        column-count: 2;
    }

    main
    {
        padding: 5px;
    }

    .txtform
    {
        width: 95%;
    }

}