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

*{ margin:0px; padding:0px; overflow:hidden; outline:none; border:none; }

body{
	font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size:12px; 
	color:#000000;
	}

p{ font-size:1px; }

a {color: #ff2d8d; text-decoration: none;}
a:hover {color: #ff2d8d; text-decoration: underline;}

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

.contenedor{
	width:960px;
	height:170px;
	display:block;
	overflow:hidden;
	background:url(images/970x170-bg.jpg) top left no-repeat;
	padding-left:1px;
}

.thumb{
	width:182px;
	height:156px;
	float:left;
	margin:7px 0 0 6px;
}

.thumb .nombre{
	width:182px;
	height:15px;
	background-color:#000000;
	color:#ff2d8d;
	font-size:11px;
	text-transform:uppercase;
	text-align:center;
	padding-top:2px;
}


.thumb img{	
	width:182px;
	height:139px;
	float:left;
	position:absolute;
	z-index:1;
}

.videochat{
	width:182px;
	height:16px;
	display:block;
	overflow:hidden;
	background:url(images/img-videochatea.png) top left no-repeat;
	float:left;
	position:absolute;
	z-index:2;
	top:147px;
}

.enlace_frase {
	background:url(images/bg.png) top left repeat;
	width: 205px; 
	height:168px;
}

.enlace{
	background:url(images/bg.png) top left repeat;
	height:156px;
	width:182px;
	position: absolute;
	display:block;
	margin:0px;
	float:left;
	z-index:4;
}


