@charset "utf-8";
/* reset */
* {
	margin:0;
	padding:0;
	outline:0;
}
img {
	border:0;
}
.clear {
	clear:both;
}
.line {
	clear:both;
	padding:15px 0 0;
	margin:0 0 25px;
	border-bottom:1px solid #ddd;
}
body {
	font:.8em Arial, Verdana, Tahoma, Sans-Serif;
	background:#f4f4f4 url(../images/bgtile.jpg) repeat-x;
	color:#555;
}
/* typography and links */
a {
	text-decoration:none;
	color:#333;
}
p {
	margin:0 0 17px;
	line-height:1.6em;
}
/* headings */
h1, h2, h3, h4, h5 {
	font-weight:normal;
}
h1 {
	float:left;
	font-size:2.1em;
	color:#fff;
	letter-spacing:-1.4px;
	margin:0 0 30px 0;
	padding:34px 0 0 10px;
}
h1 a {
	color:#fff;
}
h2 {
	margin:0 0 15px;
	font-size:1.9em;
	color:#000;
}
h2.inner {
	border-bottom:1px solid #ddd;
	margin:0 0 25px;
	padding:0 0 10px;
}
h3 {
	margin:0 0 7px;
	font-size:1.3em;
	clear:both;
	color:#000;
	line-height:1.3em;
}
h4 {
	margin:0 0 10px;
	font-size:1.3em;
	color:#000;
}
h5 {
	font-size:1em;
	color:#eee;
	margin:0 0 14px;
}
#bg {
	background:url(../images/bg.jpg) no-repeat center top;
	width: 1344px;
}
/* content holder */
.wrap {
	margin:0 auto;
	width:960px;
}
/* menu */
#mainmenu {
	float:right;
	padding:39px 0 0;
}
#menu ul {
	float:right;
}
#menu li {
	display:inline;
	float:left;
	margin:0 0 0 18px;
}
#menu li a {
	display:block;
	color:#999;
	padding:7px;
	font-size:1.1em;
	border:1px solid transparent;
}
#menu a:hover, #menu li.current a {
	border-color:#444;
}
#menu li ul {
	top:77px;
	background:url(../images/dot.png);
	font-size:.92em;
	position:absolute;
	display:none;
	z-index:100;
}
#menu li ul li {
	float:none;
	display:inline;
	margin:0;
	padding:0;
	clear:left;
}
#menu li ul li a {
	color:#fff;
	margin:4px;
	white-space:nowrap;
	padding:6px;
}
#menu li ul li a:hover {
	background:#2C2D2F;
	border-color:#2C2D2F;
}
/* pitch slideshow */
#pitch {
	clear:both;
	height:296px;
	background:url(../images/shadow.png) no-repeat left bottom;
	margin:0 0 25px;
}
#slideshow {
	position:relative;
	height:310px;
}
#slideshow img {
	float:left;
}
#slideshow div {
	position:absolute;
	top:0;
	left:0;
	z-index:8;
}
#slideshow div.active {
	z-index:10;
}
#slideshow div.last-active {
	z-index:9;
}
#zoom {
	z-index:11;
}
/* pitch overlay */
.overlay {
	clear:both;
	float:left;
	z-index:100;
	position:relative;
	margin:100px 0 0;
}
.overlay h2 {
	color:#fff;
	font-size:1.2em;
	background:url(../images/dot.png);
/*	background:#ccc;*/
	padding:16px;
	margin:0;
	float:left;
	width:285px;
}
.overlay p {
	clear:both;
	color:#fff;
	background:#443c3c;
	padding:16px;
	width:285px;
}
#slideshow:hover .arrow {
	background:url(../images/dot.png);
}
.arrow {
	float:right;
	position:relative;
	width:65px;
	height:63px;
	margin:-180px 0 0;
	z-index:100;
}
.arrow a {
	float:left;
	background:url(../images/pitcharrow.gif) no-repeat center center;
	width:15px;
	height:24px;
	padding:19px 25px;
}
/* inner pitch */
#inner-pitch {
	clear:both;
}
#inner-pitch .overlay {
	margin:0;
	width:920px;
}
/* main content */
#main {
	clear:left;
	float:left;
	width:680px;
	/*border-right:1px dotted #ddd;*/
	/*padding:0 30px 0 0;*/
	margin:0 0 30px 192px;
}
#intro {
	padding:0 0 20px;
	margin:0 0 25px;
	border-bottom:1px dotted #ddd;
}
#separator {
	height:10px;
	width:86%;
	border-top:1px dotted #ddd;
}
/* holder for page content */
#page {
}
.justify {
	text-align:justify;
}
/* images align */
.left {
	float:left;
	margin:0 15px 5px 0;
}
.right {
	float:right;
	margin:0 0 5px 15px;
}
/* tables */
.table {
	border-collapse:collapse;
	width:100%;
	margin:0 0 30px;
}
.table td {
	padding:10px;
	border-bottom:1px solid #ddd;
}
.table thead td {
	font-weight:bold;
	border-bottom:3px double #ddd;
	border-top:1px solid #ddd;
	background:#fff;
}
.table .odd td {
	background:#fff;
}
/* blog posts */
.blog-post {
	border-bottom:1px solid #ddd;
	margin:0 0 30px;
}
.blog-date {
	float:left;
	width:50px;
	text-align:right;
	font-size:.9em;
	padding:4px 0 0;
}
.blog-date span {
	font-size:1.8em;
}
.blog-body {
	float:right;
	width:590px;
	border-left:1px solid #ddd;
	padding:0 0 0 22px;
}
/* lists */
#page ul, #page ol {
	margin:0 0 25px 27px;
}
#page li {
	padding:6px 0;
	list-style:square;
}
/* boxes */
.half, .third {
	float:left;
	width:292px;
	background:#fff;
	padding:15px;
	margin:0 30px 30px 0;
}
.third {
	width:175px;
}
.last {
	margin-right:0;
}
/* home page bits */
#bits {
	clear:both;
	margin:0 0 25px 45px;
}
.bit {
	float:left;
	width:30%;
	padding:10px 0 0 0;
}
.bit h4 {
	margin:0 0 18px;
}
.bit img {
	margin:0 0 8px;
}
.bit p {
	font-size:.9em;
}
.bit.last {
	padding-right:0;
}
.more {
	margin:0 0 0 114px;
}
/* sidebar */
#side_top {
	background:url(../images/side_top.png) no-repeat;
	width:220px;
	height:13px;	
}
#side_mid {
	background:url(../images/side_mid.png) no-repeat;
	width:220px;	
}
#side_bot {
	background:url(../images/side_bot.png) no-repeat;
	width:220px;
	height:13px;	
}
#side {
	float:left;
	width:220px;
	margin: 20px;
	font-size:.9em;
}
#side_mid_srv {
	background:url(../images/side_mid.png) no-repeat;
	width:220px;	
}
#side h4 {
	margin:0 0 23px;
	font-size:1.3em;
}
.news {
	border-bottom:1px dotted #ddd;
	margin:0 0 11px;
}
.news h5 {
	margin:0 0 5px;
	font-size:1.2em;
}
.news p {
	margin:0 0 11px;
	color:#FFF;
}
#quote {
	padding:20px;
}
#quote h4{
	color:#FFF;
}
/* side menu */
.side-menu li {
	list-style:none;
	padding:10px 4px;
}
.side-menu li a{
	color:#FFF;
}
/* forms */
fieldset {
	border:0;
}
label {
	display:block;
	color:#444;
	padding:0 0 2px;
}
input.text, textarea.text {
	width:250px;
	padding:5px;
	border:0;
	border:1px solid #ddd;
	margin:0 0 3px;
}
textarea.text {
	width:400px;
	height:120px;
}
input.submit {
	color:#fff;
	padding:7px 10px;
	border:0;
	font-weight:bold;
	background:#777;
}
/* footer */
#footer {
	clear:both;
	color:#999;
	background:url(../images/footertile.jpg) repeat-x;
	font-size:.9em;
}
#footerbg {
	padding:19px 0 15px 0;
	background:url(../images/footer.jpg) no-repeat center top;
}
#footer p {
	margin:0 0 12px;
	padding:6px 0;
}
#footer_menu {
	float:right;
	padding:4px 0 0;
}
#footer a {
	color:#999;
	margin:0;
	padding:6px 0;
}
#fleft {
	clear:both;
	padding:25px 0 0;
}
#copy {
	float:left;
	color:#777;
}
/* ------------------- CLIENTES ------------------------ */
.client {
	float:left;
	width:29%;
	padding:10px 29px 0 0;
}
.client img {
	max-width: 203px;
	max-height: 150px;
}

#frame {
    border: 1px solid #CCCCCC;
    border-radius: 12px 12px 12px 12px;
    margin: 0;
}

