@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;
	background-color: #ECE9E2;
	}

p{ font-size:1px; }

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

.contenedor{
	width:253px;
	height:478px;
	display:block;
	overflow:hidden;
	background:url('images/fondo.png') top left no-repeat;
}

.divlink{
	height:42px;
	width:253px;
	display:block;
	overflow:hidden;
}

.linkabajo{
	height:104px;
	width:253px;
	display:block;
	overflow:hidden;
}

.thumb{
    float: left;
    height: 106px;
    margin: 3px 0 0 1px;
    width: 123px;
}

.margin{
	margin: 3px 0 0 5px !important;
}

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

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

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


