*
{
    text-align: center;
    margin: 0px;
    padding: 0px;
}

body
{
    background-color: white;
}


header
{
    width: 100%;
    background-color: white;
    text-align: center;
    box-shadow: 0px 1px 2px #003366;
    position: fixed;
}

.sectionheader1
{
    display: inline-flex;
    vertical-align: middle;
    text-align: center;
}

.sectionheader2
{
    display: inline-flex;
    vertical-align: middle;
    text-align: center;
}

button
{
    background: none;
    border: none;
    font-family: 'Proza Libre', sans-serif;
    font-size: 16px;
    margin-left: 2px;
    margin-right: 2px;
    
}

button:hover
{
    text-shadow: 0px 0px 1px #003366;
}

.textbutton:link
{
    color: #003366;
    text-decoration: none;
}

a:link
{
    color: #003366;
}

a:hover
{
    color: #003366;
}

a:visited
{
    color:#003366;
}

.sectiondivnav
{
    margin: auto;
    width: 100%;
    height: 80px;
    background-color:white;
}

.sectionindex1
{
    margin: auto;
    width: 100%;
    height: 300px;
    background-image: url(imagenes/wallpaperindex1.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding-top: 150px;
}

.imgclickplataforma
{
    border-radius: 30px;
    width: 90%;
    max-width: 800px;
    height: auto;
    min-width: 350px;
    box-shadow: 0px 0px 3px #003366;
}

.imgcursos
{
    margin: 5px;
    width: 95%;
    max-width: 300px;
    height: auto;
}

.imgcursoshorizmini
{
    margin: 5px;
    width: 95%;
    max-height: 300px;
    width: auto;
}

.imgcursoshoriz
{
    margin: 5px;
    width: 98%;
    max-width: 800px;
    height: auto;
}

h1
{
    font-family: 'Lato', sans-serif;
    margin-bottom: 10px;
    color: #000066;
}

h2
{
    font-family: 'Proza Libre', sans-serif;
    margin-bottom: 10px;
    color: #000066;
}

.ptextmain
{
    font-family: 'Lato', sans-serif;
    font-size: 21px;
    line-height: 1.5;
    margin-bottom: 20px;
    margin-left: 30px;
    margin-right: 30px;
    text-align: justify;
}

hr
{
    width: 80%;
    text-align: center;
    margin: auto;
    margin-bottom: 20px;
    color: red;
}

.imghome
{
    width: 90%;
    max-width: 800px;
    height: auto;
}

footer
{
    background-color: #003366;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #ffffff;
    font-family: 'Open Sans', sans-serif;
    font-size: 20px;
}