﻿/* TAB INFO*/

#columna-C
{
    position: relative;
    background: #fff url(../_img/menuinfo-fondo.png) repeat-y;
}
#menuNoticias
{
    margin: 0;
    padding: 0;
    position: relative;
    width: 219px;
}

/* TAB BOTON */

#menuNoticias li
{
    display: block;
	float: left;
	height: 21px;
	width: 86px;
	margin: 4px 0 0 0;
	padding: 9px 0 5px 33px;
	background: url(../_img/menuinfo-tab2.png) no-repeat;
}
#menuNoticias li.selected
{
    width: 86px;
    padding-left: 10px;
    background: #f6f6f6 url(../_img/menuinfo-tab2-inactive.png) no-repeat;
}
#menuNoticias li#seccion-noticias
{
    text-align: right;
    padding-right: 33px;
    padding-left: 4px;
    background: url(../_img/menuinfo-tab1.png) no-repeat;
}
#menuNoticias li.selected#seccion-noticias
{
    padding-right: 10px;
    background: #f6f6f6 url(../_img/menuinfo-tab1-inactive.png) no-repeat;
}
#menuNoticias li a
{
    color: #36424a;
    font-family: "Times New Roman", Times, serif; 
    font-size: 180%;
}
#menuNoticias li a:hover, #menuNoticias li.selected a
{
    color: #be0f34;
}
#menuNoticias li a strong
{
    font-weight: normal;
}

/* TAB PANEL*/

#menuNoticias .menuPanel
{
    display: none;
}
#menuNoticias li.selected .menuPanel
{
    display: block;
    position: absolute;
    top: 39px;
    left: 0;
    padding-bottom: 2px;
    background: url(../_img/menuinfo-linea.png) no-repeat bottom;
}
#menuNoticias .menuPanel ul
{
    padding: 0;
    margin: 0;
}
#menuNoticias .menuPanel .fondo-bottom
{
    float: left;
    padding-bottom: 6px;
    background: url(../_img/menuinfo-sombra.png) no-repeat 13px bottom;
    width: 219px;
}
#menuNoticias .menuPanel .fondo-bg
{
    background: #f6f6f6 url(../_img/menuinfo-fondo.png) repeat-y 0 1px;
}

/* TAB ITEM*/

#menuNoticias li.selected ul li
{
    width: 165px;
    height: auto;
    text-align: left;
    margin: 10px 0 0 20px;
    padding: 2px 0 0px 14px;
    background: url(../_img/flecha1-on.png) no-repeat;
       
}
#ie6 #menuNoticias li.selected ul li
{
    margin-left: 10px;
}
#menuNoticias li.selected ul li a
{
    color: #36424a;
    font-weight: bold;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 100%;
    line-height: 100%;
    
    display: block;
    padding-bottom: 10px;
    border-bottom: dashed 1px #cfcfcf;
}
#ie6 #menuNoticias li.selected ul li a,
#ie7 #menuNoticias li.selected ul li a,
#ie8 #menuNoticias li.selected ul li a
{
    line-height: 95%;
}
#menuNoticias li.selected ul li a:hover
{
    color: #be0f34;
}
#menuNoticias li.selected ul li a span
{
    color: #be0f34;
    font-size: 90%;
    margin-bottom: 5px;
    display: block;
}

/* TAB LINK */

#menuNoticias li.selected ul li.boton
{
    background: none;
    margin-top: 6px;
}
#menuNoticias li.selected ul li.boton a
{
    font-size: 90%;
    font-weight: normal;
    text-align: right;
    padding: 2px 15px 4px 0;
    border: 0;
    background: url(../_img/flecha2.png) no-repeat right 50%;
}
#menuNoticias li.selected ul li.boton a:hover
{
    color: #be0f34;
    background: url(../_img/flecha2-on.png) no-repeat right 50%;
}

/* BANNERS */

#columna-C #banners
{
    clear: both;
    position: absolute;
    bottom: 0;
    padding-bottom: 1px;
}
#columna-C .banner img
{
    width: 200px;
    border: solid 1px #fff;
    margin: 0px 0 2px 9px;
}
#columna-C .banner a:hover img
{
    border: solid 1px #e3e3e1;
}
