/*
FOLHA DE ESTILOS est.css
http://www.geocities.com/danielvg.geo
*/
/*ESTILOS PARA DIAGRAMACAO DA PAGINA*/
#direita
{
position: absolute;
background: #ffffff;
right: 1pt;
top: 2%;
left: 20%;
border: 2pt;
border-style: solid;
border-color: black;
padding: 2pt;
}

#esquerda
{
position: absolute;
left: 2%;
top: 2%;
bottom: 2%;
/*background: white;*/
background:URL("fundo_01.gif");
border: 2pt;
border-style: solid;
border-color: black;
padding: 7pt;
}


/*ESTILOS PARA TAGS XHTML*/
body
{
 background: #999999;
}

p
{
          font-family : Garamond,'Futura Lt BT','Microsoft Sans Serif', 'Bookman Old Style', arial, courier;
          font-size : 12pt;
          color : black;
          font-style : normal;
					margin-left: 5%;
					margin-right: 5%;
					padding: 9;
}

h1 {
          font-family : "Courier New", Arial, courier;
          font-size : 23pt;
          font-variant : normal;
          color : #000000;
          text-align : center;
					padding: 4;
					background:URL("fundo_02.gif");

}
h2 {
          font-family : Arial, courier;
          font-size : 20pt;
          font-style : normal;
          color : #ff0000;
					text-align : left;
					padding: 2;
					background: #ffffff ;
}
h3 {
          font-family : 'Courier New', Arial, courier;
          font-size : 11pt;
          font-style : normal;
          color : #000066;
          text-align : left;
					margin-left: 0;
}

h5 {
font-family : 'Courier New', Arial, courier;
          font-size : 9pt;
          font-style : normal;
          color :#000066;
          text-align : center;
}


a.linkd:link {
          color : blue;
          font-family : 'Trebuchet MS','Courier New', Arial, Courier,"Microsoft Sans Serif";
					font-size: 9pt;
      }
a.linkd:visited {
          color : #000000;
          font-family : 'Trebuchet MS','Courier New', Arial, Courier,"Microsoft Sans Serif";
					font-size: 9pt;
      }
a.linkd:hover {
          color : #ffcc00;
          font-family : 'Trebuchet MS','Courier New', Arial, Courier,"Microsoft Sans Serif";
          background-color : black;
					font-size: 9pt;
}
pre.codigo {
		 			background-color: #ffffff;			
          font-family : 'Courier New';
          font-size : 10pt;
          color : #000052;
					padding : 4;
					margin-left: 5pt;
					margin-right: 50pt;
}

li{
color: white;
margin-left: 0pt;
}

hr {
color : black;
}

td.cv{
		 			 border : 2px groove inherit;
					 font-family : Tahoma, Verdana, Arial, Courier New;
					 font-size: 15px;
					 background-color : #336699;
					 color: white;
					 padding: 5;			 
}
td.cv2{
		 			 border : 2px groove inherit;
					 font-family : Tahoma, Verdana, Arial, Courier New;
					 font-size: 15px;
					 background-color : #999999;
					 color: white;
					 padding: 5;					 
} 
	
pre.curriculo {
          font-family : 'Microsoft Sans Serif', Tahoma, Arial, 'Courier New';
          font-size : 12pt;
          color : black;
}

p.quote {
          font-family : 'Microsoft Sans Serif', 'Futura Lt BT', 'Courier New';
          font-size : 10pt;
          background-color : #336699;
          color : white;
          text-align : left;
}