﻿#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;*/
}
body:nth-of-type(1) img[src*="Blank.gif"]{display:none;}

.spautorizacion
{
    color: #6FA543;
    font-weight: bold;
    font-size: 16px;
}

.sprechazo
{
    color: #FF0214;
    font-weight: bold;
    font-size: 16px;
}