
 /**
  * @developed by Mecanismo Virtual
  * @website www.mecanismovirtual.com  
  * @email geral@mecanismovirtual.com
  * @copyright 2009
  */

@charset "ISO-8859-1";

/** CSS Reset **/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

:focus { 
    outline: 0; 
}

body { 
    line-height: 1; 
    color: black; 
    background: white; 
}

ol, ul { 
    list-style: none; 
}

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

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

blockquote:before, blockquote:after, q:before, q:after { 
    content: "";
}

blockquote, q { 
    quotes: "" ""; 
}


/** Tags Base **/
html, body { 
    height: 100%; 
    min-height: 100%;
}

html { 
    background-color: #fff; 
}

body { 
    color: #888;
    margin: 0; /* chrome */
    padding: 0; /* chrome */
    font-size: 12px;
    font-family: Arial, Tahoma, Helvetica, Sans-Serif; 
    background-color: #fff;
    position: relative;
}

img { 
	vertical-align: middle; 
}

a, a:link, a:active, a:visited { 
	cursor: pointer; 
	text-decoration: underline; 
	color: #1a1a1a; 
}

a:hover { 
	color: #5A5A5A;
	text-decoration: none; 
}

form { 
	display: inline; 
}

input { 
    font-family: Arial, Tahoma, Helvetica, Sans-Serif;  
}

input[type="submit"] { 
	cursor: pointer; 
	text-decoration: none;
	padding-top: 0px;
    font-size: 11px;
	outline: none;
	border: 1px solid #000; 
	color: #FAA73D;
}

input[type="button"] { 
	cursor: pointer; 
	border: 1px solid #dfdfdf; 
}

input[type="text"], 
input[type="password"],
textarea { 
	border: 1px solid #000; 
	background-color: #fff; 
	color: #5E5E5E;
}

input[type="checkbox"] {
	color: #797979; 
	margin: 1px 0 1px 0;	
}

select {
	border: 1px solid #000; 
	background-color: #fff; 
	font-size: 11px; 
	padding: 1px 0 1px 3px;
	color: #5E5E5E;
}

option { 
    border: none; 
    outline: none; 
    color: #5E5E5E; 
}

option[value=""] { 
    color: #5E5E5E; 
}  

input[type="hidden"], form { 
    display: inline; 
}

p { 
    margin: 0; 
    padding: 3px; 
}

div { 
    width: auto; 
    margin: 0;
    padding: 0; 
}

strong, 
b { 
    font-weight: bold; 
}

small, 
small * { 
    font-size: 9px; 
}

span { 
    color: #5E5E5E; 
}

h1, 
h2, 
h3, 
h4, 
h5, 
h6 { 
    padding: 0;
    margin: 0;
    font-family: arial; 
}


/** CONTAINER **/
div#container { 
    width: 100%; 
    background-color: #fff; 
    min-height: 100%; 
    margin: 0 auto -35px auto;
}


/** HEADER **/
div#header {
    width: 100%; 
    height: 101px; 
    background: #fff url('../design/header.jpg') center 0 no-repeat; 
}

div.allinner { 
    width: 968px !important; 
    margin: 0 auto !important;
}

div#header div#head-search { 
    width: 256px;  
    margin: 0;
    margin-left: 713px; 
    padding: 0;
}

div#header div#head-search p { 
    padding:  0; 
    margin: 0; 
    background-color: transparent;    
    padding-top: 38px;
}

div#header div#head-search p input[type="text"] { 
    padding: 0;
    margin: 0;
    padding-top: 2px;
    margin-top: 4px;
    width: 210px; 
    border: none; 
    color: #BBBBBB; 
    font-size: 12px; 
    height: 14px;
    line-height: 12px;
    background-color: transparent;  
    vertical-align: top;
}  

div#header div#head-search p input[type="submit"] { 
    padding:0;
    margin:0;
    width: 27px; 
    height: 27px; 
    border: none; 
    margin-left: 15px; 
    background: #fff url('../design/bottons/search.png') 0 0 no-repeat;
}  


/** NAVIGATION **/
div#navigation { 
    text-align: center; 
    height: 37px; 
    border-top: 1px solid #8C8C8E; 
    background-color: #19171C;  
}

div#navigation ul {     
    padding: 0;  
    margin: 0;
    margin-top: 7px; 
    margin-left: 0; 
}

div#navigation ul li {     
    padding: 0;  
    margin: 0;
    display: inline; 
    list-style: none; 
}

