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

body {
	background-image:url(fondo.jpg);
	background-repeat:no-repeat;
	margin:0 auto;
	font-family:Arial, Helvetica, sans-serif;

}
img {
	border:0px;
}

h1 {
	padding:0px;
	margin:0px;
}

h2 {
	color:#FFF;
	font-size:12px;
	padding:0px;
	margin:0px;

}

p {
	margin:0px;
	padding:0px;
	color:#FFF;
}

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

a:visited {
	color:#E4E4E4;
	text-decoration:none;
}

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

#contenedor {
	margin:0 auto;
	width:1020px;
	height:auto;
}

/* Header */
#header {
	width:1020px;
	height:318px;
	background-image:url(titulo.jpg);
	float:left;
}
	#header #descripcion {
		padding:230px 50px 0px 250px;
		width:310px;
		height:80px;
		font-size:11px;
		color: #000;
		float:left;
	}
	
	#header #descripcion p {
		color:#000;
	}
	
/* Videos */
#juicy{ float:left;margin-left:50px}

#videos {
	width:900px;
	height:auto;
	margin:0 auto;
	background-color:#000;
	
	
}

	#videos .single {
		width:292px;
		height:320px;
		background-color: #000;
		float:left;
		margin:4px;
	}
	
	#videos .single .desc {
		font-size:11px;
		color:#FFF;
		text-align:center;
	}
	
		#videos .single .vervideo {
		font-size:16px;
		color:#FFF;
		padding:10px;
		text-align:center;
		background-color:#09F;
	}
		
.webcams {
	width:350px;
	height:310px;
	float:left;
}

.webcams .single {
	float:left;
	width:340px;
	height:90px;
	padding-top:5px;
}

.webcams .single .desc{
	float:left;
	width:170px;
	font-size:11px;
	margin:5px;
	color:#FFF;

	
}

.webcams .single img{
	float:left;
	border:0px;
	
	
}

.webcams .single a img{
	float:left;
	
	
}

#footer {
	clear:both;
	width:528px;
	background-image:url(footer.jpg);
	background-position:right;
	background-repeat:no-repeat;
	height:195px;
	padding:20px 350px 20px 20px;
	background-color:#000;
}

#footer span {
	color:#FFF;
}


.masvideos {
	text-align:center;
}

h3 {
	padding:0px;
	margin:0px;
	color:#FFF;
	font-weight:100;
}#contenedor #videos #footer .sitiosamigos {
	color: #FFF;
}

