@charset "UTF-8";
/* CSS Document */

*{ margin:0px; padding:0px; overflow:hidden; }

body{
	font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size:10px; 
	color: #FFFFFF;
	background:url("images/bg.jpg") top left no-repeat;
}

a {
	text-decoration: none;
}

/* -------------------------------------- */

.contenedor{
	width:950px;
	height:160px;
	float:left;
}

.enlace {
    background: url("images/bg-t.png") repeat scroll 0 0 transparent;
    cursor: pointer;
	width:144px;
	height:138px;
	float:left;
	margin: 12px 0 0 8px;
    position: relative;
    z-index: 2;	
}

.thumb{
	width:144px;
	height:138px;
	float:left;
	margin: 12px 0 0 8px;
}

.thumb_video{
	width:144px;
	height:138px;
	float:left;
	position: relative;
	z-index: 0;
	margin-left: -140px;
	margin-top: 12px;
}

.thumb_index{
	background: url(images/bg-t.png) repeat;
	width:144px;
	height:138px;
	float:left;
	margin-top:6px;
	margin-left: 4px;
}

.videos {
	margin-left: -144px;
}

.thumb img{	
	width:144px;
	height:138px;
	float:left;
	border: none;
}

.nombre {	
	width:144px;
	height:138px;
	background:url("images/emitiendo.png") top left no-repeat;
	float:left;
	position:absolute;
	z-index:1;
	display:block;
	overflow:hidden;
	margin-top:110px;
}

.inicio {
	width: 186px;
	height: 160px;
	background: url(images/bg-t.png) repeat;
	float: left;
}