div#navigation ul li a { 
    cursor: pointer;
    padding-top: 2px;
    color: #D4D2D5;
    text-decoration: none;
    font-size: 12px;
    text-transform: uppercase;
    display: block; 
    float: left; 
    margin: 0 2px; 
    height: 30px; 
    line-height: 28px;
    vertical-align: middle;
    width: 156px; 
    background: #19171C url('../design/tabs/tab-156.png') 0 0 no-repeat;
}

div#navigation ul li a:hover,
div#navigation ul li a.active  {
    color: #fff;
    background: #19171C url('../design/tabs/tab-156-active.png') 0 0 no-repeat;
}

div#navigation ul li.short a { 
    width: 80px; 
    background: #19171C url('../design/tabs/tab-80.png') 0 0 no-repeat;
}

div#navigation ul li.short a:hover,
div#navigation ul li.short a.active { 
    background: #19171C url('../design/tabs/tab-80-active.png') 0 0 no-repeat;
}


/** AREA **/
div#area { 
    position: relative;
}


/** MOUSE (swf) **/
div#mouse { 
    position: absolute; 
    top: 0; 
    left: 0; 
    z-index: 0; 
    visibility: visible; 
    width: 968px; 
    height: 211px; 
}


/** SLOGAN **/ 
div#slogan {
    width: 100%; 
    height: 118px; 
    background: #1195D3 url('../design/slogan.jpg') center 0 no-repeat; 
}


/** USER AREA **/ 
div#user { 
    width: 100%; 
    height: 93px; 
    background: #fff url('../design/user-area.jpg') center 0 no-repeat; 
    z-index: 1; 
}

div#user div#login {
    position: relative;
    margin-left: 0;
    z-index: 1000;
    margin: 0; padding: 0;
}

div#user div#login form p {
    width: 160px;
    position: absolute;
    padding: 0; 
    margin: 0;
    font-size:  14px;
    color: #000;
    display: inline;
    top: 28px;
    left: 25px;
}

div#user div#login form p span { 
    color: #fff; 
    text-transform: uppercase; 
    font-size: 12px; 
    font-weight: bold; 
}

div#user div#login form p + p {
    width: 222px;
    padding: 0; 
    margin: 0;
    top: 27px;
    left: 135px;
}

div#user div#login form p + p + p {
    top: 27px;
    left: 377px;
}

div#user div#login form p + p + p + p {
    top: 21px;
    left: 536px;
}

div#user div#login form p input { 
    padding: 0; 
    margin: 0; 
    color: #BBBBBB; 
    font-size: 12px; 
    border:none;
    vertical-align: middle;
}

div#user div#login form p input[type="text"] { 
    left: 22px;
}

div#user div#login form p input[type="text"],
div#user div#login form p input[type="password"]  {
    font-size: 12px;
    vertical-align: top;
    height: 14px;
    line-height: 14px;
    width: 222px;
}

div#user div#login form p input[type="password"] {
    width: 144px;
}

div#user div#login form p input[type="submit"] {
    padding:0;
    margin:0;
    width: 27px; 
    height: 27px; 
    border: none; 
    background: #fff url('../design/bottons/login.png') 0 0 no-repeat;    
}

div#user div#login p  {
    top: 62px;
    left: 379px;
    position:absolute;
}

div#user div#login p  a {
    font-size: 13px;
    font-weight: bold;
    text-decoration: none;
}

div#user div#login p a:hover {
    color: #333;
    text-decoration: none;
}


/** LAYOUTS **/
div#layout-regular, 
div#layout-wide { 
    width: 100%; 
    margin: 0 auto; 
    border-top: 1px solid #C4C4C4;
}


/** LAYOUT REGULAR **/
div#layout-regular {  }

div#layout-regular div.allinner { 
    background: #fff url('../design/layout-regular-bg.png') 51px 0 no-repeat; 
}


/** MENUS **/
div#menus {  /*border-right: 1px solid red; */
    float: left; 
    padding-right: 11px;
    width: 231px; 
    background-color: transparent;
    min-height: 100%;
}


/** CONTENT **/
div#layout-regular div#main {
    float: left; 
    padding-left: 10px; 
    width: 744px; 
    min-height: 100%;  
}


/** LAYOUT WIDE **/
div#layout-wide { }

div#layout-wide div.allinner {  background: #fff url('../design/layout-regular-bg.png') 313px 0 no-repeat; }


/** NEWSLETTER **/
div#menus div#newsletter-signup { 
    padding: 0; 
    margin: 0;    
    width: 227px; 
    height: 99px; 
    background: transparent url('../design/newsletter-bg.png') 0 0 no-repeat; 
    margin-left: 3px;
    margin-top: 8px;
}

