﻿.sugTitResOrd 
{
    float:left;
    width:57%;
}
#ordenamiento
{
    clear:both;
    padding: 10px 0 10px 10px;
    width: 100%;    
}

#ordenamiento a
{
    text-decoration:underline;
    color:#333333;
    font-family:Trebuchet MS;
    font-size:12px;
    font-weight:bold;
}


div.separador-item
{
    margin: 0 10px 10px 10px;
    padding-left: 10px;
    border-top: 1px dashed #333333;
    width: 95%;
    text-align:center;
    float:left;
}

div.container-item-licitacion
{
    margin: 10px 10px 10px 5px;
    padding: 0px;
    width: 100%;
    text-align:left;
    float:left;
}

div.container-izq
{
    float:left;
    width:63%;
}

div.container-der
{
    float:right;
    width:33%;
}

div.lic-links
{
    font-family:Trebuchet MS;
    font-weight:bold;
    padding-left:60px;
    width:100%;
}

a.link-lic-ficha-nombre
{
    color:#333333;
    font-size:14px;
    float: left;
    width:63%;
    text-decoration:underline;
}

a.link-lic-ficha-id
{
    color:#333333;
    font-size:12px;
    padding-left:10px;
    width:20%;
    text-decoration:underline;
}

a.link-comprador
{
    color:#333333;
    font-size:12px;
    padding-top: 10px;
    float:left;
    width:88%;
    text-decoration:underline;
    cursor:pointer;
}

div.lic-descripcion
{
    padding-left:60px;
    padding-top: 20px;
    width:88%;
    margin-top: 15px;
    font-family:Trebuchet MS;
    font-size:12px;
    font-weight:normal;
    color:#666666;
}

div.lic-fecha
{
    width:65%;
    float:left;
}

p.title-fcierre, p.value-fcierre
{
    font-family:Trebuchet MS;
    font-weight:bold;
    color:#666666;
    font-size:14px;
    width: 100%
}

div.lic-enlace-redsocial
{
    float:right;
    width:100%
}
div.lic-enlace
{
    float:right;
    width:100%;
}

div.lic-enlace a.link-ficha
{
    font-family:Trebuchet MS;
    font-size:12px;
    font-weight:bold;
    color:#0063AC;
    text-decoration:underline;
}

div.lic-redsocial
{
    width:100%;
    float:right;
}


/*Divs imagenes de estado*/
.adjudicada,.cerrada,.desierta,.publicada,.revocada,.suspendida
{
   width:45px;
   height:48px;
   float:left;
}
.adjudicada 
{
   background:url(../../Content/images/buscador/ic-adj.png) no-repeat;
}

.cerrada 
{
    background:url(../../Content/images/buscador/ic-cerrada.png) no-repeat;
}

.desierta 
{
    background:url(../../Content/images/buscador/ic-desierta.png) no-repeat;
}

.publicada 
{
    background:url(../../Content/images/buscador/ic-pub.png) no-repeat;
}

.revocada 
{
    background:url(../../Content/images/buscador/ic-revoc.png) no-repeat;
}

.suspendida 
{
    background:url(../../Content/images/buscador/ic-susp.png) no-repeat;
}

/*Descomentar si se quiere mostrar los botones de acción */
/*
.accion-adjudicada
{
    background-image:url(../../Content/images/buscador/ic-bot-act.png);
    float: right;
    height: 52px;
    margin-right: 10px;
    width: 48px;
}

.accion-adjudicada:hover
{
    background-image:url(../../Content/images/buscador/ic-bot-act-press.png);
}

.accion-cerrada
{
    background-image:url(../../Content/images/buscador/ic-acta.png);
    float: right;
    height: 52px;
    margin-right: 10px;
    width: 48px;
}

.accion-cerrada:hover
{
    background-image:url(../../Content/images/buscador/ic-acta-press.png);
}

.accion-desierta
{
    background-image:url(../../Content/images/buscador/ic-des.png);
    float: right;
    height: 52px;
    margin-right: 10px;
    width: 48px;
}

.accion-desierta:hover
{
    background-image:url(../../Content/images/buscador/ic-des-press.png);
}
*/
.accion-publicada
{
    background-image:url(../../Content/images/buscador/icofertar.png);
    float: right;
    height: 52px;
    margin-right: 10px;
    width: 48px;
    cursor:pointer;
}

.accion-publicada:hover
{
    background-image:url(../../Content/images/buscador/icofertar-press.png);
}

#blanket 
{
    background-color:#111;
    opacity: 0.65;
    filter:alpha(opacity=65);
    position:absolute;
    z-index: 9001;
    top:0px;
    left:0px;
    width:100%;
}

#popUpDiv
{
    position: absolute;
    background-color: #eeeeee;
    width: 500px;
    height: 300px;
    z-index: 9002;
}

#popUpDivComprador
{
    position: absolute;
    background-color: #ffffff;
    height: 235px;
    z-index: 9002;
    margin-right:2px;
}
