html, body, div, b, u, i, center,
label, section {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
    vertical-align: baseline;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}
/* HTML5 display-role reset for older browsers */
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
    line-height: 1;
}

main {
    justify-content: center;
    margin: auto;
    align-content: center;
    display: block;
    width:85%;
    text-align: center;
    background: url("/SAPJI2020/cabeza.jpg") no-repeat;
    background-position: top center;
    background-size: 100%;  
}
#cabecerasap {
    display: flex;
    justify-content: center;
    width: 100%;
    padding: 0% 0%;
    height: 150px;
    background-color: #362975;
}
#cabeza{
    flex: 1;
    max-width: 1130px;
    padding-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
}
/*
#titulo{
    font-size: 20px;
    font-weight: 600;
    margin-top: 10px;
    padding-top: 180px;
    margin-bottom: 40px;
    color: navy;
    width: 100%;
    line-height: 1.2em;
}
*/
#subtitulo{
    text-align: center;
    padding-top: 20vw;
    font-size: 19px;
    font-weight: 500;
    margin-bottom: 40px;
    color: red;
    width: 100%;
    line-height: 1.2em;
}

select {
    font-size: 1.15em;
    height: 30px;
    margin-bottom: 40px;
}
#enviar {
    font-size: 1em;
    height: 30px;
    width: 300px;
    color: red;
    font-weight: bold;
    letter-spacing: 0.03em;
}

