@charset "utf-8";
/* CSS Document */

/*/////////////////////////////*/
/*  > ZERANDO CSS */
/*/////////////////////////////*/

/*
* {
margin:0;
padding:0;

vertical-align:baseline;

}
*/

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,
b, u, i, center,
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-size: 100%;
	vertical-align: baseline;
	background: transparent;
	list-style:none;
}

body{
	background-attachment: scroll;
	background-color: #000;
	background-image: url(../img/bg.jpg);
	background-position: center top;
	background-repeat: repeat;
}

p {
	font-family: "Trebuchet MS", Arial, Verdana;
	font-size: 12px;
	font-weight: normal;
	color: #D7D7D7;
	
}

#geral{width:960px; margin:0 auto;}
#topo{width:960px; margin:0 0 0 0;}
#topo h1{ width:960px; height:58px; background: url(../img/logo.png); margin:30px 0 30px 0; }

.imgLogo{margin:50px 0 0 0;}
.imgPortifolio{margin:0 0 0 400px; }



#ldEsquerdo{width:647px; float:left;/* margin-left:40px; background:#0C9;*/}
#ldEsquerdo ul li{width:280px; display:block; /*background:#06C*/; float:left; margin-right:40px; margin-bottom:25px;}

#nead{margin-right:40px; margin-bottom:25px; width:600px;}


#ldDireito{width:252px; float:left; overflow:hidden;}

#imgPessoal{width:252px; height:134px; background-image:url(../img/lucascoradini.jpg);}

.miniQD{width:18px; height:18px; background-image:url(../img/pngTransp.png); margin:7px; padding:4px;}

.DivsDireita{width:252px; margin:5px 40px 0px 0px;}


/*Link dos ícones*/
a.miniQd {
	width:18px; height:18px;
	background-image:url(../img/pngTransp.png); margin:7px; padding:4px;
	display: block; 
	text-align: left; 
	padding: 4px; 
	
	
}

a.miniQd:hover, 
a.miniQd:focus {
	color: #fff; 
	background: #333;
}

/*Link das imagens tipo banner*/
a.tiraImg {
	color: #000000; 
	text-decoration: none; 
	display: block; 
	text-align: left; 
	padding: 15px; 
	background: #CCC;
	margin: 3px 0 0 0;
}

a.tiraImg:hover, 
a.tiraImg:focus {
	color: #fff; 
	background: #666;
}	


/*Link das imagens tipo banne 2*/
a.tiraImg2 {
	color: #000000; 
	text-decoration: none; 
	display: block; 
	text-align: left; 
	padding: 15px; 
	background: #333;
	margin: 3px 0 0 0;
}

a.tiraImg2:hover, 
a.tiraImg2:focus {
	color: #fff; 
	background: #000;
}	
a{	text-decoration:none; 
	font-family: "Trebuchet MS", Arial, Verdana;
	font-weight: normal;
	color: #FF6600;
	

}
a:hover{text-decoration:underline;}

a.h1,a.h2,a.h3, a.h4, a.h5,a.h6{padding:4px; margin:8px; color:#FFF;}
a.h1{font-size:26px;}
a.h2{font-size:18px;}
a.h3{font-size:16px;}
a.h4{font-size:14px;}
a.h5{font-size:12px;}
a.h6{font-size:10px;}

