/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 09-nov-2018, 8:40:00
    Author     : Laura García Bretón
*/
.logo{
    width: 277px;
    height: 60px;
}
h1{
    font-family: 'Montserrat', sans-serif;
    color:#b3343b;
    margin-bottom: 0px;
    font-size: 20px;
    margin-top: 50px;
}
h2{
    font-family: 'Montserrat', sans-serif;
    margin-top: 0px;
    color:#424242;
}
h4{
    font-family: 'Montserrat', sans-serif;
    color:#424242;
    font-size:13px;
    font-style: italic;
    margin-top: 0px;
}
p, ul li, ol li {
    font-family: 'Montserrat', sans-serif;
    color:#424242;
    font-size:14px;
    line-height: 18px;
}
a{
 font-family: 'Montserrat', sans-serif;
    color:#333;
    font-size:14px;
    line-height: 18px;  
    text-decoration: none;
}
.button{
    background: #b3343b;
    color: #ffffff;
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
    padding: 10px 25px;
    display: inline-block;
    margin: 13px;
}/*
.noticiaHijo{
    margin-left: 35px;
}
.noticiaHijo h1{
    color: #5995e7;
}*/
