/*********************************************
> BIBLIOTECA DE CSS BY MURILO SANTOS 
*********************************************/

/*
=====Índice=====
01.body
02.h1-h6
03.Links
04.Textos
05.Títulos
06.Tabelas
07.Botões
08.blockquote
09.table
10.hr
11.img
12.form
13.input
------------------------------------------*/

H1, H2, H3, H4, H5, H6, li, p, ul {
margin:0;
padding:0;
list-style:none;
}

/* LINKS
-------------------------------------------------------------- */

a.linkclique:link, a:visited, a:active { font-family:Verdana, Arial, Helvetica, sans-serif; font-size:11px; color:#FFFFFF;}
a.linkclique:hover { color:#333333; text-decoration:underline;}

a.titulos-verde3:link, a:visited, a:active { font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px; color:#333333;}
a.titulos-verde3:hover { color:#333333; text-decoration:underline;} 

/* TEXTOS
-------------------------------------------------------------- */
.copyright { font: 9px Verdana, Arial, Helvetica, sans-serif; color:#FFFFFF; }
.texto-verde {font: bold 16px Arial, Helvetica, sans-serif; color:#009900;}
.texto-roxo {font: Helvetica, Arial, sans-serif; font-size: 12px; color:#29166F;}

/* TÍTULOS
-------------------------------------------------------------- */

.titulosPaginas{ font-family: 'Trebuchet MS', Arial, Verdana, Tahoma; font-size: 18px; color:#29166F; font-style: normal; font-weight: bold; text-transform: uppercase; margin-left:15px;}
.titulosPaginas2{ font-family: 'Trebuchet MS', Arial, Verdana, Tahoma; font-size: 18px; color:#444444; font-style: normal; font-weight: bold; text-transform: uppercase;}
.titulos-azul{font: bold 14px Arial, Verdana, Tahoma;  color:#1F3E76;}
.titulos-cinza{font: 14px Arial, Verdana, Tahoma; color:#666666;}
.titulosRoxo{font: bold 12px Verdana, Arial, Helvetica, sans-serif;  color:#29166F;}

/* TABELAS
-------------------------------------------------------------- */
.estadoselecionado { 
border-left: 5px solid #CCCCCC; border-top:1px solid #CCCCCC; border-right:1px solid #CCCCCC;}

/* BOTÕES
-------------------------------------------------------------- */
.botaoInput{
cursor:pointer; border:outset 1px #ccc; color:#666; font-weight:bold; padding: 1px 2px; background:url(imagens/inputbuttom.jpg) repeat-x left top;
}

/* PROPRIEDADES EM TABELAS
-------------------------------------------------------------- */
.classImagens{ margin-right:7px; margin-bottom:7px;}
.classMargemBottom { margin-bottom:15px;}
.classMargemTop { margin-top:10px;}
.classMargemTop-and-bottom { margin-bottom:10px; margin-top:10px;}
.classBordasInferiores { border-bottom:1px solid #A4CEED; border-left:1px solid #A4CEED; border-right:1px solid #A4CEED;}
.classBordasCinza{ border:1px solid #CCCCCC; margin-bottom:10px;}


/* Menu em listas HORIZONTAL
-------------------------------------------------------------- */
#menu {  text-align:right; }
#menu ul { padding:0px; list-style-type:none; color:#9CB6E4; }
#menu li {display:inline; padding-left:5px;}
#menu li a { text-decoration:none; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:10px; color:#FFFFFF; margin-right:15px;}
#menu li a:hover { color:#FFFFFF;}


/* Menu em listas VERTICAL
-------------------------------------------------------------- */
.menuV{ list-style-type: none; width: 180px; border-bottom-width: 0; margin:5px 0px; text-decoration: none; text-align:left;}
.menuV li a{font: 12px Verdana, Arial, Helvetica, sans-serif; color: #5E602D; width: 215px; display:block; margin-left: 25px;padding:5px 5px; text-decoration: none; border-bottom:1px dashed #ACB053;}
* html .menuV li a{ /*IE only. Actual menu width minus left padding of A element (10px) */
width: 155px;}
.menuV li a:visited, .menuH li a:active { font: 12px Verdana, Arial, Helvetica, sans-serif; color: #FFFFFF; text-decoration: none;}
.menuV li a:hover{ text-decoration: none; font: 12px Verdana, Arial, Helvetica, sans-serif; color: #FFFFFF; background:#FBFBF7;}

/* FONTES
-------------------------------------------------------------- */
/*.textGerogia{ font-family: Georgia, serif; font-size: 20px; font-style: italic; font-weight: normal; letter-spacing: normal; line-height: 1.4em;}
.textGerogiaUpper{
font-family: Georgia, serif; font-size: 10px; font-style: normal; font-weight: normal; text-transform: uppercase; letter-spacing: 1px;
line-height: 2em;}

.textCambria{ font-family: Cambria, serif; font-size: 16px; font-style: normal; font-weight: normal; letter-spacing: normal; line-height: 1.5em;}

.textTrebushet {font-family: Trebuchet MS, sans-serif; font-size: 12px; font-style: normal; font-weight: normal; letter-spacing: normal; line-height: 1.4em;}
.textTrebushetItalic { font-family: “Trebuchet MS”, sans-serif; font-size: 16px; font-style: italic; font-weight: normal; letter-spacing: normal; line-height: 1.5em;}

.textLucida { font-family: “Lucida Sans Unicode”, sans-serif; font-size: 12px; font-style: normal; font-weight: normal;
 letter-spacing: normal; line-height: 1.5em;}
.textLucida3 { font-family: “Lucida Grande”, sans-serif; font-size: 12px; font-style: normal; font-weight: normal; letter-spacing: normal; line-height: 1.5em;}
.textLucidaItalic { font-family: “Lucida Sans Unicode”, sans-serif;  font-size: 13px; font-style: italic; font-weight: normal; letter-spacing: normal; line-height: 1.4em;}
.textLucidaUpper{ font-family: “Lucida Grande”, sans-serif; font-size: 10.4px; font-style: normal; font-weight: normal; text-transform: uppercase; letter-spacing: normal; line-height: 1.8em;}

.textArialItalic{ font-family: Helvetica, Arial, sans-serif; font-size: 12px; font-style: italic; font-weight: normal; letter-spacing: normal; line-height: 1.6em; }
.textArialBold { font-family: Helvetica, Arial, sans-serif; font-size: 24px; font-style: normal; font-weight: bold; letter-spacing: -1px; line-height: 1.2em;}*/

