.videoleft {
  padding-left:50px;   
}

img.comtexto {
	float:left;
    margin:0 20px 10px 10px;
}

img {
	
	border:none;
}
.bordaleft {
  border-left-width:thin; /* ...........espessura da borda esquerda */
  border-left-style:dotted;  /* ...........estilo da borda esquerda   */
  border-left-color:blue;  /* . ..........cor da borda esquerda     */
  border-spacing:10px;
  /* padding-left:10px; */   
}

.capitulo {
 list-style-type: upper-roman;
 list-style-position: outside;
 color: blue;
 
}
.item {
list-style-type: decimal;
color: gray;
}
.subitem {
 list-style-type:circle;	
/* list-style-type: lower-alpha; */
color: blue;
margin-left:25px;
}
.explica {
color: green;
/* background: gray; */
margin-left: 20px;
text-align:justify;
}

.texto {
	align: justify;
	font-size:15px; 
    first-letter { color:#F00; font-size:200%; float:left; }
	first-letter { color:#F00; font-size:200%; float:left; }
}

	

