/* ========================================================================
------------------------------------ NEWS ---------------------------------
==========================================================================*/
#news-frame{
    width: 100%;
    float: left;
    min-height: 450px;
    padding-top: 15px;
}
#news-frame .news_container{
    float: left;
    border-top: 1px solid #ccc;
    padding-top: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
}
#news-frame .news_container .news-image{
    width: 100px;
    height: 66px;
    float: left;
    margin-right: 15px;
}
#news-frame .news_container span.date{
    display: block;
    width: 100%;
    font: 600 12px 'Open Sans', Arial, Sans-Serif;
    color: #ED3237;
}
#news-frame .news_container .news_title{
    display: block;
    color: #373838;
    line-height: 17px !important;
    font: 600 15px 'Open Sans', Arial, Sans-Serif;
}
#news-frame .news_container .news_body{
    display: block;
    color: #373838;
    font: 600 13px 'Open Sans', Arial, Sans-Serif;
    color: #6d6f71;
}

/* =============================================================================
------------------------------ NOTICIA DESTACADA --------------------------------
=============================================================================== */
#news-frame .news_container.starred{
    background-color: #ED3237;
    color: #fff!important;
    float: left;
    padding: 0px 10px 0px 0px;
    margin: 0px 15px 15px 0px;
    border-top: none;
    max-height: 195px;
    overflow: hidden;
}
#news-frame .news_container.starred .news-image{
    width: 295px;
    height: 195px;
    float: left;
}
#news-frame .news_container.starred span.date{
    color: #fff!important;
    margin: 15px 0px 0px 15px;

}
#news-frame .news_container.starred .news_title{
    color: #fff!important;
    margin-left: 15px;
}
#news-frame .news_container.starred .news_body{
    color: #fff!important;
    margin-left: 15px;
}
/* =============================================================================
-------------------------------- BUSCADOR --------------------------------------
=============================================================================== */
#secondary-col #search-news-frame{
    float: right;
    width: 320px;
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #cccccc;
    border-left: 1px solid #cccccc;
}
#secondary-col #search-news-frame form{
    margin-left: 15px;
}
#secondary-col #search-news-frame #form_text{
    border: 1px solid #cccccc;
    background-color: #fff;
    font: normal 11px 'Open Sans', Arial, Sans-Serif;
    color: #434040;
    text-indent: 5px;
    height: 28px;
    padding: 0;
    margin: 0;
    width: 272px;
    height: 27px!important;
}
#secondary-col #search-news-frame .search {
    text-indent: -99999px;
    cursor: pointer;
    float: right;
    border: none;
    width: 27px;
    height: 28px;
    display: block;
    background-color: transparent;
    background-repeat: no-repeat;
    background-image: url(/images/frontend/autos/sprite-a9cvkie9.png);
    background-position: -224px -153px;
}
#secondary-col #search-news-frame .search:hover {
    background-position: -253px -153px;
}
.autos #secondary-col #search-news-frame .search:hover, 
.empleos #secondary-col #search-news-frame .search:hover{
    background-position: -252px -153px;
}
#secondary-col #search-news-frame input.submit{
    -webkit-appearance: none;
    border: none;
    color: #ffffff;
    background-color: #ED3237;
    text-align: center;
    font: normal 11px 'Open Sans', Arial, Sans-Serif;
    height: 30px;
    padding: 0;
    margin-top: 10px;
    text-transform: uppercase;
    cursor: pointer;
    width: 86px;
    float: right;
}
#secondary-col #search-news-frame p.results{
    margin-left: 15px;
    margin-bottom: 10px;
    color: #6d6f71;
    font: 700 16px 'Open Sans', Arial, Sans-Serif;
}
/* =======================================================================
------------------------------ NOTICIA DESPLIEGUE ------------------------
======================================================================== */
.news_despliegue{
    width: 100%;
    float: left;
    border-top: 1px solid #ccc;
    padding-top: 5px;
}
.news_despliegue .news-brief{
    margin-bottom: 5px;
    border-bottom: 1px solid #ccc;
    float: left;
    width: 100%;
}
.news_despliegue .news-brief .date{
    float: left;
    font-weight: 600;
    color:#ED3237;
    margin-right: 5px;
}
.news_despliegue .news_body{
    float: left;
    padding: 5px 15px 15px 0px; 
}
.news_despliegue #news-actions{
    float: right;
    margin-right: 15px;
}
#news-actions ul li {
    font-weight: 600;
    color: #ED3237;
    float: left;
}
#news-actions ul li.icon.facebook a img{
    display: none;
}
#news-actions ul li a {
    width: 22px;
    height: 22px;
    display: block;
    background-color: transparent;
    background-repeat: no-repeat;
    margin-left: 10px;
    background-image: url(/images/frontend/autos/sprite-a9cvkie9.png);
}
#news-actions ul li a.email_it {
    background-position: -520px -486px;
}
#news-actions ul li a.print {
    background-position: -520px -531px;
}
#news-actions ul li a.social-link.facebook{
    background-position: 11px 3px;
    text-indent: -100px;
    overflow: hidden;
}
.inmuebles #news-actions ul li a.social-link.facebook{ background-image: url(/images/frontend/inmuebles/icon_facebook_news.png); }
.autos #news-actions ul li a.social-link.facebook{ background-image: url(/images/frontend/autos/icon_facebook_news.png); }
.varios #news-actions ul li a.social-link.facebook{ background-image: url(/images/frontend/varios/icon_facebook_news.png); }
.empleos #news-actions ul li a.social-link.facebook{ background-image: url(/images/frontend/empleos/icon_facebook_news.png); }
#news-actions ul li a:hover {
    opacity: 0.65;
    filter: alpha(opacity=65);
    transition: all 0.3s ease 0s;
}
/* =======================================================================
------------------------ Galeria de noticias Home   -----------------------
==========================================================================*/
#news_home_box {
    width: 685px;
    height: 401px;
    float: left;
    border-top: 1px solid #cccccc;
}
#news_home_box #news {
    width: 685px;
    height: 401px;
    float: right;
    position: relative;
}
#news_home_box #news .arrow-red {
    position: absolute;
    top: 0;
    right: 0;
    width: 27px;
    height: 28px;
    display: block;
    background-color: transparent;
    background-repeat: no-repeat;
    background: transparent url(/images/frontend/autos/sprite-a9cvkie9.png) 0px -205px no-repeat;
}
#news_home_box #news h2 {
    margin: 12px 0;
}
#news_home_box #news .starred_news {
    float: left;
    width: 320px;
}
#news_home_box #news .starred_news a {
    color: #fff;
    position: relative;
}
#news_home_box #news .starred_news a .figure {
    position: relative;
    background-color: #ED3237;
    width: 295px;
    height: 335px;
    float: left;
}
#news_home_box #news .starred_news a .figure .brief {
    width: 275px;
    margin: 0 auto;
}
#news_home_box #news .starred_news a .figure .brief time {
    margin-top: 5px;
    width: 100%;
    display: block;
}
#news_home_box #news .starred_news a .figure .brief h3 {
    font: 600 22px 'Open Sans', Arial, Sans-Serif;
    line-height: 23px;
    margin-top: 5px;
}
#news_home_box #news .starred_news a .figure .brief p {
    margin-top: 15px;
    font: 600 12px 'Open Sans', Arial, Sans-Serif;
    line-height: 12px;
}
#news_home_box #news .starred_news a .figure img {
    position: absolute;
    bottom: 0px;
}
#news_home_box #news .starred_news i.camera {
    width: 20px;
    height: 20px;
    display: block;
    background-color: transparent;
    background-repeat: no-repeat;
    background-image: url(../imgs/autos/sprite-a9cvkie9.png);
    background-position: -288px -157px;
    position: absolute;
    right: 10px;
    top: 160px;
}
#news_home_box #news .some_news {
    float: left;
    width: 330px;
}
#news_home_box #news .some_news ul {
    display: block;
    width: 320px;
    float: left;
}
#news_home_box #news .some_news ul li {
    border-top: 1px dotted #cccccc;
    display: block;
    width: 100%;
    height: 110px;
}
#news_home_box #news .some_news ul li a {
    text-decoration: none;
}
#news_home_box #news .some_news ul li a img {
    float: left;
    display: block;
    margin-top: 10px;
    margin-right: 10px;
}
#news_home_box #news .some_news ul li a p {
    float: left;
    width: 210px;
    height: 66px;
    display: block;
    color: #373838;
    line-height: 17px !important;
    margin-top: 10px;
    font: 600 15px 'Open Sans', Arial, Sans-Serif;
}
#news_home_box #news .some_news ul li a p time {
    display: block;
    width: 100%;
    font: 600 12px 'Open Sans', Arial, Sans-Serif;
    color: #ED3237;
}
#news_home_box #news .some_news ul li a p.full {
    width: 100%;
}
#news_home_box #news .some_news ul li a:hover p {
    color: #6d6f71;
}
#news_home_box #news .some_news ul li:first-child {
    border-top: none;
}
#news_home_box #news .some_news ul li:first-child p,
#news_home_box #news .some_news ul li:first-child img {
    margin-top: 0px;
}

