/*
 * Noticias
 */
#noticiasBoxes {
    position: relative;
}
#noticiasBoxTabs {
    float: left;
    position: relative;
    width : 370px;
    padding : 5px;
    background: #E0E0E0;
}
#noticiasBoxSearch {
    float: right;
    position: relative;
    width : 370px;
}

#noticiasTabs {
    position: relative;
    height: 35px;
    margin :  0px;
    padding:  0px;
}
#noticiasTabs a.tab {
    display: block;
    position: absolute;
    width : 163px;
    height:  27px;
    padding:  5px 10px  0px 10px;
    background: #FFFFFF;
    text-decoration: none;
}
#noticiasTabs a.tab1 {
    left  :  0px;
}
#noticiasTabs a.tab2 {
    right :  0px;
}
#noticiasTabs a.tab3 {
    left :  187px;
    font-size:14px;
}
#noticiasTabs a.tab4 {
    left  :  0px;
    font-size:14px;
}
#noticiasTabs a.tabsel {
    border-bottom: 3px solid #FFFFFF;
}
#noticiasTabs a.tabuns {
    border-bottom: 3px solid #E0E0E0;
}
#noticiasBoxTabs ul {
    clear: both;
    position: relative;
    margin :  0px;
    padding:  5px;
    list-style: none;
}
#noticiasBoxTabs ul.tabsel {
    background: #FFFFFF;
}
#noticiasBoxTabs ul.tabuns {
    display: none;
}
#noticiasBoxTabs ul li {
    position: relative;
    margin :  0px  0px  5px  0px;
    padding:  0px  0px  0px  5px;
    line-height: 125%;
}
#noticiasBoxTabs ul li a {
    text-decoration: none;
}

#noticiasBoxSearch h2 {
    position: relative;
    margin :  0px;
}
#noticiasSearchForm {
    position: relative;
    height: 150px;
    background: #E0E0E0;
}
#noticiasSearchInp1 {
    position: absolute;
    top   :   5px;
    left  :  10px;
    width : 200px;
/*  border: 1px solid red; */
}
#noticiasSearchInp2 {
    position: absolute;
    top   :   5px;
    left  : 215px;
    width : 100px;
/*  border: 1px solid red; */
}
#ctl00_cphMain_ddlFechaIni {
    position: absolute;
    left  : 25px;
    width : 100px;
}
#ctl00_cphMain_ddlFechaFin {
    position: absolute;
    left  : 25px;
    width : 100px;
}
#noticiasSearchInp3 {
    position: absolute;
    top   : 65px;
    left  : 10px;
    width : 200px;
/*  border: 1px solid red; */
}
#ctl00_cphMain_ddlCategorias {
    width : 340px;
}
#noticiasSearchBtns {
    position: absolute;
    top   : 115px;
    left  :  10px;
    width : 340px;
    text-align: right;
/*  border: 1px solid red; */
}

/* Todo el ancho de la página */
#noticiasBoxTabsAll {
    float: left;
    position: relative;
    width : 95%;
    padding : 5px;
    background: #E0E0E0;
}
#noticiasBoxTabsAll ul {
    clear: both;
    position: relative;
    margin :  0px;
    padding:  5px;
    list-style: none;
}
#noticiasBoxTabsAll ul.tabsel {
    background: #FFFFFF;
}
#noticiasBoxTabsAll ul.tabuns {
    display: none;
}
#noticiasBoxTabsAll ul li {
    position: relative;
    margin :  0px  0px  5px  0px;
    padding:  0px  0px  0px  5px;
    line-height: 125%;
}
#noticiasBoxTabsAll ul li a {
    text-decoration: none;
}


ul.list {
    position: relative;
    width : 370px;
    margin :  0px;
    padding:  0px;
    list-style: none;
}
ul#ulLeft {
    float: left;
	background-image:url(../../gifs/fondo_separacion.gif);
	background-repeat:repeat-y;
	background-position:top right;
	padding-right:20px;
}
ul#ulRight {
    float: right;
    width:360px;
}
ul.list li {
    position: relative;
    margin :  0px  0px  5px  0px;
    padding:  0px  0px  0px 10px;
    background: url(../../gifs/bullet_listas.gif) no-repeat 0px 0px;
    line-height: 125%;
}
ul.list li a {
    text-decoration: none;
}
