body {
    background-color: whitesmoke;
    font-family:ubunturegular;
    margin:20px;
} 

header {
    font-family:ubunturegular;
    background-color:white;
    color:#3f5291;
    text-align:center;
    padding:10px;
    background-image:url("pics/Imagen4_V4.jpg");
    background-repeat: no-repeat;
    background-size: 2100px 350px;
}

nav {
    font-family:ubunturegular;
    background-color:#e6e6e6;
    height:670px;
    width:170px;
    float:left;
    padding:10px;
}
a:link {
    text-decoration: none;
    color: #3f5291;
}
a:visited {
    text-decoration: none;
    color: #3f5291;
}
a:hover {
    text-decoration: none;
}
a:active {
    text-decoration: none;
}

section {
    font-family:ubunturegular;
    width:720px;
    font-size:100%;
    float:left;
    padding:15px;
}

sectionwide {
    font-family:ubunturegular;
    width:700px;
    font-size:100%;
    float:left;
    padding:15px;
}

footer {
    font-family:ubunturegular;
    background-color:white;
    color:#3f5291;
    clear:both;
    text-align:center;
    padding:5px;
}

h1{
    color: #3f5291;
    font-size: 200%;
}
h2{
    color: #3f5291;
    font-size: 160%;
}
h3{
    color: #3f5291;
    text-shadow: 2px 2px 4px white;
    font-size: 24px;
    line-height:24px;
    margin-top: 20px;
    margin-bottom: 20px;
}
h4{ 
    color: #3f5291;
    text-shadow: 2px 2px 4px white;
    font-size: 40px;
    line-height:40px;
    letter-spacing:0px;
    margin-top: 15px;
    margin-bottom: 15px;
}
h5{
    color: #3f5291;
    font-size: 110%;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
}

h6{
    color: #3f5291;
    font-size: 300%;
    margin-top: -2px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
}
p#type{
    color: #3f5291;
    margin-top: 25px;
    margin-bottom: 5px;
    font-size: 100%;
    font-weight: bold;
    text-align: left;
    text-transform: uppercase;
}
p#title{
    color: #3f5291;
    text-shadow: 2px 2px 4px white;
    font-size: 160%;
    font-weight: bold;
    margin-top: 0px;
}
p#author{
    color: #3f5291;
    font-size: 110%;
    font-weight: bold;
}
p#affiliation{
    color: #3f5291;
    font-size: 100%;
    font-style: italic;
    margin-top: -2px;
    margin-bottom: 0px;
}
p#abstract{
    text-align: justify;
}
p#fig{
    margin-left: auto;
    margin-right: auto;
    width: 80%;
}
p#caption{
    font-style: italic;
    margin-left: 10px;
    margin-right: 10px;

}
p#ref{
    font-size: 90%;
    margin-top: 0px;
    margin-bottom: 0px;
}
p#chair{
    color: black;
    font-size: 100%;
}


/* blocks */
.abstract {
    display:none;
}
.abstract:target {
    display:block;
    padding:0px 0px 0px 0px;
}

ul {
    color: #3f5291;
    color: black;
}
ul span{
    color: #000;
}

ul#menu {
    padding: 10px;
    font-size: 140%;
    line-height:150%;
}
ul#menu li {
    display: left;
    color:#3f5291;
}
ul#menu li a {
    color: #3f5291;
    padding: 0px;
    text-decoration: none;
    border-radius: 0px 10px 10px 0px;
}
ul#menu li a:hover {
    background-color: gray;
    padding:5px 0px 5px 0px;
}

table#border {
    cellpadding:3;
    width:32%;
    border: 3px solid #3f5291;
    border-collapse: separate;
    margin:4px;
}

table#border_new {
    cellpadding:3;
    width:50%;
    border: 3px solid #3f5291;
    border-collapse: separate;
    margin:4px;
}

table#border_renew {
    cellpadding:3;
    width:100%;
    border: 3px solid #3f5291;
    border-collapse: separate;
    margin:4px;
}


table#noborder {
    cellpadding:3;
    width:100%;
    border: 3px solid whitesmoke;
    border-collapse: collapse;
}
ol#border {
    cellpadding:3;
    width:655px;
    border: 3px solid #3f5291;
    border-collapse: collapse;
}

div#border {
    cellpadding:3;
    width:100%;
    border: 3px solid #3f5291;
    border-collapse: collapse;
}

@media print {
@page { margin: 2cm 0.6cm 2cm 0.6cm; }
}

/* @import url("fonts/overpass-master/Webfonts/recommended.css"); */
@font-face {
    font-family: 'ubunturegular';
    src: url('../fonts/ubuntu-r-webfont.woff2') format('woff2'),
         url('../fonts/ubuntu-r-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
