@charset "utf-8";


body {
	margin-top:5px;
	margin-bottom:10px;
	background-color: #333;
	color:#302f2f;
	padding:0;
}

a:link {
	color:#0066cc;
	text-decoration: underline;
}

a:visited {
	color:#0066cc;
	text-decoration: underline;
}

a:hover {
	color:#0066cc;
	text-decoration: none;
}

a:active {
	color:#0066cc;	
	text-decoration: underline;
}

h1 {
	PADDING-RIGHT: 0px;
	PADDING-LEFT: 0px;
	PADDING-BOTTOM:8px;
	MARGIN: 0px;
	color:#133175;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 24px;
	PADDING-TOP: 0px;
	text-align: center;
}

h2 {
	PADDING-RIGHT: 0px;
	PADDING-LEFT: 0px;
	PADDING-BOTTOM:0px;
	MARGIN: 0px;
	color:#133175;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 22px;
	PADDING-TOP: 0px;
}

h3 {
	PADDING-RIGHT: 0px;
	PADDING-LEFT: 0px;
	PADDING-BOTTOM:0px;
	MARGIN: 0px;
	color:#133175;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	PADDING-TOP: 0px;
}

h4 {
	PADDING-RIGHT: 0px;
	PADDING-LEFT: 0px;
	PADDING-BOTTOM:0px;
	MARGIN: 0px;
	color:#969696;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	PADDING-TOP: 0px;
}

.Trebuchet18 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
}

.Trebuchet14 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
}

.Trebuchet13 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
}

.Trebuchet13_Azul {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color:#0066CC;
}

.Trebuchet12 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.Trebuchet12_Azul {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#0066cc;
}

.titulo_azul18 {
	color:#133175;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
}

.titulo_azul24 {
	color:#133175;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 24px;
}

.titulo_azul22 {
	color:#133175;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 22px;
}

.link_rodape {
	color:#494949;	
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-top:10px;
}

.datas {
	color:#0066cc;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
}

.linhacinzaV {
	background-image:url(images/linha_cinzaV.png);
	background-repeat:repeat-y;
	background-position:right;
}

.linhacinza {
	background-image:url(images/linha_cinza.png);
	background-repeat:repeat-x;
	background-position:center;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

#centerNav {  
	margin: 0 auto;
	width: 1000px;
	border: 0px;
	background-color:#FFF;
	background-image:url(images/fundo_sombra.png);
	text-align:center;
	height:100%;
} 

#boxfoto {   
	width: 1000px;
	height:280px;
	border: 0px;
	background-image:url(images/fundo_foto.png);
	vertical-align: top;
} 

#boxmiolo {  
	margin: 0 auto;
	width: 1000px;
	border: 0px;
	background-color:#FFF;
	background-image:url(images/fundo_sombra.png);
	vertical-align:top;
	text-align:center;
}

#boxlogo {
	float:left;
	width: 280px;
	padding-left:10px;
	text-align:center;
	vertical-align:top;
	margin-top:20px;
	margin-bottom:20px;
}

#boxflash {
	float:right;
	width: 696px;
	padding-left:10px;
	padding-top:11px;
	border: 0px;
	text-align:left;
	margin-top:4px;
}

#boxcalendario {
	float:left;
	width: 220px; 
	border: 0px;
	text-align:left;
	vertical-align:top;
	margin-left:60px;
	margin-top:5px;
}

#boxconteudo {
	float:right;
	width: 640px;
	border: 0;
	border-color:#FFF;
	text-align:left;
	vertical-align:top;
	margin-right:40px;
	background-image:url(images/linha_cinzaV.png);
	background-repeat:repeat-y;
	background-position:left;
	padding-left:30px;
}

#textobemvindo {
	border: 0px;
	text-align:left;
}

#textocontato {
	margin-top:10px;
	border: 0px;
	text-align:left;
	height:680px;
}

#textopilates {
	border: 0px;
	text-align:left;
	margin-top:8px;
	height:180px;
}

#rodape {
	margin: 0 auto;
	margin-top:40px;
	width:900px;
	height:40px;
	text-align:center;
	background-image:url(images/linha_cinza.png);
	background-repeat:repeat-x;
	background-position:center top;
}

