#imagenes{
	background:url(../img/imagenes.jpg);
	width:271px;
	height:150px;
	overflow:hidden;
	cursor:pointer;
	float:left;
	margin-left:30px;
}

#imagenes:hover{
	z-index:1;filter:alpha(opacity=60);-moz-opacity:.60;opacity:.60;
}

#videos{
	background:url(../img/videos.jpg);
	width:271px;
	height:150px;
	overflow:hidden;
	cursor:pointer;
	float:right;
}

#videos:hover{
	z-index:1;filter:alpha(opacity=60);-moz-opacity:.60;opacity:.60;
}

.imagen{
	border: #999999 1px solid;
	margin-right:11px;
	margin-bottom:11px;
	float:left;
	width:192px;
	height:143px;
	background-color:#ddd;
}

.imagen2{
	margin-right: 11px;
	margin-bottom: 13px;
	float: left;
	width: 192px;
}

.imagen2 div{
	border: #999999 1px solid;
	background-color:#ddd;
}

.imagen_inc{
	margin-right: 35px;
	margin-bottom: 13px;
	float: left;
	width: 192px;
}

.imagen_inc div{
	border: #999999 1px solid;
	background-color:#ddd;
}



.video{
	width:237px;
	height:168px;
	overflow:hidden;
	background-color:#000;
}

.capa_video{
	
	float:left;
	
	width:300px;
	margin-bottom:20px;
	overflow:hidden;}
.txt_video{

	float:left;
	}