@charset "utf-8";

#global {
    max-width: 1280px; min-width: 320px;
    margin: 0 auto;
    text-decoration: none;
}


@import = url ('https://fonts.googleapis.com/css?family=Open+Sans+Condensed:700')
          url ('https://fonts.googleapis.com/css?family=Open+Sans')
          url ('https://fonts.googleapis.com/css?family=Kalam:700');


header{
    border-width: thick;
    border-color: rgb(12,44,91);
    display:flex;
    flex-direction: row;
    background-image: url(img/portada.jpg);
    align-items: center; 
    }

body {
    background-color:rgb(12,44,91);
   }


nav{
    font-family:'OpenSansCondensed', sans-serif;
    font-weight: 700;
    text-align: center;    
}

nav ul{
    list-style: none;
    display: flex;
    line-height: inherit;
    flex-direction: row;
    flex-wrap: nowrap;
    
}

nav ul li a{
    text-decoration: none;
    color: white;
    padding: 1em;
}

main{
    background-color: #0c2c5b;
    display: flex;
    flex-direction: column;
    
}

#noticiastotal { position: absolute; margin-top: 50px; z-index: -15; font-family: 'Open Sans', sans-serif; width:100%; }


.noticias0{
    width: 1277px;
    display: flex;
    flex-direction:column;
    margin-left: 5px;
    font-family: "Open Sans"; sans-serif;
    font-weight: 600;
    background-color: white;
    padding: 15px;
    margin-top: 5px;
    
}

.noticias0 img {
    display: flex;
    overflow: hidden;
    height: 394.54px;
    width: 100%;
    
}
.noticias0 p {
    font-weight: 600;
    line-height: 18px;
    margin-top: 15px;
    color: rgb(12,44,91);
    padding-left: 12px;
    margin-left: 5px;
}

.noticias0 h1 {
    line-height: 35px;
    margin-top: 5px;
    color: rgb(12,44,91);
    padding-left: 12px;
    font-weight: 800;
    }
.noticias0 h1:hover{
    color: #ff2c50;}

.noticias1 {
    display: flex;
    flex-direction: row;
    font-family: "Open Sans"; sans-serif;
    font-weight: 600;}

.noti1 {width: 637.5px;
        margin-right: 5px;
        margin-left: 5px;
        background-color: white;
        padding: 15px;
        margin-top: 10px;
        }

.noti2 {width: 637.5px;
        margin-left: 5px;
        background-color: white;
        padding: 15px;
        margin-top: 10px;}

.noticias1 img {
    display: flex;
    overflow: hidden;
    height: 394.876px;
    width: 100%;
    
}

.noticias1 p {
    font-weight: 600;
    line-height: 18px;
    margin-top: 15px;
    color: rgb(12,44,91);
    padding-left: 12px;
    margin-left: 5px;
}

.noticias1 h1 {
    line-height: 35px;
    margin-top: 5px;
    color: rgb(12,44,91);
    padding-left: 12px;
    font-weight: 800;
    }
.noticias1 h1:hover{
    color: #ff2c50;}

a:link, a:visited{  
    text-decoration:none;
    text-decoration-style: none;
    text-decoration-color: none; }  

.leer{
    display: flex;
    margin-bottom: 0px;
    justify-content: flex-end;
}

.leer a{
    color: #0c2c5b;
    font-family: 'Open Sans', sans-serif;
    font-weight: normal;
    font-size: 15px;      
}

.leer a:hover{
    color: #ff2c50;}


.noticias2 {
    display:flex;
    flex-direction: row;
    font-family:"Open Sans"; sans-serif;
    font-weight:800;
}
.noti3{
    width:424.1px;
    margin-right: 5px;
    background-color:#fafafa;
    padding:15px;
    margin-top:10px;
    margin-left:5px;
    }

.noti4{
    width:424.1px;
    margin-right: 5px;
    background-color:#fafafa;
    padding:15px;
    margin-top:10px;
    margin-left:5px;
    }

.noti5{
    width:424.1px;
    background-color:#fafafa;
    padding:15px;
    margin-top:10px;
    margin-left:5px;
    }

.noticias2 img {
    width:100%;
    overflow:hidden;
    height: 243.457px;
}


.noticias2 h1 {
    font-size:18px;
    padding-left:12px;
    font-weight:800;
    line-height:21px;
    margin-top:10px;
    color:rgb(12,44,91);
    }

.noticias2 h1:hover{
    color: #ff2c50;}

.leer2 a{
    display: flex;
    margin-bottom: 0px;
    justify-content: flex-end;
}

.leer2 a{
    color: #0c2c5b;
    font-family: 'Open Sans', sans-serif;
    font-weight: normal;
    font-size: 15px;}

.leer2 a:hover{
    color: #ff2c50;}

/*
.contenido23 {
	margin: 0 auto;
}*/