/* Videosamateur */

body{
	background:#fff;
	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:980px;
	background:#ffcf1a url(images/wrapper-bg.jpg) repeat-x;
	background-position:0 493px;
	height:auto;
	margin:0 auto;
	padding:0;
	overflow:auto;
	}

/* Header */
#header-image {
	width:980px;
	height:493px;
	background:url(images/header-image.jpg) no-repeat;
	margin:0;
	padding:0;
	}
	
#header-image a{
	width:980px;
	height:220px;
	display:block;
	float:right;
	position:relative;
	top:273px;
	text-indent:-9999px;
	}
	
/* Contenido */
#title-obten {
	width:980px;
	height:160px;
	margin:0;
	padding:0;
	float:left;
	background:url(images/title-acceso.gif);
	}
	
#title-obten a{
	width:980px;
	height:160px;
	display:block;
	text-indent:-9999px;
	}
	
#title-bajate {
	width:980px;
	height:138px;
	margin:0;
	padding:0;
	float:left;
	background:url(images/title-bajate.gif);
	}
	
#title-bajate a{
	width:980px;
	height:138px;
	display:block;
	text-indent:-9999px;
	}
	
/* Thumbs */
.thumbs-left {
	float:left;
	margin:0 0 0 50px;
	border:1px solid #0d4e84;
	}
	
.thumbs-right {
	float:right;
	margin:0 50px 0 0;
	border:1px solid #0d4e84;
	}

.left {
	float:left;
	margin:0 0 0 50px;
	}
	
.right {
	float:right;
	margin:0 0 0 50px;
	}
	
/* Fixed */
.clear {
	clear:both;
	}

