@charset "utf-8";

/* cor fonte corpo padrao: #666;


/* =Reset
-----------------------------------------------------------------------------*/

* {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0
	}
	
/* =General
-----------------------------------------------------------------------------*/

/* Remove border */
.noborder {
	border: none
	}

/* Set bold */
.bold		{
	font-weight: bold
	}

/* Class for clearing floats */
.clear {
	clear:both
	}

/* Hack for boxes content */
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden
	}

/* Hides from IE-mac \*/
.clearfix {
	display: inline-block
	}
	
* html .clearfix {
	height: 1%
	}

.clearfix {
	display: block
	}

*+html .clearfix {
	min-height: 1%
	}

/* Put it back on certain elements */
h1, h2, h3, h4, h5, h6, p, pre, blockquote, fieldset, ul {
	margin: 0;
	}
	
:focus {
	outline: 0
	}

blockquote, q {
	quotes: "" ""
	}
	
lockquote:before, blockquote:after, q:before, q:after {
	content: ""
	}
	
/* =Typography
-----------------------------------------------------------------------------*/

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #666;
	background: url(../images/bg.gif) repeat;
	line-height: 20px;
	}

/* =Divs
-----------------------------------------------------------------------------*/

#portfolio {
	width: 100%;
	display: table;
}

#body {
	width: 97%;
	margin: 0 0 0 20px;
	display: table;
}

#bio {
	width: 932px;	
	margin-top: -100px;
	margin-left: 3px;
	margin-bottom: 30px;
	text-align: justify;
	position: absolute;
}

#banners-eventos li {
	width: 470px;
	margin-right: 8px;
	margin-top:10px;
	display: inline;
}

#banners-eventos li img {
	margin: 5px 0 0 5px;
	border: 6px solid #FFF;
}

#div-emkt ul li {
	display:block;
}

#emkt li {
	margin-right: 8px;
	margin-top:10px;
	
	display: inline;
}

#emkt li img {
	margin: 5px 0 6px 7px;
	border: 6px solid #FFF;
}

#banners-hollywoodceo li {
	width: 470px;
	margin-right: 8px;
	margin-top:10px;
	display: inline
}

#banners-hollywoodceo li img {
	margin: 5px 0 0 5px;
	border: 6px solid #FFF;
}

#sites-revistas li {
	margin-right: 8px;
	margin-top:3px;
	margin-bottom: 20px;
}

#sites-revistas li img {
	margin: 8px 0 0 0;
	border: 6px solid #FFF;
}

#sites-revistas span {
	display: block;
	margin-left:9px;
}

#sites-revistas li img:hover, #banners-hollywoodceo li img:hover, #emkt li img:hover, #banners-eventos li img:hover {
	border: 6px solid #d5c77f;
}

#footer {
	background: url(../images/footer.jpg) bottom left no-repeat;
	height: 335px;
}


#div-emkt {
	width: auto;
	padding-top:20px;
	clear:both;
	display: table;
}

#div-site {
	width: auto;
	height: auto;
	padding-top:10px;
	clear:both;
	display: table;
}

ul#banners-eventos li {
	width: 471px;
	background: url(../images/shadow.gif) top center no-repeat;
	display: block;
	float: left;
	margin-left:-3px;
	margin-top:3px;
}

ul#emkt li {
	

	/*background: url(../images/shadow-emkt.gif) top center no-repeat;*/
	display: block;
	float: left;
	margin-left:-7px;
	margin-top:5px;
}


/* =Classes
-----------------------------------------------------------------------------*/

/* =Headings
-----------------------------------------------------------------------------*/


/* =Links
-----------------------------------------------------------------------------*/

a			{ text-decoration: none; color: #a49141 }
a:visited	{ text-decoration: none }
a:active	{ text-decoration: none }
a:hover		{ text-decoration: underline }

/* =Branding
-----------------------------------------------------------------------------*/


/* =Main Nav
-----------------------------------------------------------------------------*/

ol, ul {
	list-style: none
	}

/* =Sub Nav
-----------------------------------------------------------------------------*/


/* =Main Content
-----------------------------------------------------------------------------*/


/* =Secondary Content
-----------------------------------------------------------------------------*/


/* =Footer
-----------------------------------------------------------------------------*/


/* =Forms
-----------------------------------------------------------------------------*/

/* Removes fieldset borders. even on Opea 7 */
fieldset {
	border: 1px solid transparent
	}

/* =Tables
-----------------------------------------------------------------------------*/

table { 
	border-spacing: 0;
	border-collapse: collapse
	}

caption, th, td {
	text-align: left;
	font-weight: normal
	}


