/* 
    Document    :   main.css
    Author      :   adrian mato
    Description :   Estilo general
*/

@CHARSET "UTF-8";

/*
    Section    :    CSS RESET
    Description:    Reseteamos practicamente todos los valores de los selectores para facilitar el cross-browsing
*/
/*html, body, div, span, 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, fieldset, form, label, legend, table, caption, tbody,
tfoot, thead, tr, th, td, button{
    border:0pt none;
    font-family: inherit;
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
    margin: 0pt;
    padding: 0pt;
    vertical-align: baseline;*/
}
/* 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;
}*/



/*
    Section    :    TOP
    Description:    Cabecera de nuestro lector RSS
*/
/*#top{
    height: 40px;
    line-height: 40px;
    padding: 10px 10px 0;
    border-bottom: 1px solid #c9d7f1;
}
#top h1{
    width: 138px;
    height: 30px;
    background: transparent url("img/logo_bg.gif") no-repeat 0 0;
    display: block;
    text-indent: -9999px;
}
#top h1 a{
    display: block;
}*/

/*
    Section:        LATERAL
    Description:    Panel lateral donde mostramos las distintas fuentes RSS
*/
#lateral{
    width: 185px;
   /* height: 2500px;*/
    /*height: 100%;*/
    float: left;
}
/*#lateral h2{
    font-size: 13px;
    font-weight: 700;
    padding: 10px;
}
#lateral ul{
    padding: 10px 0 0;
    list-style: none;
    list-style-position: inside;
}
#lateral li{
    font-size: 13px;
    position: relative;
    line-height: 24px;
}
#lateral li a{
    display: block;
    padding-left: 23px;
    text-decoration: none;
    color: #000;
}
#lateral li.active a, #lateral li.active a:hover{
    background: #c2cff1
}
#lateral li a:hover{
    background-color: #ffffcc;
}
#lateral li a span{
    padding-left: 16px;
}*/
/*#lateral li a .icon{
    width: 16px;
    height: 16px;
    position:absolute;
    top: 4px;
    background: transparent url("img/rss_bg.gif") no-repeat left center;
}*/


/*
    Section:        CONTENT
    Description:    Zona donde cargamos el contenido seleccionado
*/
#content7{
    height: 100%;
    /*margin-left: 185px;*/
background-color: white;
    
    
   /* height: 2500px;*/
}
/*#content1 h2{
    height: 40px;
    line-height: 40px;
    padding: 0 10px 0 20px;
    background: #c2cff1;
    font-size: 18px;
    font-weight: 700;
}*/
#content7 #render{
    /*height: 100%;*/
   /*  height: 2500px;*/
    
    overflow: hidden;
}
/*#content1 #tip{
    display: block;
    padding: 20px;
}*/
/*#content1 #iframe{
    display: none;
}*/


/*
    Section:        TOGGLER
    Description:    Boton que permitir  mostrar / ocultar el panel
*/

/*

#toggler{
    width: 16px;
    height: 2500px;
    border-left: 1px solid #c2cff1;
    background: #EBEFF9 url("../img/toggler_bg.gif") no-repeat left top;
    float: left;
}
#toggler:hover{
    background: #c2cff1 url("../img/toggler_bg.gif") no-repeat -25px top;
    cursor: pointer;
}
#toggler.off{
    background: #EBEFF9 url("../img/toggler_off_bg.gif") no-repeat left top;
    margin-left: 0;
}
#toggler.off:hover{
    background: #c2cff1 url("../img/toggler_off_bg.gif") no-repeat -25px top;
    margin-left: 0;
}
*/


#toggler{
    /*width: 40px;
    height: 38px;*/
	/*width: 58px;*/
	/*width: 92px;
    height: 38px;*/
    width: 30px;
    height: 30px;
    /*height: 100%;
    border-left: 1px solid #c2cff1;*/

    background: url("../img/rayas2.png") no-repeat left top;
    float: left;
    /*margin-top:2px;*/
    margin-top:75px;
	margin-left:5px;

}
#toggler:hover{
    background:  url("../img/rayas2.png") no-repeat left  top;
    cursor: pointer;
}
#toggler.off{
    background:  url("../img/rayas2x.png") no-repeat left top;
    /*margin-left: 0;*/
}
#toggler.off:hover{
    background:  url("../img/rayas2x.png") no-repeat  left top;
    /*margin-left: 0;*/
}





/*
    Section:        FOOTER
    Description:    Pie de p gina del panel
*/
/*#footer{
    width: 100%;
    height: 30px;
    line-height: 30px;
    text-align: right;
    border-top: 1px solid #8c9dc8;
    background: #C2CFF1;
    position: fixed;
    bottom: 0;
}
#footer span{
    padding-right: 10px;
}*/
@media (max-width: 600px) {
#content7 {
    height: 100%;
    /* margin-left: 185px; */
    /* height: 2500px; */
    margin-left: 0px !important;
}
}