﻿/* ------ LINKS ------ */
img
{
	border: 0px;
}

.menu ul a
{
    color: #ffffff;
    text-decoration: none;
}

.menu ul a:hover
{
    color: #880505;
    text-decoration: underline;
}

.rodape a
{
    color: #787878;
    text-decoration: none;
}

.rodape a:hover
{
    color: #ffffff;
    text-decoration: underline;
}

a
{
	color: #ff0000;
	text-decoration: none;
}

a:hover
{
    color: #880505;
    text-decoration: underline;
}

.lancamento a:hover
{
    text-decoration: none;
}

/* ------ TEXTOS ------ */

hr
{
    border: solid 1px #d5d6d8;
}

h1
{
    color: #d82d00;
    margin-top: 2px;
}

h2
{
	margin-top: 0px;
    color: #000000;
    margin-bottom: 5px;
}

h3
{
	margin: 0px;
    color: #dc2c00;
    font-weight:lighter;
    font-size: 16px;
    text-align: justify;
}

.menuProdAdm h3
{
    color: #000000;
    margin-top:10px;
    margin-bottom:10px;
    font-weight:bold;
    font-size: 14px;
}

h4
{
    font-style: italic;
    text-align: justify;
    color: #284e57;
}

p
{
    font-size: 13px;
    text-align: justify;
    color: #77787a;
}

.noticias p
{
    margin-top: 5px;
}

.white
{
	color:#ffffff;
}

.red
{
	color:#ff0000;
}

.gray
{
	color:#787878;
}

.floatRight
{
    float:right;
}

/* ------ TEXT BOX ------ */

.prodTextBox
{
	width: 240px;
	background-color: #282829;
	border-left: solid 1px #666666;
	border-top: solid 1px #666666;
	border-bottom: solid 1px #666666;
	border-right: solid 0px #666666;
	font-family: Trebuchet MS, Verdana, Arial, sans-serif;
	font-size: 14px;
	color: #ffffff;
}

.camposForms
{
	width: 300px;
	background-color: #ffffff;
	border: solid 1px #666666;
	font-family: Trebuchet MS, Verdana, Arial, sans-serif;
	font-size: 14px;
	color: #787878;
}
