﻿html, body, div, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em,
font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, form, legend,  caption, 
tfoot, button{
    border:0pt none;
    font-family: inherit;
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
    margin: 0pt;
    padding: 0pt;
    vertical-align: baseline;
}

#ingreso fieldset
{
    background-image:url(/Images/fieldset.png);
    }

body{
    line-height: auto;
    font-size: 12px !Important;
    background: #fff;
    font-family: Helvetica, Arial, sans-serif;
    margin: 0pt;
    cursor: default;
    color: #000;
}
table{
    border-collapse: separate;
    border-spacing: 0pt;
}
strong{
    font-weight: 700;
}
caption, th, td{
    font-weight: normal;
    text-align: left;
}
blockquote:before, blockquote:after, q:before, q:after{
    main: "";
}
blockquote, q{
    quotes: "" "";
}
html,body{
    height: 100%;

    overflow: hidden;
}
.clearfix{
    overflow: hidden;
}
input,select
{
    font-size:5;
    }
/*
    Section    :    TOP
    Description:    Cabecera de nuestro lector RSS
*/
/*#top{
    height: 150px;
    position:relative;
    top:0px;
    line-height: 40px;
    padding: 10px 10px 0;
    border-bottom: 1px solid #808080;
}*/

#top a
{
    position:relative;
    top:-110px;
    font-size: 14px;
    font-family: Arial;
    font-weight:bold;
    line-height: 10px;
}

#top a:hover
{
    font-size: 18px;
    font-weight:bold;
    font-family: Arial;
    line-height: 10px;
    /*background-color:#D5AF1C;*/
    color:#434343;
}

#top2{
    height: 50px;
    position:relative;
    top:0px;
    line-height: 40px;
    padding: 10px 10px 0;
    border-bottom: 2px solid #C53990;
}


#top2 a
{
    position:relative;
    top:5px;
    font-size: 12px;
    font-family: Arial;
    font-weight:bold;
    line-height: 10px;
}

#top2 a:hover
{
    font-size: 16px;
    font-weight:bold;
    font-family: Arial;
    line-height: 10px;   
    color:purple;
}


#contentslide
{
    position:relative;
    top:-118px;
    background:white;
    border-bottom: 2px solid #DEDFE0;
}

/*
    Section:        LATERAL
    Description:    Panel lateral donde mostramos las distintas fuentes RSS
*/
#lateral{
    width:250px;
    height: 80%;
    float: left; 
}
/*
    Section:        CONTENT
    Description:    Zona donde cargamos el contenido seleccionado
*/
#content{
    height: 80%;
    margin-left: 250px;
}
#content h2{
    height: 40px;
    line-height: 40px;
    padding: 0 10px 0 20px;
    background: #EEEEEE;
    font-size: 12px;
    font-weight: 700;
}
#content #render{
    height: 100%;
    overflow: scroll;
}

#content #tip{
    display: block;
    padding: 20px;
}
#content #th{
    background-color: red;
}
/*
    Section:        TOGGLER
    Description:    Boton que permitirá mostrar / ocultar el panel
*/
#toggler{
    width: 16px;
    height: 100%;
    border-left: 1px solid #EEEEEE;
    background: #E9EEEE url("../images/toggler_bg.gif") no-repeat left center;
    float: left;
}
#toggler:hover{
    background: #EEEEEE url("../images/toggler_bg.gif") no-repeat -25px center;
    cursor: pointer;
}
#toggler.off{
    background: #E9EEEE url("../images/toggler_off_bg.gif") no-repeat left center;
    margin-left: 0;
}
#toggler.off:hover{
    background: #EEEEEE url("../images/toggler_off_bg.gif") no-repeat -25px center;
    margin-left: 0;
}
/*
    Section:        FOOTER
    Description:    Pie de página del panel
*/
#footer{
    width: 100%;
    height: 35px;
    line-height: 35px;
    text-align: right;
    border-top: 1px solid #DEDFE0;
    position: fixed;
    bottom: 0;
    float:left;
    margin-bottom:17px;
    margin-left:-16px;
}
#footer span{
    padding-right: 10px;
    color: black;
}

.loading{
    background-color:#fff;
    background-position:center center;
    background-image:url("../images/loading.gif");
    background-repeat: no-repeat;
    width:100%;
    height:100%;
/*    opacity: .60;*/
    filter:Alpha(Opacity=60);
}

thead th{
    text-align: center;
    padding: 2px;
}
i
{
    font-size: 12px;
}