/*
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 : 16-dic-2014, 13:43:26
    Author     : Ecommerce
*/

#map-canvas{
    position: relative;
    height:500px;
    width:100%;
    margin: auto;
    border: 1px solid #036F39;
}

.partesCaptacion{
    width: 33.3%;
    height: 150px;
    position: relative;
    float: left;
    text-align: center;
}

.partesCaptacion img{
    width: 100px;
}
.partesCaptacion span{
    font-size: 20px;
    color: rgb(47,47,47);
}

.mensajeHome img{
    border: 2px solid #036F39;
    padding: 4px;
}

