/* 
    Document   : trabajos_contenido
    Created on : 22-oct-2012, 13:40:11
    Author     : dgarcia
    Description:
        Purpose of the stylesheet follows.
*/

@font-face {
    font-family: universLight;
    src: url('http://desarrollo.tsiic.com/mito/fuentes/UniversCE45Light.ttf');
}

root { 
    display: block;
}

#links_iniciales{
    border-top: 1px solid #CCC;
    border-bottom: 1px solid #CCC;
    margin-top: -19px;
    height: 80px;
}

#titulo_trabajo{
    font-size: 18px;
    margin-top: 17px;
    float: left;
    color: #666666;
    font-family: universLight;
}

#filtro_trabajo {
    float: right;
    margin-top: 17px;
    color: #99D6FF;
    width: 146px;
    position: relative;
    height: 23px;
    margin-right: 0px;
    font-family: universLight;
    font-size: 14px;
}

#filtro_trabajo a{
    color: #0099ff;
    position: relative;
    z-index: 6;
    left: 25px;
}

#flechita_filtro_trabajo{
    float: right;
    margin-top: 19px;
    margin-right: -110px;
    position: relative;
    z-index: 6;
}

#desplegable_filtro{
    background-color: #333333;
    display: none;
    width: 106px;
    height: 370px;
    position: relative;
    z-index: 5;
    margin-top: 8px;
    right: 0px;
    top: -40px;
}

#tabla_filtros td.selected {
    color: white;
}

#tabla_filtros td:hover {
    color: white;
}

#tabla_filtros{
   text-align: right;
}

#filtros a{
    color: #999999;
}

#tabla_filtros a{
    position: relative;
    top: 80px;
    left: 25px;
    line-height: 1.5;
    color: #c2c2c2;
}

#todos :hover{
    color: white;
}

#filtros :hover {
    color: white;
}

.trabajo{
    /*width: 306px;*/
    float: left;
    margin-right: 25px;
    padding-bottom: 20px;
    margin-bottom: 25px;
}

.fila_trabajos{
    /*height: 304px;*/
    margin-top: 44px;
    float: left;
    max-width: 240px;
    min-width: 240px;
    /*margin-bottom: 71px;*/
}

.imagen_tr{
    text-align: center;
    line-height: 200px;
    min-height: 250px;
}

.imagen_tr img{
    vertical-align: middle;
}

.tipo_tr{
    font-family: "Wigrum Medium" , Sans Serif, Helvetica, sans-serif;
    /*margin-left: 28px;
    height: 25px;*/
    margin-top: 15px;
    font-size: 18px;
    clear: both;
}

.texto_tipo_tr{
    position: relative;
    /*top: 5px;*/
    color: black;
}

.descripcion_tipo_tr{
    position: relative;
    /*top: 5px;*/
    color: #8f8d8d;
}

.empresa_tr{
    /*clear: both;*/
    margin-top: 19px;
    margin-left: 90px;
    color: #666666;
    /*font-family: universLight;*/
}

#vacio{
    clear: both;
    width: 100%;
    margin-bottom: 90px;
    height: 10px;
}

.grupoColecciones{
    margin-top: 28px;
    margin-left: 25px;
    max-width: 255px;
}

.coleccion{
    font-family: helvetica;
    font-size: 11pt;
    float: left;
    margin: 0px 8px 8px 0px
}

.textoColeccion{
    padding: 4px;
    background-color: #eae8e8;
    border-radius: 3px;
}

.borrar{
    clear: both;
    
}

.tituloContent{
    font-size: 30px;
    text-decoration: underline;
    font-family: "Wigrum Medium" , Arial, Helvetica, sans-serif;
    font-weight: bold;
    text-align: center;
    padding-bottom: 75px;
}

.todos_trabajos{
    overflow: hidden;
    padding-top: 50px;
    padding-bottom: 90px;
    border-top: #b2b2b2 solid 1px;
}