/* 
    Document   : style
    Created on : 19-nov-2011, 16:06:16
    Author     : Are
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
body{ text-align: center;}
/*Layout*/
#container{
    width:1024px; height:auto;
    background-color: #FFF;
    margin:0px auto; padding-top:20px; padding-bottom: 5px;  overflow: hidden;
}
#header{
    width:1024px;height:78px;
    background-image: url(images/tl-header.png); background-repeat:no-repeat;
    float: left;
     
}
#content{
    width:1024px; height:330px;
    margin-top:10px;float: left; overflow: hidden;
     
}
#content-swf{
    width:1024px; height:auto; margin-top: 30px;
    float: left; overflow: hidden;
     
}
#column-left{width:354px;height:auto; float: left; margin-left:90px; margin-top:22px;}
#column-right{width:466px;height:auto;float: right;margin-right:90px; margin-top:22px;}
#menu-bottom{
    width:1024px; height:80px;
    background-image: url(images/bck-menu.png);background-repeat: no-repeat; background-position: 100%;
    float: left;margin-top:0px;overflow: hidden;
     
}
#menu-bottom ul{height:50px; float: left; margin: 0px; padding: 0px;}
#menu-bottom li{margin: 0px; padding: 0px; list-style: none; float: left; position:relative;}
#menu-bottom li a{width:30px;font-family:Helvetica; font-size:18px; text-decoration: none; color: #000;}
    #menu-bottom ul ul{
        position:absolute; display: none; top:30px;
    }

      .btn2,.btn3,.btn4,.btn5{
        position: relative;
    }
    .btn1{
        position: absolute;
        top:16px; #top:0px; left:150px; z-index:9999;
    }
   
    .btn5 li a{
      width:200px; height:10px; overflow: hidden;
      font-family:Helvetica; font-size:20px; text-decoration: none; color: #000;
    }
    #menu-bottom ul li.btn1:hover ul{
        position:absolute; display:block;
        top:-20px;left:-10px;
    }
     .btn2{
        top:12px; #top:-2px; left:300px;
    }
     #menu-bottom ul li.btn2:hover ul{
      position:absolute; display:block;
        top:-40px;left:-10px;
    }
    .btn3{
        top:31px;#top:16px; left:472px;
    }
    #menu-bottom ul li.btn3:hover ul{
      position:absolute; display:block;
        top:-20px;left:-10px;
    }
     .btn4{
        top:28px; #top:12px; left:640px;
    }
      #menu-bottom ul li.btn4:hover ul{
      position:absolute; display:block;
        top:-20px;left:-50px;
    }
    .btn5{
        top:-1px; #top:-12px; left:840px;
    }
 
     #menu-bottom ul li.btn5:hover ul{
      position:absolute; display:block;
        top:-20px;left:-10px;
    }
/*FIN Firefox OK*/

/*Right*/
#box-container{
    width:352px;height:auto;
    border: solid 1px #000;
    padding:10px; float: right;
}
#box{
     width:342px; height:248px; border: solid 4px #000;
}
#box-container-sinborder{
    width:352px;height:auto;
    padding:10px; float: right;
}
#box-sinborder{
     width:342px; height:248px;
}
/*Revistas*/
#content-revista{
    width:709px; height: 468px;
    margin-top:36px;margin: auto;
    text-align: center;     
}
#revistas{
    width:709px; height: 468px;
}


/*Slider*/
#go-prev{
width:30px; height: auto; margin-top: 10px;    
float:left;     
}
#go-next{
width:30px; height: auto;margin-top: 10px;
    float:right;
}