@charset "utf-8";
/* CSS Document */

.Estilo1 {color: #CCCCCC}
.Estilo2 {color: #CEE6FD}




.divPlay{
	position:absolute;
	left:79px;
	top:39px;
}


.imaPlay{
	 border:0;
	 width:20;
	 height:20;
}






.divTituloVideo{
	position:absolute;
	left:5px;
	top:5px;
	font-size:13px;
	font-weight:600;	
}

/*----------------------------------------------------*/
.divComentario{
	position:absolute;
	width:235px;
	left:115px;
	top:30px;
	font-size:11px;
	color:#666;
	height: 47px;
	text-align: left;
}

.divLinea{
	float:left;
	position:relative;
	left:0px;
	width:380px; /*380*/
	height:	105px;
	font-family: Verdana;
	background-color:#FFF;
	/*background-color:#F5FAFA;*/
	border:#000;
	border-left-style:dotted;
	border:medium;
	border-top-style:solid;
	border-top-width:thin;
	border-top-color:#CCC;
	
}

.divVideo{
	position:absolute;
	left:5px;
	top:30px;
	width:100px;
	height:60px;
}

.imaVideo{
	border:0;
	width:100px;
	height:60px;
}
