body {
background: #fff;
}

@font-face{font-family: "Sansation"; src: url("http://www.pellegrinituc.com.ar/font2/Sansation_Regular.ttf") format("truetype"); 
}

a:link 
{
text-decoration:none; 
} 

.contenedor {
width: 100%;
background:#ffffff;
max-width: 1366px;
margin: 0 auto;
overflow: hidden;
}

.blockNews {
    width: 90%;
    margin: 0 auto;
    overflow: hidden;
    }
.new10 {
    width: 10%;
    padding: 0.5%;
    float: left;
    }

.new25 {
    width: 25%;
    background: #ffffff; 
    padding: 0.5%;
    float: left;
    }
.new25in {
    height: 300px;
    border-bottom-width: thin;
    border-bottom-style: solid;
    border-bottom-color: #8d8b8b;
    }
.new25in img {
    width: 100%;
    }
.new25in h4 {
    font-family: Sansation;
    color: #03b2f7;
    font-size: 12px;
    margin-bottom: 0px;
    }
.new25in h1 {
    font-family: Sansation;
    color: #000000;
    font-size: 16px;
    }
.new25in a {
        color: #000000;
    }

.foot {
    width: 90%;
    margin: 0 auto;
    overflow: hidden;
    border-top-width: thin;
    border-top-style: solid;
    border-top-color: #8d8b8b;
    }
.new25Foot p {
    font-family: Sansation;
    color: #727070;
    font-size: 12px;
    }
.new25Foot a {
    color: #727070;
    text-decoration:none;
    }

.new33 {
        width: 33%;
        background: #ffffff; 
        padding: 0.5%;
        float: left;
        }
.new33 img {width: 100%;}



.new50 {
    width: 50%;
    background: #ffffff;
    padding: 0.5%; 
    float: left;
    }
.new50in {
    height: auto;
    }
.new50in img {
    width: 100%;
    }

.new50in h4 {
    font-family: Sansation;
    color: #03b2f7;
    font-size: 14px;
    margin-bottom: 0px;
    }
.new50in h1 {
    font-family: Sansation;
    color: #000000;
    font-weight: bold;
    font-size: 30px;
    }
.new50in h1 a {
        color: #000000;
    }
/*Reserva*/
.new50Resource {
    width: 100%;
    }
.new50Resource40 {
    width: 40%;
    float: left;
    }
.new50Resource60 {
    width: 60%;
    height: 238px;
    float: left;
    display: flex;
    align-items: center;
    justify-content: center;
    }
.new50Resource img {
    width: 100%;
    }
.new50Resource p {
    font-family: Sansation;
    color: #000000;
    font-weight: bold;
    font-size: 18px;
    }

.new100 {
    width: 100%;
    height: auto;
    background: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
       
}   
.new100 h1 {
    font-family: Sansation;
    color: #000000;
    font-weight: bold;
    font-size: 60px; 
    text-align: center;
         
}
.new100 h1 a {
    color: #000000;
}
.new100 h2 {
    font-family: Sansation;
    color: #000000;
    font-weight: bold;
    font-size: 40px; 
    text-align: center;
         
}

/*Separador*/
.greyBlock {
    background: #ffffff;
    width: 100%;
    height: 10px;
    float: left;	
    }

@media screen and (max-width: 768px){
    .blockNews {width: 100%; padding: 2%;}
    .new10 {width: 100%; padding: 2%; display: flex; align-items: center; justify-content: center;}    
    .new25 {width: 100%; padding: 2%;}
    .new25in {height: auto;}
    .new25in h4 {font-size: small;}
    .new25in h1 {font-size: large;}
    .new33 {width: 100%; padding: 2%;}

    .new50 {width: 100%; padding: 2%;}
    .new50in {height: auto;}

    .new50in h4 {
        font-family: Sansation;
        color: #03b2f7;
        font-size: small;
        margin-bottom: 0px;
        }
    .new50in h1 {
        font-family: Sansation;
        color: #000000;
        font-size: large;
        font-weight: normal;
        }
    
    .new100 {height: auto;}
    .new100 h1 {font-size: xx-large;}
    .new100 h2 {font-size: xx-large;}

    .new50Resource40 {height: auto;}
    .new50Resource60 {height: auto;}
    .new50Resource p {font-size: large;}
    

    }