/**
 * Home stylesheet para http://www.marcelovigliar.com.br
 * 
 * @section		screen
 * @author 		Anderson Felix
 * @version		1.01
 * @copyright 	andersonfelix.com.br
 * @media		screen
 */

/**
 * MV - CSS padrão do site.
 */
@import url(mv.css);

/**
 * Box
 */
div.box{
	width:250px
}
div.box ul{
	display:block
}
div.box ul li{
	background:url(../imagens/layout/bg_darkgray_dotted.gif) repeat-x bottom;
	margin-bottom:10px;
	padding-bottom:5px
}
div.box ul li:last-child{
	background:none;

}
div.box ul li p{
	font-size:0.9em;
	font-weight:normal;
	width:70%
}
div.box ul li p a{
	text-decoration:underline
}
div.main{
	margin-right:14px
}
div.main p.main{
	font-size:1.1em
}
div.dstq{
	background:url(../imagens/layout/bg_hr.gif) no-repeat center 390px;
	height:400px;
	margin-bottom:20px
}

  /**390 400**
  
/**
 * Destaque com imagem
 */
div.desImg div{
	float:left
}
div.desImg div img{
	float:left
}
div.desImg div div.box{
	padding-left:5px;
	width:120px
}
/**
 * Video
 */
div.video{
	background:#fff;
	border:2px solid #ccc;
	padding:5px;
	width:100%
}
div.video div{
	background:#000;
	height:185px;
	width:231px;
}