/**
    CSS PARA EL INDEX
*/

header{
    
    background-image: url('../img/header_bungalows.jpg');
    
}

.bold{
    font-weight: bold;
}


/*****************************************************

    #bungalow-informacion
*/

.info-bungalow{
    box-shadow: 1px 1px 4px black;
    padding: 15px;
    margin: 15px auto;
    font-size: 1.2em;
}
.info-bungalow ul{
    margin-left: 30px;
}

.otra-info{
    padding: 15px;
}

@media only screen and (min-width: 800px){

    .flex-container{
        display: flex;
        justify-content: space-around;
        flex-wrap: wrap;
    }

    .info-bungalow{
        width: 45%;
    }
}


#mas-info{
    text-align: center;
    margin-top: 30px;
}


#mas-info a{
    display: inline-block;
    width: 300px;
    padding: 15px;
    font-weight: bold;
    text-decoration: none;
    border: 1px solid green;
    background-color: green;
    color: white;
    margin: 10px auto;
}

#mas-info a:hover{
    color: black;
    background-color: white;
}


/****************************************************************

    #bungalow-precios

*/

#bungalow-precios > p{
    text-align: center;
}

table{
    border: 1px solid green;
    width: 100%;
    max-width: 800px;
    margin: 20px auto;
}

tr{
    border: 1px solid green;
    
}
td, th{
    border: 1px solid green;
    padding: 10px;
    
}

th{
    background-color: green;
    color: white;
}

table .precio{
    text-align: right;

    width: 75px;
}

#glamping-precios > p{
    text-align: center;
}

.text-align-left{
    text-align: left;
}



/************************************************************
    #bungalow-introduccion

*/

div.text{
    padding: 15px;
}

.imagenes2{
    display: flex;
    *flex-wrap: wrap;
}

.imagenes2 figure{
    *display: inline-block;
    width: 50%;
}


