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

body {
	background-color: #333;
	color:#27181B;
	margin:0 auto;
}

a{
	color:#E03561;
	text-decoration:none;
}

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

#fondo{
	background-image:url(bg.png);
	background-repeat:repeat-y;
	width:1020px;
	margin:auto;
}

#contenedor{
	width:980px;
	height:auto;
	margin:auto;
}

#descripcion{
	width:970px;
	height:32px;
	margin:auto;
	color:#FFF;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:100;
}

#descripcion h1{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#E03561;
	display:inline;
}

.webcams{
	width:968px;
	height:150px;
	margin:auto;
}

.webcams .cam{
	width:155px;
	height:146px;
	float:left;
	margin:3px;
	border:0;
}

.tgp{
	width:933px;
	height:auto;
	margin:auto;
	margin-top:15px;
	margin-bottom:15px;
}

.tgp .thumb{
	width:180px;
	height:135px;
	margin:1px;
	border:0;
}


.tgp .thumb:hover{
	filter:alpha(opacity=70); 
	-moz-opacity:0.7; 
	-khtml-opacity: 0.7; 
	opacity: 0.7;
}

#intercambios{
	margin:20px auto;
	overflow:hidden;
	width:950px;
	height:auto;
}

#intercambios ul{
	width:950px;
	height:auto;
	overflow:hidden;
	margin:auto;
	margin-top:10px;
	padding:5px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
}

#intercambios ul li{
	display:inline;
	background-color:#27181B;
	border:1px #666 solid;
	margin-left:5px;
	margin-top:25px;
	float:left;
	padding:7px;
	cursor:pointer;
}

#intercambios ul li:hover{
	border-color:#999;
	background-color:#27181B;
}

#intercambios span{
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#FFF;
}

.meeter{
	width:966px;
	height:250px;
	margin:auto;
	margin-top:10px;
	margin-bottom:10px;
}

.dvd{
	widows:950px;
	margin:auto;
	text-align:center;
	height:290px;
	margin-top:10px;
	margin-bottom:10px;
}

.chat{
	text-align:center;
	font-family:"Arial Black", Gadget, sans-serif;
	font-size:22px;
}
