html, body
	{
	height:100%;
	margin:0;
	padding:0;
	}
	
img
	{
	border:0px;
	}
	
a:link{outline:none;border:0; text-decoration:none; color: inherit;}
a:visited{outline:none;border:0; text-decoration:none; color: inherit;}
a:hover{outline:none;border:0; text-decoration:none; color: inherit;}
a:active{outline:none;border:0; text-decoration:none; color: inherit;}	

.divTopo
	{
		height:16px;
		background-color:#ffc90b;
		top:0;
		width:100%;
		padding:0;
		margin:0;
	}

.logotipo
	{
		width:966px;
		margin-top:30px;
		margin-bottom:30px;
		text-align:left;
	}
	
.divLaranjaFooter
	{
		background-color:#ffc90b;
		width:100%;
		height:6px;
	}	

.divFooterConteudo
	{
		background-color:#f6a31c;
		width:100%;
		height:260px;
	}	

.divFooterBaixo
	{
		background-color:#f7ac33;
		width:100%;
		height:28px;
	}	

.VM
	{
		font-family: Arial, Helvetica, sans-serif;
		font-size: 9px;
		color: #ffffff;
		width:966px;
		text-align:right;
		padding-top:5px;
	}
	
.VMLinks:link {color: #ffffff; text-decoration: underline;}
.VMLinks:visited {color: #ffffff; text-decoration: underline;}
.VMLinks:hover {color: #ffffff; text-decoration: none;}
.VMLinks:active {color: #ffffff; text-decoration: underline;}



/* MENU */



.menu
	{
		width:966px;
		height:50px;
		text-align:justify;
	}
	
.menuDivs
	{
		width:130px;
		height:35px;
		border-radius: 10px;
		-moz-border-radius:10px;
		background-color:#e9e9e9;
		font-family: Cabin, Arial, Helvetica, sans-serif;
		font-size: 16px;
		font-weight:700;
		text-transform:uppercase;
		color: #8a8a8a;
		text-align:center;
		padding-top:15px;
		margin-right:9px;
		float:left;
		-moz-user-select: none;
	}

.menuDivsON
	{
		width:130px;
		height:35px;
		border-radius: 10px 10px 0px 0px;
		-moz-border-radius: 10px 10px 0px 0px;
		background-color:#fcb700;
		font-family: Cabin, Arial, Helvetica, sans-serif;
		font-size: 16px;
		font-weight:700;
		text-transform:uppercase;
		color: #8a8a8a;
		text-align:center;
		padding-top:15px;
		margin-right:9px;
		float:left;
		-moz-user-select: none;
	}

.menuDivsON2
	{
		width:130px;
		height:35px;
		border-radius: 10px 10px 10px 10px;
		-moz-border-radius: 10px 10px 10px 10px;
		background-color:#fcb700;
		font-family: Cabin, Arial, Helvetica, sans-serif;
		font-size: 16px;
		font-weight:700;
		text-transform:uppercase;
		color: #8a8a8a;
		text-align:center;
		padding-top:15px;
		margin-right:9px;
		float:left;
		-moz-user-select: none;
	}


.menuLinks:link {color: #8a8a8a; text-decoration: none; padding:15px;}
.menuLinks:visited {color: #8a8a8a; text-decoration: none; padding:15px;}
.menuLinks:hover {color: #fff; text-decoration: none; padding:15x;}
.menuLinks:active {color: #8a8a8a; text-decoration: none; padding:15x;}

.subMenus
	{
		margin-top:15px;
		background-color:#fcb700;
		border-radius: 0px 10px 10px 10px; /*top left, top right, bottom righ bottom left */
		-moz-border-radius: 0px 10px 10px 10px;
		z-index:500;
	}
	
.menu2ColDivBranca
	{
		width:492px;
		height:182px;
		margin-top:4px;
		margin-left:4px;
		background-color:#fff;
		border-radius: 10px 10px 10px 10px; /*top left, top right, bottom righ bottom left */
		-moz-border-radius: 10px 10px 10px 10px;
		z-index:500;
		float:left;
	}

.menu1ColDivBranca
	{
		width:250px;
		height:182px;
		margin-top:4px;
		margin-left:4px;
		background-color:#fff;
		border-radius: 10px 10px 10px 10px; /*top left, top right, bottom righ bottom left */
		-moz-border-radius: 10px 10px 10px 10px;
		z-index:500;
		float:left;
	}

.menuServicosDivBranca
	{
		width:250px;
		height:182px;
		margin-top:4px;
		margin-left:4px;
		background-color:#fff;
		border-radius: 10px 10px 10px 10px; /*top left, top right, bottom righ bottom left */
		-moz-border-radius: 10px 10px 10px 10px;
		z-index:500;
		float:left;
	}


.menusTitulos
	{
		font-family: Cabin, Arial, Helvetica, sans-serif;
		font-size: 16px;
		font-weight:700;
		color: #8a8a8a;
		padding-top:25px;
		padding-left:15px;
		padding-bottom:10px;
		text-align:left;
		text-transform:none;
		-moz-user-select: none;
	}

.menusTitulos2
	{
		font-family: Cabin, Arial, Helvetica, sans-serif;
		font-size: 16px;
		font-weight:700;
		color: #8a8a8a;
		padding-top:3px;
		padding-left:15px;
		padding-bottom:3px;
		text-align:left;
		text-transform:none;
		-moz-user-select: none;
	}

ul
	{
		margin:0;
		padding:0;
	}
	
.subMenuLinks
	{
		text-align:left;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		color: #5e5e5e;
		text-transform:none;
		font-weight:normal;
		line-height:18px;
		list-style-position:outside;
		list-style-image:url(../img/bullet_submenus.png);
		margin-left:30px;
		-moz-user-select: none;
	}
	
.subMenuLinks a:link {color: #5e5e5e;}
.subMenuLinks a:visited {color: #5e5e5e;}
.subMenuLinks a:hover {color: #000;}
.subMenuLinks a:active {color: #5e5e5e;}
	
.subMenuLinksSetas
	{
		text-align:left;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		color: #5e5e5e;
		text-transform:none;
		font-weight:normal;
		line-height:18px;
		list-style-position:outside;
		list-style-image:url(../img/bullet_subsubmenus.png);
		margin-left:42px;
		-moz-user-select: none;
	}
	
.subMenuLinksSetas a:link {color: #5e5e5e;}
.subMenuLinksSetas a:visited {color: #5e5e5e;}
.subMenuLinksSetas a:hover {color: #000;}
.subMenuLinksSetas a:active {color: #5e5e5e;}


.submenusPipe
	{
		padding-left:20px;
		padding-right:20px;
		padding-top:30px;
	}
	
.subMenusTxtBranco
	{
		font-family: Cabin, Arial, Helvetica, sans-serif;
		font-size: 16px;
		color: #fff;
		text-transform:none;
		font-weight:normal;
		text-align:left;
		line-height:24px;
		padding-left:15px;
		padding-top:20px;
		float:left;
		-moz-user-select: none;
	}
	
.subMenusTxtBrancoLinks:link {color: #fff; text-decoration: underline; font-size:12px;}
.subMenusTxtBrancoLinks:visited {color: #fff; text-decoration: underline; font-size:12px;}
.subMenusTxtBrancoLinks:hover {color: #fff; text-decoration: none; font-size:12px;}
.subMenusTxtBrancoLinks:active {color: #fff; text-decoration: underline; font-size:12px;}





.destaquesTitulos
	{
		font-family: Cabin, Arial, Helvetica, sans-serif;
		font-size: 20px;
		font-weight:bold;
		color: #545454;
		text-align:left;
		text-transform:none;
		-moz-user-select: none;
	}

.destaquesTitulos2
	{
		font-family: Cabin, Arial, Helvetica, sans-serif;
		font-size: 18px;
		font-weight:bold;
		color: #545454;
		text-align:left;
		text-transform:none;
		-moz-user-select: none;
	}




	
/*


ROTATOR


*/

/*

Title:		jShowOff: a jQuery Content Rotator Plugin
Author:		Erik Kallevig
Version:	0.1.2
Website:	http://ekallevig.com/jshowoff
License: 	Dual licensed under the MIT and GPL licenses.

*/


#features, #slidingFeatures, #labelFeatures, #basicFeatures, #thumbFeatures {
	background:fff;
	overflow: hidden;
	width: 642px;
	height: 345px;
	border-radius: 5px 5px 5px 5px; /*top left, top right, bottom righ bottom left */
	-moz-border-radius: 5px 5px 5px 5px;
	border-color: #f9be60 #f9be60 #f9be60 #f9be60; border-style: solid; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px;
	}
.jshowoff {
	width: 642px;
	margin: 10px 0;
	}
.jshowoff div {	
	width: 642px;
	height: 345px;
	}
.jshowoff div, .jshowoff img, .jshowoff {
	-webkit-border-top-left-radius: 6px;
	-webkit-border-top-right-radius: 6px;
	}

.jshowoff h2, .jshowoff p {
	font-size: 18px;
	padding: 15px 20px 0px;
	margin: 0;
	}
.jshowoff p {
	font-size: 13px;
	line-height: 15px;
	}

.jshowoff p.jshowoff-slidelinks {
	position: absolute;
	bottom: 6px;
	left:10px;
	padding: 0;
	}
.jshowoff-slidelinks a, .jshowoff-controls a {
	display: block;
	background-color: #f6a31c;
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
	padding: 6px 8px 6px;
	margin: 5px 0 0 5px;
	float: left;
	text-decoration: none;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	outline: none;
	font-size: 11px;
	line-height: 14px;
	-moz-user-select: none;

	}
.jshowoff-slidelinks a:hover, .jshowoff-controls a:hover {
	color: #000;
	background-color:#fbd87d;
	}
.jshowoff-slidelinks a.jshowoff-active, .jshowoff-slidelinks a.jshowoff-active:hover {
	background-color: #fbd87d;
	color: #000;
	}



	
	
	
.destaquesImgs
	{
		width:288px;
		float:left;
		position:absolute;
		z-index:-1;
		text-align:left;
		margin:0;
	}

.destaquesTxt
	{
		max-width:300px;
		float:left;
		padding-top:15px;
		margin-left:295px;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		color: #5e5e5e;
		text-transform:none;
		font-weight:normal;
		text-align:left;
		line-height:18px;
		-moz-user-select: none;
	}
	
.destaquesTit
	{
		font-family: Cabin, Arial, Helvetica, sans-serif;
		font-size: 20px;
		color: #f6a31c;
		text-transform:none;
		font-weight:bold;
		text-align:left;
		line-height:normal;
		-moz-user-select: none;
	}

.destaquesData
	{
		font-family: Cabin, Arial, Helvetica, sans-serif;
		font-size: 18px;
		color: #5e5e5e;
		text-transform:none;
		font-weight:bold;
		text-align:left;
		line-height:normal;
		-moz-user-select: none;
	}

.destaquesLinks:link {color: #5e5e5e; text-decoration: underline; font-size:12px;}
.destaquesLinks:visited {color: #5e5e5e; text-decoration: underline; font-size:12px;}
.destaquesLinks:hover {color: #5e5e5e; text-decoration: none; font-size:12px;}
.destaquesLinks:active {color: #5e5e5e; text-decoration: underline; font-size:12px;}

/*

   FIM ROTATOR
   
*/   











.homeDivTxt
	{
		background-image:url(../img/home_fundo_texto.png);
		background-repeat:no-repeat;
		margin-left:6px;
		margin-top:10px;
		width:298px;
		height:346px;
		float:left;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 13px;
		color: #fff;
		text-transform:none;
		text-align:left;
		padding-top:10px;
		padding-left:10px;
		padding-right:10px;
		line-height:16px;
		-moz-user-select: none;
	}

.homeTopoNoticias
	{
		background-image:url(../img/fundo_barra_workshops.png);
		width:292px;
		height:48px;
		text-align:left;
	}
	
.homeBenvindo
	{
		font-family: Cabin, Arial, Helvetica, sans-serif;
		font-size: 20px;
		color: #ffffff;
		text-transform:none;
		font-weight:bold;
		text-align:left;
		line-height:normal;
		margin-top:10px;
		-moz-user-select: none;
	}




/*
   INICIO MENU AREA RESERVADA   
*/   
.menuAreaReservadaGeral
	{
		width:292px;
		margin-bottom:10px;
	}
	
.menuAreaReservadaGeralTitulos
	{
		background-image:url(../img/fundo_menu_areareservada.png);
		height:38px;
		padding-top:10px;
		padding-left:10px;
		font-family: Cabin, Arial, Helvetica, sans-serif;
		font-size: 20px;
		color: #ffffff;
		text-align:left;
		text-transform:none;
		-moz-user-select: none;
	}
	
.menuAreaReservadaGeralFundo
	{
		width:272px;
		padding-bottom:15px;
		padding-top:15px;
		border-style:solid;
		border-color:#e9e9e9;
		border-width:10px;
		border-radius: 10px;
		-moz-border-radius:10px;
		background-color:#fff;
		z-index:500;
	}
	
.menuARTitulos
	{
		font-family: Cabin, Arial, Helvetica, sans-serif;
		font-size: 16px;
		font-weight:700;
		color: #8a8a8a;
		padding-left:15px;
		padding-bottom:10px;
		padding-top:10px;
		text-align:left;
		text-transform:none;
		-moz-user-select: none;
	}

/*
   FIM MENU AREA RESERVADA   
*/ 





/*
   INICIO SUB MENU CLINICA  
*/  

.menuClinicaTitulos
	{
		background-image:url(../img/fundo_menu_areareservada_azul.png);
		height:38px;
		padding-top:10px;
		padding-left:10px;
		font-family: Cabin, Arial, Helvetica, sans-serif;
		font-size: 20px;
		color: #ffffff;
		text-align:left;
		text-transform:none;
		-moz-user-select: none;
	}


.subMenuAuis
	{
		text-align:left;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		color: #5e5e5e;
		text-transform:none;
		font-weight:normal;
		line-height:18px;
		list-style-position:outside;
		list-style-image:url(../img/bullet_azul_submenus.png);
		margin-left:30px;
		-moz-user-select: none;
	}
	
.subMenuAuis a:link {color: #5e5e5e;}
.subMenuAuis a:visited {color: #5e5e5e;}
.subMenuAuis a:hover {color: #000;}
.subMenuAuis a:active {color: #5e5e5e;}

.bulletsAzuis
	{
		text-align:left;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		color: #5e5e5e;
		text-transform:none;
		font-weight:normal;
		line-height:22px;
		list-style-position:outside;
		list-style-image:url(../img/bullet_azul_submenus.png);
		margin-left:15px;
		-moz-user-select: none;
	}
	
.bulletsAzuis a:link {text-decoration:underline;}
.bulletsAzuis a:visited {text-decoration:underline;}
.bulletsAzuis a:hover {text-decoration:none;}
.bulletsAzuis a:active {text-decoration:underline;}

/*
   FIM SUB MENU CLINICA  
*/  



/*
   INICIO WORKSHOPS GERAIS   
*/ 





.listaworks
	{
		text-align:left;
		padding-top:15px;
		width:293px;
	}

.textoLista
	{
			font-family: Arial, Helvetica, sans-serif;
			font-size:12px;
			text-decoration:none;
			text-align:left;
			padding-left:50px;
			color:#000000;
			height:60px;
	}


.textoLista:link {color: #000000; text-decoration: none; font-size:12px;}
.textoLista:visited {color: #000000; text-decoration: none; font-size:12px;}
.textoLista:hover {color: #fcb200; text-decoration: none; font-size:12px;}
.textoLista:active {color: #000000; text-decoration: none; font-size:12px;}


.calendario {
			font-family: Arial, Helvetica, sans-serif;
			position:absolute;
			width:43px;
			height:50px;
			background:url(../img/date-sprite.gif) no-repeat;
			font-size:10px;
			color:#f8f8f8;
			text-align:center;
			text-decoration:none;
			-moz-user-select: none;
			padding-left:0px;
		}
.calendario a:hover {
			background-position:0px;
		}
.calendario b {
				font-family: Arial, Helvetica, sans-serif;
				display:block;
				font-size:18px;
				line-height:1em;
				font-weight:normal;
				padding-top:10px;
				-moz-user-select: none;

			}





	/*
	 * NOTICIAS 
	*/
	#loopedCarousel .carousel-container { overflow:hidden; position:relative; text-align:left; }
	#loopedCarousel .slides { position:absolute;}
	#loopedCarousel .slides div.slide {
		font-family: Arial, Helvetica, sans-serif;
		font-size:12px;
		text-align:left;
		position:absolute; 
		top:0;
		width:203px;
		height:50px;
		display:none;
		padding:0 0 0 60px;
		-moz-user-select: none;
	}
		#loopedCarousel .slides div.slide a {
			display:block;
			color:#444;
			text-decoration:none;
		}
		#loopedCarousel .slides div.slide a:hover {
			font-family: Arial, Helvetica, sans-serif;
			font-size:12px;
			text-decoration:none;
			color:#fcb200;
		}
		#loopedCarousel .slides div.slide span {
			font-family: Arial, Helvetica, sans-serif;
			display:block;
			left:0;
			top:0;
			position:absolute;
			width:43px;
			height:50px;
			background:url(../img/date-sprite.gif) no-repeat 0 0;
			font-size:10px;
			color:#f8f8f8;
			text-align:center;
			text-decoration:none;
			-moz-user-select: none;
		}
		#loopedCarousel .slides div.slide a:hover span {
			background-position:0 -50px;
		}
			#loopedCarousel .slides div.slide span b {
				font-family: Arial, Helvetica, sans-serif;
				display:block;
				font-size:18px;
				line-height:1em;
				font-weight:normal;
				padding-top:10px;
				-moz-user-select: none;

			}
	/*
	 * Optional
	*/
	#loopedCarousel { width:292px; position:relative; clear:both; }
	.carousel-nav {
		position:absolute;
		right:0;
		padding-right:10px;
		top:10px;
	}
		.carousel-nav li {
			display:inline;
		}
			.carousel-nav li a {
				display:block;
				float:left;
				width:22px;
				height:23px;
				text-indent:-9999em;
			}
			.carousel-nav li a.previous {
				background:url(../img/carousel-up.gif) no-repeat 0 0;
			}
			.carousel-nav li a.next {
				background:url(../img/carousel-down.gif) no-repeat 0 0;
				width:23px;
			}



.homeTopoDestaques
	{
		background-image:url(../img/fundo_barra_destaques.png);
		width:340px;
		height:38px;
		text-align:left;
		padding-top:10px;
		padding-left:10px;
		margin-bottom:10px;
	}

.homeDestaques
	{
		width:340px;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		color:#5e5e5e;
		text-transform:none;
		text-align:left;
		margin-bottom:18px;
		-moz-user-select: none;

		
	}

.homeDestaquesLinks:link {color: #5e5e5e; text-decoration: none;}
.homeDestaquesLinks:visited {color: #5e5e5e; text-decoration: none;}
.homeDestaquesLinks:hover {color: #5e5e5e; text-decoration: underline;}
.homeDestaquesLinks:active {color: #5e5e5e; text-decoration: none;}

.fundoTextBox
	{
		width:107px;
		height:33px;
		border:0;
		background-image:url(../img/rodape_fundo_campos.png);
		background-repeat:no-repeat;
		display:block;
		padding-top:8px;
		padding-left:8px;
		text-align:left;
		margin-top:3px;

	}
	
.formCampos
	{
		width:90px;
		height:13px;
		border:0;
		position:absolute;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 11px;
		color: #5e5e5e;
		background:none;
	}

.breadcrumb
	{
		font-family: Arial, Helvetica, sans-serif;
		font-size: 11px;
		color: #7a7575;
		text-align:left;
		padding-left:5px;
		margin-top:15px;
		margin-bottom:5px;
		-moz-user-select: none;

	}

.breadcrumb a:hover {color: #f6a31c;}

.divExternaConteudo
	{
		width:630px;
		border-style:solid;
		border-color:#f0f0f0;
		border-width:1px;
		border-radius: 10px;
		-moz-border-radius:10px;
		background-color:#fff;
		text-align:left;
		padding-right:15px;
		padding-left:15px;
		padding-bottom:15px;
		padding-top:35px;
		float:left;
	}





/* TITS PRETOS CABIN 20px */	

.titsPretosCabin20
	{
		font-family: Cabin, Arial, Helvetica, sans-serif;
		font-size: 20px;
		color: #000;
		text-transform:none;
		text-align:left;
		line-height:normal;
		margin-bottom:15px;
		-moz-user-select: none;

	}

.titsLarCabin16
	{
		font-family: Cabin, Arial, Helvetica, sans-serif;
		font-size: 16px;
		color: #f6a31c;
		text-transform:none;
		text-align:left;
		line-height:normal;
		margin-top:40px;
		margin-bottom:15px;
		clear:both;
		-moz-user-select: none;
	}

.titsAzulCabin16
	{
		font-family: Cabin, Arial, Helvetica, sans-serif;
		font-size: 16px;
		color: #00aeef;
		text-transform:none;
		text-align:left;
		line-height:normal;
		margin-top:40px;
		margin-bottom:15px;
		clear:both;
		-moz-user-select: none;
	}

.imgsConteudos
	{
		width:226px;
		height:200px;
		border-radius: 10px;
		-moz-border-radius:10px;
		background-color:#fff;
		float:left;
		margin-right:10px;
		margin-bottom:20px;
	}
	
.imgsBarrigasAmor
	{
		width:276px;
		height:436px;
		border-radius: 10px;
		-moz-border-radius:10px;
		border-color: #f9be60 #f9be60 #f9be60 #f9be60; border-style: solid; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px;
		background-color:#fff;
		float:left;
		margin-right:10px;
		margin-bottom:20px;
	}
	
.imgsDestaques
	{
		width:276px;
		height:281px;
		border-radius: 10px;
		-moz-border-radius:10px;
		background-color:#fff;
		float:left;
		margin-right:10px;
		margin-bottom:20px;
		}
		
.imgsSemMedidas
	{
		border-radius: 10px;
		-moz-border-radius:10px;
		background-color:#fff;
		float:left;
		margin-right:10px;
		margin-bottom:20px;
		}


.imgsMapaBarrigasAmor
	{
		width:630px;
		height:400px;
		border-radius: 10px;
		-moz-border-radius:10px;
		background-color:#fff;
		float:left;
		margin-right:10px;
		margin-bottom:20px;
		}

.imgsDestaquesHome
	{
		width:83px;
		height:81px;
		border-radius: 10px;
		-moz-border-radius:10px;
		background-color:#fff;
		float:left;
		margin-right:10px;
		}
		
.imgsDestaquesHomeBorder
	{
		width:83px;
		height:81px;
		border-radius: 10px;
		-moz-border-radius:10px;
		background-color:#fff;
		border-color: #f9be60 #f9be60 #f9be60 #f9be60; border-style: solid; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px;
		float:left;
		margin-right:10px;
		}
	
	
.imgsParceiros
	{
		width:200px;
		height:120px;
		border-radius: 10px;
		-moz-border-radius:10px;
		background-color:#e9e9e9;
		margin-right:10px;
		margin-bottom:20px;
	}
	
.animacoesParceiros
	{
		margin-bottom:20px;
	}
	
.imgsGalerias
	{
		width:100px;
		height:100px;
		border-radius: 10px;
		-moz-border-radius:10px;
		background-color:#e9e9e9;
		margin-right:10px;
		margin-bottom:20px;
	}
	
.imgsGaleriasMais
	{
		margin-right:10px;
		margin-bottom:20px;
	}
	
.imgsEquipas
	{
		width:68px;
		height:88px;
		border-radius: 10px;
		-moz-border-radius:10px;
		background-color:#e9e9e9;
		margin-right:30px;
		margin-bottom:10px;
	}
	
.legendaEquipas
	{
		width:98px;
		height:30px;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		color: #5e5e5e;
		margin-bottom:40px;
		-moz-user-select: none;
	}
	
.legendaEquipas a:link {text-decoration:underline;}
.legendaEquipas a:visited {text-decoration:underline;}
.legendaEquipas a:hover {text-decoration:none;}
.legendaEquipas a:active {text-decoration:underline;}	
	
	
.txtConteudos
	{
		font-family: Arial, Helvetica, sans-serif;
		font-size: 13px;
		color: #5e5e5e;
		line-height:15px;
		clear:both;
		-moz-user-select: none;
	}
	
.txtConteudos a:link {text-decoration:underline;}
.txtConteudos a:visited {text-decoration:underline;}
.txtConteudos a:hover {text-decoration:none;}
.txtConteudos a:active {text-decoration:underline;}
	
	
.bulletsConteudos
	{
		text-align:left;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		color: #5e5e5e;
		text-transform:none;
		font-weight:normal;
		line-height:22px;
		list-style-position:outside;
		list-style-image:url(../img/bullet_submenus.png);
		margin-left:15px;
		-moz-user-select: none;
	}
	
.bulletsConteudos a:link {text-decoration:underline; color:#f6a31c;}
.bulletsConteudos a:visited {text-decoration:underline; color:#f6a31c;}
.bulletsConteudos a:hover {text-decoration:none; color:#f6a31c;}
.bulletsConteudos a:active {text-decoration:underline; color:#f6a31c;}
	
.bulletsSubConteudos
	{
		text-align:left;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		color: #5e5e5e;
		text-transform:none;
		font-weight:normal;
		line-height:22px;
		list-style-position:outside;
		list-style-image:url(../img/bullet_subsubmenus.png);
		margin-left:30px;
		-moz-user-select: none;
	}



/* INICIO CALCULADORA */

.titCalculadora
	{
		font-family: Cabin, Arial, Helvetica, sans-serif;
		font-size: 16px;
		color: #f6a31c;
		margin-top:15px;
		padding-top:5px;
		-moz-user-select: none;
	}

.formTitulosCalc
	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#5e5e5e;
	margin-top:15px;
	margin-bottom:15px;
	padding-top:5px;
	padding-bottom:5px;
	-moz-user-select: none;
	}
	
	
.formCamposCalc
	{
    width:90px;
	height:30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border-style:solid;
	border-color:#f0f0f0;
	border-width:1px;
	border-radius: 5px;
	-moz-border-radius:5px;
	background-color:#f0f0f0;
	}
	
.imgsCalculadora
	{
		width:251px;
		height:268px;
		border-radius: 10px;
		-moz-border-radius:10px;
		background-color:#fff;
		float:left;
		margin-right:10px;
		margin-bottom:20px;
	}

.formLeftCalc {float: left;}

/* FIM CALCULADORA */







/* INICIO HORARIOS BARRIGAS DE AMOR */


#tooltip {
	width:300px;
	position:absolute;
	z-index:9999;
	color:#000;
	font-size:11px;
	text-align:left;
	
}

#tooltip .tipHeader {
	height:8px;
}


#tooltip .tipBody {
	background-color:#c7d9e7;
	padding:10px 10px 10px 10px;
}

#tooltip .tipFooter {
	height:8px;
}



.programaBarrigasAmor
	{
		float:left;
	}



.espacoTendas
	{
		width:250px;
		height:15px;
		border-style:solid;
		border-color:#f8f8f8;
		border-width:1px;
		border-radius: 5px;
		-moz-border-radius:5px;
		background-color:#f6a31c;
		text-align:center;
		font-weight:bold;
		padding-bottom:5px;
		padding-top:15px;
		padding-left:5px;
		padding-right:5px;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 11px;
		color: #000;
		-moz-user-select: none;
	}
	
.horarioBarrigasAmor
	{
		width:70px;
		height:15px;
		border-style:solid;
		border-color:#f8f8f8;
		border-width:1px;
		border-radius: 5px;
		-moz-border-radius:5px;
		background-color:#e9e9e9;
		text-align:center;
		font-weight:bold;
		padding-bottom:5px;
		padding-top:15px;
		padding-left:5px;
		padding-right:5px;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 11px;
		color: #000;
		-moz-user-select: none;
	}
	
.horasBarrigasAmor
	{
		width:70px;
		height:15px;
		border-style:solid;
		border-color:#f8f8f8;
		border-width:1px;
		border-radius: 5px;
		-moz-border-radius:5px;
		background-color:#e9e9e9;
		text-align:center;
		padding-bottom:10px;
		padding-top:10px;
		padding-left:5px;
		padding-right:5px;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 11px;
		color: #000;
		-moz-user-select: none;
	}



.actividadesBarrigasAmor1hora
	{
		width:250px;
		height:15px;
		border-style:solid;
		border-color:#f0f0f0;
		border-width:1px;
		border-radius: 5px;
		-moz-border-radius:5px;
		background-color:#fff;
		text-align:center;
		padding-bottom:10px;
		padding-top:10px;
		padding-left:5px;
		padding-right:5px;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 11px;
		color: #000;
		-moz-user-select: none;
	}

.actividadesBarrigasAmor1hora a:link {text-decoration:underline;}
.actividadesBarrigasAmor1hora a:visited {text-decoration:underline;}
.actividadesBarrigasAmor1hora a:hover {text-decoration:none;}
.actividadesBarrigasAmor1hora a:active {text-decoration:underline;}


/* FIM HORARIOS BARRIGAS DE AMOR */








/* INICIO HORARIOS */


.horariosDias
	{
		float:left;
	}

.horariosTopos
	{
		width:86px;
		height:22px;
		border-radius: 5px;
		-moz-border-radius:5px;
		background-color:#e9e9e9;
		font-family: Cabin, Arial, Helvetica, sans-serif;
		font-size: 13px;
		color: #5e5e5e;
		text-align:center;
		padding-top:5px;
		margin-right:3px;
		margin-bottom:3px;
		-moz-user-select: none;
	}
	
.horariosHoras
	{
		width:86px;
		height:95px;
		border-style:solid;
		border-color:#f0f0f0;
		border-width:1px;
		border-radius: 5px;
		-moz-border-radius:5px;
		background-color:#fff;
		text-align:center;
		padding-top:5px;
		padding-bottom:5px;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 11px;
		color: #000;
		-moz-user-select: none;
	}
	

	
.horariosDiferentesHoras
	{
		width:86px;
		border-style:solid;
		border-color:#f0f0f0;
		border-width:1px;
		border-radius: 5px;
		-moz-border-radius:5px;
		background-color:#fff;
		text-align:center;
		padding-top:5px;
		padding-bottom:5px;
		margin-bottom:5px;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 11px;
		color: #000;
		-moz-user-select: none;
	}
	
	
.horariosLegendas
	{
		font-family: Arial, Helvetica, sans-serif;
		font-size: 11px;
		color: #5e5e5e;
		margin-bottom:10px;
		clear:both;
		-moz-user-select: none;
	}
	
.horariosLegendas a:link {text-decoration:underline;}
.horariosLegendas a:visited {text-decoration:underline;}
.horariosLegendas a:hover {text-decoration:none;}
.horariosLegendas a:active {text-decoration:underline;}
	
.conteudosComCaixa
	{
		width:619x;
		border-radius: 5px;
		-moz-border-radius:5px;
		background-color:#e9e9e9;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 13px;
		color: #5e5e5e;
		text-align:left;
		padding:15px;
		margin-bottom:20px;
		-moz-user-select: none;
	}
	
/* HORARIOS ACTIVIDADES  */

.horariosDiaMes
	{
		width:86px;
		border-style:solid;
		border-color:#f8f8f8;
		border-width:1px;
		border-radius: 5px;
		-moz-border-radius:5px;
		background-color:#e9e9e9;
		text-align:center;
		padding-top:5px;
		padding-bottom:5px;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 11px;
		color: #000;
		-moz-user-select: none;
	}
	
.horariosDiaSemana
	{
		width:86px;
		border-style:solid;
		border-color:#f8f8f8;
		border-width:1px;
		border-radius: 5px;
		-moz-border-radius:5px;
		background-color:#f6a31c;
		text-align:center;
		padding-top:5px;
		padding-bottom:5px;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 11px;
		color: #000;
		-moz-user-select: none;
	}

.horariosActividades
	{
		width:86px;
		height:230px;
		border-style:solid;
		border-color:#f0f0f0;
		border-width:1px;
		border-radius: 5px;
		-moz-border-radius:5px;
		background-color:#fff;
		text-align:center;
		padding-top:5px;
		padding-bottom:5px;
		margin-bottom:5px;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 11px;
		color: #000;
		-moz-user-select: none;
	}

.horariosActividades a:link {text-decoration:underline;}
.horariosActividades a:visited {text-decoration:underline;}
.horariosActividades a:hover {text-decoration:none;}
.horariosActividades a:active {text-decoration:underline;}
	
	
/* FIM HORARIOS ACTIVIDADES  */




/* TABELAS */

.tabelasTextoTopos
	{
		float:left;
	}
	
	
.tabelasConteudo
	{
		width:600px;
		border-style:solid;
		border-color:#f0f0f0;
		border-width:1px;
		background-color:#fff;
		text-align:center;
		padding-top:10px;
		padding-bottom:10px;
		padding-left:10px;
		padding-right:10px;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 11px;
		color: #000;
		-moz-user-select: none;
	}	
	
	
.tabelasLegendas
	{
		font-family: Arial, Helvetica, sans-serif;
		font-size: 11px;
		color: #5e5e5e;
		margin-bottom:10px;
		clear:both;
		-moz-user-select: none;
	}
	
.tabelasLegendas a:link {text-decoration:underline;}
.tabelasLegendas a:visited {text-decoration:underline;}
.tabelasLegendas a:hover {text-decoration:none;}
.tabelasLegendas a:active {text-decoration:underline;}



/* FORMS */

.formCamposQuestionario
	{
    width:500px;
	height:25px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border-style:solid;
	border-color:#f0f0f0;
	border-width:1px;
	border-radius: 5px;
	-moz-border-radius:5px;
	background-color:#f0f0f0;
	-moz-user-select: none;
	}
	
.formCamposQuestionario2
	{
    width:500px;
	height:45px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border-style:solid;
	border-color:#f0f0f0;
	border-width:1px;
	border-radius: 5px;
	-moz-border-radius:5px;
	background-color:#f0f0f0;
	-moz-user-select: none;
	}

.formTitulosQuestionario
	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	color:#5e5e5e;
	margin-top:15px;
	padding-top:5px;
	padding-bottom:5px;
	-moz-user-select: none;
	-moz-user-select: none;
	}
	
.formEnviarQuestionario
	{
		font-family: Cabin, Arial, Helvetica, sans-serif;
		font-size: 16px;
		color: #f6a31c;
		text-transform:none;
		text-align:left;
		line-height:normal;
		margin-top:20px;
		margin-bottom:15px;
		clear:both;
		border-style:solid;
		border-color:#f0f0f0;
		border-width:1px;
		border-radius: 5px;
		-moz-border-radius:5px;
		background-color:#f0f0f0;
	    -moz-user-select: none;
	}
	


/* STICKY FOOTER */

#wrap {min-height: 100%;}

#main {overflow:auto;
	padding-bottom: 220px;}  /* must be same height as the footer */

#footer {position: relative;
	margin-top: -220px; /* negative value of footer height */
	height: 220px;
	clear:both;} 

/*Opera Fix*/
body:before {
	content:"";
	height:100%;
	float:left;
	width:0;
	margin-top:-32767px;/
}

And on your html page you will need this conditional style for IE6 and earlier and for IE8 (!IE7 means not 7, but all others);

<!--[if !IE 7]>
	<style type="text/css">
		#wrap {display:table;height:100%}
	</style>
<![endif]-->

/* Fim Sticky Footer */




