#invotube { 
	width: 200px;
	margin: 5px 0 10px 0;
	}

#invovideo {
	background: #000 url("imagenes/invocarga.gif") no-repeat center center;
	width: 200px;
	height: 160px;
	overflow: hidden;
	}

#invonovideo {
	background: #000 url("imagenes/invonovideo.jpg") no-repeat center center;
	width: 200px;
	height: 160px;
	overflow: hidden;
	}

#invotube .involista {
	background: url("imagenes/involista.jpg") no-repeat left bottom;
	margin: 0;
	padding: 0;
	width: 200px;
	height: 60px;
	overflow-x: hidden;
	overflow-y: scroll;
	}

#invotube .titulo {
	margin: 0;
	padding: 4px 0 0 10px;
	background: url("imagenes/invoboton.jpg") no-repeat;
	width: 100%;
	height: 16px;
	text-align: left;
	}

#invotube .titulo:hover { background: url("imagenes/invoboton_hover.jpg") no-repeat; }

#invotube .titulo p {
	color: #6c6c6c;
	font-size: 7pt;
	}

#invotube .titulo a {
	color: #6c6c6c;
	font-size: 7pt;
	text-decoration: none;
	}

#invotube .titulo a:hover { 
	color: #4b64fc;
	text-decoration: underline; 
	}