.BOXLINHAV {
	FLOAT: left; 
	WIDTH: 40px; 
	PADDING-RIGHT: 0px; 
	PADDING-LEFT: 0px; 
	MARGIN: 0px; 
	height:50px;
	background-image:url(images/linha_cinzaV.png);
	background-repeat:repeat-y;
	background-position:center;
	margin:5px;
}

.BOX2 {
	FLOAT: left;
	WIDTH: 40px;
	PADDING-RIGHT: 0px;
	PADDING-LEFT: 0px;
	MARGIN: 0px;
}

.BOX2C {
	FLOAT: left;
	width: 280px;
	height:240px;
	PADDING-RIGHT: 5px;
	PADDING-LEFT: 5px;
	MARGIN: 5px;
	margin-right:25px;
}

.BOXFOTOS {
	FLOAT: left;
	WIDTH: 135px;
	height:150px;
	PADDING-RIGHT: 5px;
	PADDING-LEFT: 5px;
	MARGIN: 5px;
	text-align:center;
}

.BOXVIDEOS {
	FLOAT: left;
	WIDTH: 550px;
	PADDING-RIGHT: 5px;
	PADDING-LEFT: 5px;
	MARGIN: 5px;
	text-align:center;
	border:2px;
	border:#0066cc;
}

.BOXCURSOFEITO {
	FLOAT: left;
	WIDTH: 120px;
	height:50px; 
	PADDING-RIGHT: 5px;
	PADDING-LEFT: 5px;
	MARGIN: 5px;
	text-align:left; 
	vertical-align:middle;
}

.fotos {
	border: 3px solid #0066cc;
}


<!--MENU CSS DROP DOWN-->

div#copyright {
    margin:0;
    padding:0;
}

div#menu {
    margin:5px 15px 15px 20px;
    width:100%;
    height: 46px;
    padding-left: 10px;
    background: url(images/left.png) no-repeat;
}

div#menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
    float: left;
}
div#menu ul.menu {
    padding-right: 10px;
    background: url(images/right.png) no-repeat right 0;
}

div#menu li {
    position: relative;
    margin: 0;
    padding: 0 0 0 0;
    display: block;
    float: left;
    z-index: 9;
    width: auto;
}
div#menu ul ul li {
    z-index: 9;
}
div#menu li div {
    list-style: none;
    float: left;
    position: absolute;
    z-index: 11;
    top: 36px;
    left: 0;
    visibility: hidden;
    width: 187px;
    padding: 0 0 11px 7px;
    background: url(images/submenu-bottom.png) no-repeat 7px bottom;
    margin: 0 0 0 -4px;
}
div#menu li:hover>div {
    visibility: visible;
}

div#menu a {
    position: relative;
    z-index: 10;
    height: 41px;
    display: block;
    float: left;
    line-height: 41px;
    text-decoration: none;
    margin-top: 1px;
    white-space: nowrap;
    width: auto;
    padding-right: 5px;
    text-align: center;
}
div#menu span {
    display: block;
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: 95% 0;
    text-align: center;
}

/* menu::level1 */
div#menu a {
    padding: 0 27px 0 0;
    line-height: 40px;
    height: 46px;
    margin-right: 5px;
    background: none;
}
div#menu span {
    margin-top: 2px;
    padding-left: 27px;
    color: #fff;
    font: bold 11px Trebuchet MS,Arial,san-serif;
    background: none;
    line-height: 40px;
}
div#menu a:hover,
div#menu a.over {
    background:  url(images/selected-right-sub.png)  no-repeat right -1px;
}
div#menu a:hover span,
div#menu a.over span {
    background: url(images/selected-left-sub.png) no-repeat 0 -3px;
}
div#menu li.current a,
div#menu ul.menu>li:hover>a {
    background: url(images/selected-right-sub.png) no-repeat right -1px;
}
div#menu li.current a span,
div#menu ul.menu>li:hover>a span {
    background: url(images/selected-left-sub.png) no-repeat 0 -3px;
}
div#menu ul.menu>li:hover>a span {
    color: #043454;
}
div#menu li {  }
div#menu li.last { background: none; }

div#menu li.current a,
div#menu li.current a span,
div#menu.js-active a:hover,
div#menu.js-active a:hover span,
div#menu.js-active a,
div#menu.js-active span {
    background:none;
}
div#menu.js-active ul.menu>li:hover>a,
div#menu.js-active ul.menu>li:hover>a span {
    background:none;
}
div#menu li.current a.over {
    background: url(images/selected-right-sub.png)  no-repeat right -1px;
}
div#menu li.current a.over span {
    background: url(images/selected-left-sub.png) no-repeat 0 -3px;
}
div#menu a.over span {
    color: #043454;
}

