/* Stylesheet: geral Modified On 2013-03-13 12:58:22 */

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,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

html{
      height:100%;
}

body{
	background-color: #FFFFFF;
	border: none;
	font-family: 'agencyr', Arial, Verdana, Helvetica, sans-serif;
        font-size: 18px;
        color: #909090;
        margin-top:50px;
}

img{
	border-width: 0px;
	border-style: none;
}


a{	
	text-decoration:none;
        color: #bbbbbb;
}



#container{
    height: 100%;
}

#content{
    overflow: hidden;
    margin-right: 55px;
}

.category_item{
    display: inline;
}
.category_items .selected{
   font-weight:bold;
}

.submenu{
    display: block;
}

.video{
    margin: auto;
}

#legal{
    position: absolute;
    bottom:0;
    right: 55px;
}

.cinzentoclaro{
     color: #bbbbbb;
}

.azul{
     color: #69cbd5;
}


/* Stylesheet: menu Modified On 2012-07-23 19:01:23 */
#menu .currentpage{
color: #69cbd5;
}

#menu{
     font-size: 19px;
     text-transform: uppercase;
     color: #bbbbbb;

     float: left;
     padding-left: 56px;
     padding-right: 46px;
     height: 100%;

}

#menu a:hover{
      color: #69cbd5;
}

#menu ul {
    list-style-type: none;
    width: 206px;
    padding-left: 0px;
}

#menu ul ul{
   padding-left: 15px;
}
/* Stylesheet: inicio Modified On 2013-03-13 12:51:10 */
#footer{
        position: absolute;
        clear: both;
        bottom: 20px;
        width: 100%;
	height: 83px;
        padding-top:14px;
}
#footer img{
     margin-left: 56px;
}