﻿/*body {
    background-image: url(~/img/hospital-pehuajo.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size cover;
    background-attachment: fixed;
   
}
*/

.contenedor {

    background-image: url(../img/hospital-pehuajo.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 500px;
}

.cuadro-noticias {

}