﻿#containerOuter {
    margin: 0 auto;
    max-height: 600px;
    max-width: 900px;
    overflow: visible;
}

#containerInner {
    position: relative;
}

.disponible
{
    position: absolute;
    width: 15px;
    height: 23px;
    border-radius: 6px;
    background-image:url('../images/pinVerde.png');
    /*background-color: #00FF00;*/
}
.apartada
{
    position: absolute;
    width: 15px;
    height: 23px;
    border-radius: 6px;
    background-image:url('../images/pinAmarillo.png');
    /*background-color: #FFFF00;*/
}
.vendida
{
    position: absolute;
    width: 15px;
    height: 23px;
    border-radius: 6px;        
    background-image:url('../images/pinRojo.png');
    /*background-color: #FF0000;*/
}