div#menus div#newsletter-signup h3 { 
   line-height: 32px;
    height: 32px;
    padding: 0; 
    margin: 0;
    vertical-align: middle;
    color: #fff;
    text-transform: uppercase;
    text-indent: 21px;
    font-weight: bold;
}

div#menus div#newsletter-signup form p { 
    margin: 0;
    padding: 5px 0 2px 11px;
}

div#menus div#newsletter-signup form p input[type="text"] { 
    margin: 0;
    padding:  3px 3px;
    vertical-align: top;
    height: 14px;
    line-height: 14px;
    color: #BBBBBB; 
    font-size: 12px; 
    border:none;
    background: transparent url('../design/input-txt-bg.jpg') 0 0 repeat-x;
    width: 198px;
    border: 1px solid #D2D2D2;
}


div#menus div#newsletter-signup form p + p { 
    margin: 0;
    padding: 2px 0 0 11px;
}

div#menus div#newsletter-signup form p input[type="submit"] { 
    margin: 0;
    background: transparent url('../design/bottons/subscribe.png') 0 0 no-repeat;
    border: none;
    border: 0;
    width: 206px;
    height: 23px;
    text-align: center;
    text-transform: uppercase; 
    line-height: 23px;
    vertical-align: middle;
    color: #D4D2D5;
}

div#menus div#newsletter-signup form p input[type="submit"]:hover {
    color:#fff;
}


/** VIDEOS LINK**/
div#menus div#videos-link {
    width: 236px;
    height: 105px; 
    background: #fff url('../design/videos.jpg') 0 0 no-repeat;   
    margin-left: -6px;
   /* margin-left: 0;*/
    margin-top: 5px;
}

div#menus div#videos-link a {
    display: block;
    width: 226px;
    margin-left: 10px;
    height: 100px; 
    text-decoration: none;
}

div#menus div#videos-link a span {
    font-size: 16px;
    color: #000;
    text-align: right;
    padding-right: 20px;
    padding-top: 18px;
    text-transform: uppercase;
    font-weight: bold;
    display: block;
}

div#menus div#videos-link a span strong {
    font-size: 19px;
}

div#menus div#videos-link a span + span {
    text-transform: none;
    padding: 5px 20px 0 0;
    color: #fff;
    font-size: 13px;
    font-weight: normal;
}

div#menus div#menu-box {
    width: 227px; 
    margin-left: 3px;
    padding-top: 0;
    margin-top: 0;
}

div#menus div#menu-box div.header {
    background: transparent url('../design/header-menu.png') 0 0 no-repeat;
    height: 35px;
}

div#menus div#menu-box div.header h3 {
   padding: 0; 
    margin: 0;
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    text-indent: 21px;
    line-height: 32px;
    font-weight: bold;
    vertical-align: middle;
}


div#menus div#menu-box div.body {
    background: #fff url('../design/bg-menu.png') 0 0 repeat-y;
    width: 207px;
    padding: 0 10px;
}

div#menus div#menu-box div.body p {
    padding: 2px 0;
    margin: 0;
}

div#menus div#menu-box div.body p a {
    display: block;
    background: transparent url('../design/bottons/botton-menu.png') 0 0 no-repeat;
    color: #D4D2D5;
    text-transform: uppercase;
    text-indent: 10px;
    height: 23px;
    line-height: 23px;
    vertical-align: middle;
    width: 207px;
    text-decoration: none;
    font-family: arial;
    font-size: 12px;
}

div#menus div#menu-box div.body p a:hover { 
    color: #fff; 
}

div#menus div#menu-box div.footer {
    background: transparent url('../design/footer-menu.png') 0 0 no-repeat;
    height: 9px;
}


/** Main Content **/
div#layout-regular div#main h2 {
    padding: 0; 
    margin: 0;
    margin-top: 8px;
    width: 716px;
    height: 33px;
    line-height: 33px;
    vertical-align: middle;
    font-size: 12px;
    color: #fff;
    text-transform: uppercase;
    text-indent: 22px;
    font-weight: bold;
    background: transparent url('../design/heading.png') 0 0 no-repeat;
}    

div#layout-wide div#welcome {
    width: 242px;
    float: left;
    margin-top: 8px;
    margin-left: 5px;
}

div#layout-wide div#welcome h3 {
    padding: 0; 
    margin: 0;
    font-size: 17px; 
    padding-bottom: 18px;
    padding-top: 12px;
    text-align: center;
    letter-spacing: -1px;
    font-weight: bolder;
    color: #282828;
}

