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

* {
    margin: 0;
    padding: 0;
}

body {
    color: #0a0a0a;
    font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
    font-size: 13px;
    text-align: left;
}

a{ text-decoration: none; }

a:hover{ text-decoration:underline; }

.wrapper {
    overflow: hidden;
	width:480px;
	height:130px;
	display:block;
}

.texto {
	width: 480px;
	height:23px;
	background: url("images/texto.gif") top center no-repeat;
	display: block;
	clear:both;
	overflow:hidden;
	margin-top:2px;
}
.texto a{
	width:480px;
	height:23px;
	text-indent:-9999px;
	display:block;
}

.camsBox{
	width:480px;
	height:104px;
	clear:both;
	display:block;
	overflow:hidden;
	padding-top:1px;
}

.cam{
	margin:0 6px 0 8px;
	width:143px;
	height:104px;
	float:left;
	position:relative;
}

.thumb{
	width:146px;
	height:104px;
	display:block;
	z-index:0;
	position:absolute;
	float:left;
}

.thumb img{
	width:146px;
	height:104px;
	z-index:0;
	position:absolute;
	float:left;
	display:block;
}

.thumb .nombre{
	width:127px;
	height:15px;
	background: url("images/bg-camthumb.png") repeat;
	overflow: hidden;
	padding:0 0 0 18px;
	z-index:10;
	position:absolute;
	float:left;
	display:block;
	margin-top:89px;
	color:#FFFFFF;
	line-height:13px;
}

.cam .thumbLink{
	width:146px;
	height:104px;
	overflow: hidden;
	z-index:20;
	position:absolute;
	float:left;
	display:block;
}

