/* CSS Videosamateur */

body{
	background:#e0a406;
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#fff;
	text-align:center;
	}
	
h1, h2, h3, p{
	margin:0;
	padding:0;
	}
	
p{
	padding:10px 15px;
	}
	
img {
	border:none;
	margin:0;
	}
		
/* Links */
a {
	outline-style:none;
	text-decoration:underline;
	color:#fff;
	}
	
/* Wrapper */
#wrapper {
	width:942px;
	height:auto;
	padding:0;
	margin:0 auto;
	overflow:auto;
	background:#108cbd;
	border-right:19px solid #000;
	border-left:19px solid #000;
	}
	
/* Header Image */
#header-image {
	width:942px;
	height:374px;
	padding:0;
	margin:0;
	background:url(images/header-image.jpg) no-repeat;
	}
	
#header-image h1{
	display:none;
	}
	
#header-image a{
	position:relative;
	width:403px;
	height:374px;
	display:block;
	float:right;
	text-indent:-9999px;
	}
	
/* Contenido */
#title-click {
	width:931px;
	height:58px;
	margin:0 auto;
	padding:0;
	background:url(images/title-click.gif) no-repeat;
	}
	
#title-click a{
	display:block;
	width:931px;
	height:58px;
	text-indent:-9999px;
	}
	
#title-continua {
	width:942px;
	height:265px;
	margin:0 auto;
	padding:0;
	background:url(images/title-continua.gif) no-repeat;
	}
	
#title-continua a{
	display:block;
	width:942px;
	height:265px;
	text-indent:-9999px;
	}

/* Thumbs */
.thumb-izq {
	float:left;
	margin:0 0 0 7px;
	}
	
.thumb-der {
	float:right;
	margin:0 7px 0 0;
	}
	
/* Fixed */
.clear {
	clear:both;
	}
