/* Videosamateur */

body{
	background:url(images/page-bg.gif) repeat;
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:center;
	color:#000;
	}
	
h1, h2, h3, p{
	margin:0;
	padding:0;
	}
	
p{
	padding:0 30px;
	text-align:left;
	}
	
img {
	border:none;
	margin:0;
	padding:0;
	}
		
/*Links*/
a {
	outline-style:none;
	text-decoration:underline;
	color:#000;
	}
	
a:visited {
	color:#000;
	}
	
/* Wrapper */
#wrapper {
	width:940px;
	background:url(images/wrapper-bg.gif) repeat-x;
	background-position:-1px 348px;
	border-right:20px solid #000072;
	border-left:20px solid #000072;
	height:auto;
	padding:0;
	margin:0 auto;
	overflow:auto;
	}

/* Header */
#header-image {
	width:940px;
	height:348px;
	background:url(images/header-image.jpg) no-repeat;
	margin:0;
	padding:0;
	}
	
#header-image a{
	width:330px;
	height:165px;
	display:block;
	position:relative;
	top:183px;
	left:50px;
	text-indent:-9999px;
	}
	
/* Contenido */
#title-coleccion {
	width:940px;
	height:67px;
	margin:0;
	padding:0;
	background:url(images/title-coleccion.gif);
	}
	
#title-coleccion a{
	width:940px;
	height:67px;
	display:block;
	text-indent:-9999px;
	}
	
#title-click {
	width:880px;
	height:75px;
	margin:0 auto;
	padding:0;
	background:url(images/title-click.gif);
	}
	
#title-click a{
	width:880px;
	height:75px;
	display:block;
	text-indent:-9999px;
	}
	
#title-bajate {
	width:940px;
	height:116px;
	margin:0 auto;
	padding:0;
	background:url(images/title-bajate.gif);
	}
	
#title-bajate a{
	width:940px;
	height:116px;
	display:block;
	text-indent:-9999px;
	}
	
#title-universo {
	width:940px;
	height:95px;
	margin:0 auto;
	padding:0;
	background:url(images/title-universo.gif);
	}
	
#title-universo a{
	width:940px;
	height:95px;
	display:block;
	text-indent:-9999px;
	}
	
/* Thumbs */
.thumbs-left {
	float:left;
	margin:0 0 0 30px;
	border:1px solid #fed100;
	}
	
.thumbs-right {
	float:right;
	margin:0 30px 0 0;
	border:1px solid #fed100;
	}
	
/* Fixed */
.clear {
	clear:both;
	}


