﻿
/*TIPOGRAFIAS*/

@font-face {
	font-family: "gobCL";
	src: url("/Fuentes/gobCL_Regular.eot");
	src: url("/Fuentes/gobCL_Regular.eot?#iefix") format("embedded-opentype"),
	     url("/Fuentes/gobCL_Regular.woff") format("woff"),
	     url("/Fuentes/gobCL_Regular.ttf") format("truetype"),
	     url("/Fuentes/gobCL_Regular.svg#kimberley") format("svg");
}

.gobcl {font-family: "gobCL", Verdana, sans-serif; }


/* Estilos Resultados
************************************************************/

.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:0px;
    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:70px;
    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:50%;
    float:left;
}

p.title-fcierre, p.value-fcierre
{
    font-family:Trebuchet MS;
    font-weight:bold;
    color:#666666;
    font-size:12px;
    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;
}

.publicada 
{
    background:url(../Images/iconos/ic-pub.png) no-repeat;
}


#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;
}

/* Adicionales
*********************************/
.barra-margen-superior { margin-top:134px; }
.barra-estatica { position:fixed; top:0px; z-index:1000; height:132px;}
.barra-estatica-idBotonera { position:fixed; top:0px; z-index:1000; margin-top:10px; height:50px; background-color:#ffffff;}

.Oculta { display:none; }
.Muestra { display:block; }
.posicion-absoluta { position:absolute; z-index:20000; }

.left { float:left; }
.right { float:right; }
.css-clear { clear:both; overflow:hidden; } 
.bordes { border:#ccc 0px solid; }
.bordes-bajo { border:#ccc 1px solid;  border-top:0px; margin-top:0px; padding:10px; }
.borde-redondos { border-radius: 4px; }


/*input type*/
input[type='search'].bordes-gris333 { border:#ccc 1px solid; }
input[type='text'].bordes-gris333 { border:#ccc 1px solid; padding:5px; }

/* Colores de fuentes */
.azul {color:#135799;}
.rojo {color:#C40606;}
.verde {color:#009900;}
.naranjo {color:#ef8715;}
.gris_1 {color:#999999;}
.gris_2 {color:#666666;}
.gris_3 {color:#333333;}

.margen-top-8px { margin-top:8px; }
.margen-derecha { margin-right:10px; padding-right:5px;}
.margen-izquierda { margin-left:10px; padding-left:10px;}

.borde-derecho { border-right:#dfdfdf 1px solid;}
.borde-izquierdo { border-left:#dfdfdf 1px solid;}


/* Fondos */
.bg-blanco { background-color:rgba(255,255,255,1);}

.negrita { font-weight:bold; }
.italica { font-style:italic; }

/* Contenedores
*********************************/
.contenedor-al-ancho { width:99%; }
.contenedor-principal { padding-left:10px; padding-right:10px; }
.contenedor-margen5 { padding:5px; }
.align-center-paginacion { margin:0px auto; width:300px; }

.place-holder { color:#999; }

