/* Damevideos */

body{
	background:#9ebdf7;
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:center;
	color:#fff;
	}
	
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:#fff;
	}
	
a:visited {
	color:#fff;
	}
	
/* Wrapper */
#wrapper {
	width:980px;
	background:url(images/wrapper-bg.jpg) repeat-x;
	height:auto;
	margin:0 auto;
	padding:0;
	overflow:auto;
	}

/* Header */
#header-image {
	width:980px;
	height:445px;
	background:url(images/header-image.jpg) no-repeat;
	margin:0;
	padding:0;
	}
	
#header-image a{
	width:980px;
	height:155px;
	display:block;
	position:relative;
	top:285px;
	text-indent:-9999px;
	}
	
/* Contenido */
#title-euro {
	width:980px;
	height:64px;
	margin:0;
	padding:0;
	background:url(images/title-euro.gif);
	}
	
#title-euro a{
	width:980px;
	height:64px;
	display:block;
	text-indent:-9999px;
	}
	
#title-completa {
	width:980px;
	height:257px;
	margin:-4px 0 0 0;
	padding:0;
	background:url(images/title-completa.gif);
	}
	
#title-completa a{
	width:980px;
	height:257px;
	display:block;
	text-indent:-9999px;
	}
	
#title-click {
	width:980px;
	height:67px;
	margin:0;
	padding:0;
	background:url(images/title-click.gif);
	}
	
#title-click a{
	width:980px;
	height:67px;
	display:block;
	text-indent:-9999px;
	}
	
/* Thumbs */
.thumbs-left {
	float:left;
	margin:0 0 0 35px;
	border:1px solid #fff;
	}
	
.thumbs-right {
	float:right;
	margin:0 35px 0 0;
	border:1px solid #fff;
	}
	
.left {
	float:left;
	margin:0 0 0 35px;
	}
	
.right {
	float:right;
	margin:0 35px 0 0;
	}
		
/* Fixed */
.clear {
	clear:both;
	}
