/* =Reset
-----------------------------------------------------------------------------*/
* {
	margin: 0px;
	padding: 0px;
	outline: none;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img {
	border:0;
}
fieldset {
	display:block;
}
address,caption,cite,code,dfn,em,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul, li {
	list-style: none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
	line-height: normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;}

legend {
	display: none;
}



/* INICIO HACKS
-----------------------------------------------------------------------------*/

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
	height:1%;
}

.clear {
	clear: both;
	height: 1px;
	margin: 0px;
	padding: 0px;
	line-height: 0px;
}
.replace {
	overflow: hidden;	
}

.replace a {
	display:block;
	width: 100%;
	height: 100%;	
	position: relative;
}

.replace strong {
	position: absolute;
	top: -9999px;	
}

.fix {
	overflow: hidden;
	zoom: 1;
}

a, a:visited {
	text-decoration: none;
}


/*========================*/

body {
	background-color: #cd001f;
}

#banner {
	margin: 0 auto;
	width: 270px;
	height: 530px; 
	position: relative;
	overflow: hidden;
	position:absolute;
	top:0; left:0;
	z-index:100;
}

#container {
	background: url(../img/bg.jpg) no-repeat 0 0;
	margin: 0 auto;
	width: 1052px;
	height: 723px; 
	position: relative;
}

h1 {
	position: absolute;
	width: 200px;
	height: 40px;
	top: 374px;
	left: 425px;
}

h2 {
	width: 200px;
	height: 100px;
	left:420px;
	position: absolute;
}

.blog {
	position: absolute;
	width: 194px;
	height: 40px;
	top: 374px;
	left: 190px; 
}

.book {
	position: absolute;
	width: 194px;
	height: 40px;
	top: 374px;
	left: 670px;
}

.dicas {
	position: absolute;
	width: 285px;
	height: 40px;
	top: 540px;
	left: 380px;
}

#containerDicas {
	background: url(../img/bgDicas.jpg) no-repeat 0 0;
	margin: 0 auto;
	width: 1052px;
	height: 782px; 
	position: relative;
}

#containerDicas .Titulo{
	padding:0 0 0 232px;
}

#containerDicas .PalcoVideo{
	padding:0 0 0 282px;
}

#containerDicas .Thumbs{
	padding:20px 0 0 320px;	
}

#containerDicas .Thumbs ul li{
	float:left;
	font:normal 11px/14px Arial;
	color:#000;
	width:116px; 
	height:90px;
	padding:0 5px 0 0;
}

#containerDicas .Thumbs ul li a{
	float:left;
	font:bold 11px/14px Arial;
	color:#fff;
	text-decoration:none;
}

#containerDicas .Thumbs ul li a:hover{
	text-decoration:underline;
}

#containerDicas .Thumbs ul li b{
	font:bold 11px/14px Arial;
	color:#000;
}

#containerDicas .Thumbs ul li span{
	font:normal 11px/14px Arial;
	color:#cdcdcd;
}