/* menu::level2 */
div#menu ul ul li {
    background: none;
    padding: 0;
}
div#menu ul ul {
    padding-top: 10px;
}
div#menu ul ul a {
    padding: 0;
    height: auto;
    float: none;
    display: block;
    line-height: 26px;
    font-size: 11px;
    color: #ffffff;
    z-index: -1;
    padding-left: 5px;
    white-space: normal;
    width: 160px;
    margin: 0 5px;
    text-transform: none;
}
    
div#menu ul ul a span {
    padding: 0 15px;
    line-height: 26px;
    font-size: 11px;
}
div#menu li.current ul a,
div#menu li.current ul a span {
    background:none;
}
div#menu ul ul a:hover {
    background: url(images/submenu-selected-bottom.png) no-repeat 5px bottom;
}
div#menu ul ul a:hover span {
    background: url(images/submenu-selected-top.png) no-repeat 0 0;
}
div#menu ul ul a.parent {
    background: url(images/submenu-pointer-bottom.gif) no-repeat 5px bottom;
}
div#menu ul ul a.parent span {
    background: url(images/submenu-pointer-top.png) no-repeat 0 0;
}
div#menu ul ul a.parent:hover {
    background: url(images/submenu-pointer-selected-bottom.png) no-repeat 5px bottom;
}
div#menu ul ul a.parent:hover span {
    background: url(images/submenu-selected-top.png) no-repeat 0 0;
}
div#menu ul ul span {
    margin-top: 0;
    text-align: left;
}
div#menu ul ul li.last { background: none; }
div#menu ul ul li {
    width: 100%;
}

/* menu::level3 */
div#menu ul ul div {
    width: 180px;
    padding: 15px 0px 8px 0px;
    margin: -44px 0 0 169px !important;
    background: url(images/subsubmenu-top.png) no-repeat 0px 0;
}
*+html div#menu ul ul div { height:10px }
*+html div#menu.ie7 ul ul div { height:auto }
div#menu ul ul ul {
    padding: 0 4px 5px 1px;
    background: url(images/submenu-bottom.png) no-repeat 0px bottom;
}
div#menu ul ul div li {
    position:relative;
    top:-5px;
}

/* lava lamp */
div#menu li.back {
    background: url(images/lavalamp-left.png) no-repeat 0 0;
    width: 10px;
    height: 46px;
    z-index: 8;
    position: absolute;
    padding: 0;
    margin: 0;
}

div#menu li.back .left {
    padding:0;
    width:auto;
    background: url(images/lavalamp-right.png) no-repeat right 0;
    height: 46px;
    margin: 0 5px 0 10px;
    float: none;
    position: relative;
    top: 0;
    left: 0;
    visibility: visible;
}

<!---BOTAO CSS--->
botao {
}

a.b1 {
	background: url(images/b1_a.png);
	font-weight: bold;
	color: #404040;
	text-decoration: none;
	display: block;
	height: 180px;
	width: 180px;
	margin-bottom: 10px;
}

a:hover.b1 {
	background: url(images/b1_b.png);
	color: #C00;
	border: 10px;
	padding: 10px;
}

a.b2 {
	background: url(images/b2_a.png);
	font-weight: bold;
	color: #404040;
	text-decoration: none;
	display: block;
	height: 180px;
	width: 180px;
	margin-bottom: 10px;
}

a:hover.b2 {
	background: url(images/b2_b.png);
	color: #C00;
	border: 10px;
	padding: 10px;
}

a.b3 {
	background: url(images/b3_a.png);
	font-weight: bold;
	color: #404040;
	text-decoration: none;
	display: block;
	height: 180px;
	width: 180px;
	margin-bottom: 10px;
}

a:hover.b3 {
	background: url(images/b3_b.png);
	color: #C00;
	border: 10px;
	padding: 10px;
}

a.b4 {
	background: url(images/b4_a.png);
	font-weight: bold;
	text-decoration: none;
	display: block;
	height: 60px;
	width: 600px;
	margin-bottom: 10px;
}

a:hover.b4 {
	background: url(images/b4_b.png);
	border: 10px;
	padding: 10px;
}

<!---BOTAO CSS--->