/* Estilo de la version mobile de Tucuman Noticias */

a {
    text-decoration: inherit;
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
}

body {
    background-color: #FFF;
}

header {
    background-image:url(/mobile/imagenes/header.png);
    background-repeat: no-repeat;
    width: 320px;
    height: 77px;
    top: 30px;
    position: absolute;
}

nav#index {
    position: absolute;
    z-index: 25000;
}

nav#index ul {
    width: 320px;
    margin-top: 0px;
}

nav#index ul li {
    width: 160px;
    height: 30px;
    line-height: 30px;
    float:left;
    margin-left: 0px;
    background-color: #0069AF;
    vertical-align: middle;
    text-align: center;
    color: #FFF;
    width: 89px;
    border-right: 1px solid #FFF;
}

nav#index ul li a {
    text-decoration: none;
    color: #FFF;
}

nav#index ul li.ultimo {
    width: 50px;
    border-right: 0px;
}

nav#secciones.hidden {
    /*display: none;*/
    top: -120px;
    position: absolute;
    z-index: 5;
}

nav#secciones {
    top: 30px;
    position: absolute;
    z-index: 5;
    -webkit-transition: top 1s;
}

nav#secciones ul {
    width: 320px;
}

nav#secciones ul li {
    width: 320px;
    height: 30px;
    line-height: 30px;
    float:left;
    margin-left: 0px;
    background-color: #0069AF;
    vertical-align: middle;
    text-align: center;
    color: #FFF;
}

nav#secciones ul li a {
    text-decoration: none;
    color: #FFF;
}

#contenedor {
    top: 107px;
    position: absolute;
}

#pie {
    text-align: center;
    margin: 10px;
}

#busqueda {
    text-align: center;
    margin: 10px;
}

#noticias {    
    margin-left: 10px;
    margin-right: 10px;
}

#noticia_destacada {    
    padding-bottom: 10px;
    border-bottom: 1px solid #AAA;
}

#noticia_destacada img {
    width: 300px;
    margin-bottom: 5px;
}

#noticia_destacada .titulo {
    font-size: 1.2em;
    font-weight: bold;
}

#noticia_destacada .copete {
}

#noticia {
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #AAA;
}

#noticia img {
    width: 100px;
    float: right;
}

#noticia .titulo {
    font-weight: bold;
}

#noticia_normal {
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #AAA;
    font-size: 1.3em;
}

#noticia_relacionada {    
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #AAA;
}

#noticia_contenido {    
    padding-bottom: 10px;
    border-bottom: 1px solid #AAA;
}

#noticia_contenido .antetitulo {
    font-size: 0.9em;
    color: #0069AF;
}

#noticia_contenido #imagen_noticia {
    width: 300px;
    margin-bottom: 5px;
}

#noticia_contenido .titulo {
    font-size: 1.2em;
    font-weight: bold;
}

#noticia_contenido .copete {
    font-style: italic;
}

#faceb-like {
    width: 135px;
    float:left;
    text-align: center;
}

#twitter-boton {
    width: 75px;
    float:left;
    text-align: center;    
    margin-top: 17px;
}

#whatsapp-boton{
    width: 100px;
    float:left;
    text-align: center;    
    margin-top: 15px;
    height: 17px;
    background-color: #34af23;
    color: white;
    font-family: sans-serif;
    padding: 3px;
    font-size: 12px;
    line-height: 17px;
}

#whatsapp-boton img{
    width: 15px;
    height: 15px;
    margin-right: 3px;
    float: left;
}