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

p{
 text-align:justify;
}

li{
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#666;
}

.box1{
	width:733px; height:auto;
	background-color:#E4E4E4;
	background-image:url(../img/cursos_bg_base_box1.gif);
	background-position:bottom;
	background-repeat:no-repeat;
	float:left;
	margin:0 0 35px 85px;
	padding-bottom:20px;
}

h2{
	margin:20px 0 25px 85px;
}

.desc{
	padding:0 0 25px 85px;
}

#imagens{
	padding-left:30px;
}

#imagens img{
	border:solid 1px #E4E4E4;
	margin-left:-2px;
}

#imagens img:hover{
	border:solid 1px #666666;
}

.imagensleft{
	margin:30px 35px 0 0;
}

.imagensright{
	margin:30px 0 0 0;
}