/* =======================================================================
---------- Caracteristicas para cada mercado Uno Medios    --------------
==========================================================================*/
/* ===== Inmuebles =====*/
.inmuebles #secondary-col #search-news-frame .search,
.inmuebles #news-actions ul li a, 
.inmuebles #news_home_box #news .starred_news i.camera{
    background-image: url(/images/frontend/inmuebles/sprite-a9cvkie9.png);
}
.inmuebles #news_home_box #news .arrow-red{
    background: transparent url(/images/frontend/inmuebles/sprite-a9cvkie9.png) 0px -205px no-repeat;
}
.inmuebles #news-frame .news_container span.date,
.inmuebles .news_despliegue .news-brief .date,
.inmuebles #news-actions ul li, 
.inmuebles #news_home_box #news .some_news ul li a p time{
    color: #00AFEF;
}
.inmuebles #news-frame .news_container.starred,
.inmuebles #secondary-col #search-news-frame input.submit,
.inmuebles #news_home_box #news .starred_news a .figure {
    background-color: #00AFEF; 
}
/* ===== Empleos =====*/
.empleos #news-frame .news_container span.date,
.empleos .news_despliegue .news-brief .date,
.empleos #news-actions ul li, 
.empleos #news_home_box #news .some_news ul li a p time{
    color: #F58634; 
}
.empleos #news-frame .news_container.starred,
.empleos #secondary-col #search-news-frame input.submit,
.empleos #news_home_box #news .starred_news a .figure {
    background-color: #F58634; 
}
.empleos #secondary-col #search-news-frame .search,
.empleos #news-actions ul li a, 
.empleos #news_home_box #news .starred_news i.camera{
    background-image: url(/images/frontend/empleos/sprite-a9cvkie9.png);
}
.empleos #news_home_box #news .arrow-red{
    background: transparent url(/images/frontend/empleos/sprite-a9cvkie9.png) 0px -205px no-repeat;
}
/* ===== Varios =====*/
.varios #news-frame .news_container span.date,
.varios .news_despliegue .news-brief .date,
.varios #news-actions ul li, 
.varios #news_home_box #news .some_news ul li a p time{
    color: #FFCC29;
}
.varios #news-frame .news_container.starred,
.varios #secondary-col #search-news-frame input.submit,
.varios #news_home_box #news .starred_news a .figure {
    background-color: #FFCC29;
}
.varios #secondary-col #search-news-frame .search,
.varios #news-actions ul li a, 
.varios #news_home_box #news .starred_news i.camera{
    background-image: url(/images/frontend/varios/sprite-a9cvkie9.png);
}
.varios #news_home_box #news .arrow-red{
    background: transparent url(/images/frontend/varios/sprite-a9cvkie9.png) 0px -205px no-repeat;
}