div#layout-wide div#welcome p {
    text-align: justify;
    color: #282828;
    font-size: 11px;
    word-spacing: 0;
    line-height: 16px;
    padding: 1px 0;
}

div#layout-wide div#welcome p.download {
    padding-top: 10px;
}

div#layout-wide div#welcome p.download a {
    padding: 0;
    margin: 0;
    display: block;
    width: 242px;
    height: 24px;
    line-height: 24px;
    vertical-align: middle;
    text-align: center;
    color: #D4D2D5;
    text-decoration: none;
    text-transform: uppercase;
    background: transparent url('../design/bottons/download.png') 0 0 no-repeat; 
}

div#layout-wide div#welcome p.download a:hover { 
    color: #fff; 
}

div#layout-wide div#main {
    float: right; 
    margin-right: 0; 
    width: 450px;
    min-height: 100%;
}

div#layout-wide div#main h2 {
    margin-top: 8px;
    width: 450px;
    height: 33px;
    line-height: 33px;
    vertical-align: middle;
    font-size: 12px;
    color: #fff;
    text-transform: uppercase;
    text-indent: 22px;
    font-weight: bold;
    background: transparent url('../design/heading-b.png') 0 0 no-repeat;
} 

div#layout-wide div#main div.news-block {
    padding-bottom: 4px;
    border-bottom: 1px dotted #C5C5C5;
    margin-top: 10px;
 
}
div#layout-wide div#main div.news-block div.news-inner {
    padding-left: 22px;
    padding-right: 24px;
    position: relative;
}


div#layout-wide div#main div.news-block div.news-inner h3,
div#layout-wide div#main div.news-block div.news-inner h3 a {
    padding: 0; 
    margin: 0;
    font-size: 16px;
    font-weight: bold;
    color: #1F9CD2;
    line-height: 22px;
    vertical-align: middle;   
    text-decoration: none;
}

div#layout-wide div#main div.news-block div.news-inner h3 a:hover {
    color: #20AFFE;
}


div#layout-wide div#main div.news-block div.news-inner p {
    font-size: 11px;
    padding: 3px 0;
    line-height: 20px;
    color: #808080;
}

div#layout-wide div#main div.news-block div.news-inner p.date {
    line-height:  14px;
    font-size: 12px;
    font-weight: bold;
    color: #282828;
}

div#layout-wide div#main div.news-block a.more {
    float: right;
    display: block;
    width: 18px;
    height: 18px;
    bottom: 0; 
    right: 0;
    position: absolute;
    background: #fff url('../design/bottons/more.png') 0 0 no-repeat;
}


/** CARACTERISTICAS **/
div#layout-regular div#main {
    float: right; 
    margin-right: 0; 
    width: auto;
    min-height: 100%;
}

div#layout-regular div#main div#cats {
    margin-top: 16px;
    margin-left:20px;
}

div#layout-regular div#main div#cats div.row {
    float: left;
    width: 228px;    
    min-height: 180px;
    border-right: 1px dotted #D8D8D8;
    border-bottom: 1px dotted #D8D8D8;
}
div#layout-regular div#main div#cats div.row h3 {
    padding: 0; 
    margin: 0;
    font-size: 15px;
    font-weight: bold;
    color: #1F9CD2;
    line-height: 22px;
    vertical-align: middle;  
    padding: 2px 10px 2px 10px;
}

div#layout-regular div#main div#cats div.clear { 
    height: 0; 
}

div#layout-regular div#main div#cats div.row p {
    color: #282828;
    font-size: 11px;
    word-spacing: 0;
    line-height: 19px;
    padding: 1px 10px;
}

div#layout-regular div#main div#cats div.row.last {
    border-bottom: none;
}    

div#help { 
    position:absolute;
    top: 350px;
    width: 58px; 
    height: 46px; 
    background: transparent url('../design/icons/help.png') 0 0 no-repeat;  
}

div#help a { 
    width: 58px; 
    height: 46px; 
    display: block;
}

div#fix { 
    height: 60px; 
}

div#footer { 
    width: 100%; 
    height: 35px; 
    background-color: #000; 
}

div#footer p { 
    width: 968px; 
    margin: 0 auto;
    padding: 0; 
    padding-top: 12px; 
    text-align: right; 
    color: #B2B2B2; 
    font-size: 11px; 
}

div#footer p span { 
    color: #fff; 
    font-size: 11px;
}


/** Classes **/
.f-left { float: left; }
.f-right { float: right; }
.clear { clear: both; }
.relative { position: relative; }
