.videowrapper {
	width:630px; background:#555555; border-radius:5px 5px 5px 5px; height:180px; padding:5px;
}
.videoimagenlink {
	display:block; position:relative;
}
.videoimagenwrap {
	width:320px; height:180px; border-radius:5px;
}
.hrvideo {
	color: #888;
	height: 1px;
	width: 200px;
	background-color: #888;
	border: 0px;
}
.botonplay:hover {
	opacity:1;
}
.videoimagenwrap div a:hover {
	opacity:0.9;	
}
.videoimagenwrap a:hover div {
	opacity:0.9;	
}
.botonplay {
	opacity:0.7;
	width:100px; height:70px; display:block; bottom:50px; left:105px; position:absolute; border-radius:10px; background:#970000; border:5px solid #BB0000;
	text-align:center;
}

.pt12{padding-top:12px;}
.br5{border-radius:5px;}
.mt15 {margin-top:15px;}

.videoresolucion {
	float:left;
	margin-right:5px;
	margin-top:5px;
	padding:5px 10px;
	font-size:18px;
	color:#BBBBBB;
	font-weight:bold;
	background:#333333;
	border-radius:4px;
	margin-bottom:5px;
}

.videoresolucion a:link,.videoresolucion a:visited {
	color:#BBBBBB;
	width:100%;
	height:100%;
	display:block;
}