/* CSS Damevideos.es */

body{
	background:#c8bea4;
	margin:0;
	padding:0;
	font-family:Tahoma, Helvetica, sans-serif;
	font-size:13px;
	color:#583017;
	text-align:center;
	}
	
h1, h2, h3, p{
	margin:0;
	padding:0;
	}
	
img {
	border:none;
	margin:0;
	}
		
/* Links */
a {
	outline-style:none;
	color:#000;
	}
	
/* Wrapper */
#wrapper {
	width:980px;
	height:auto;
	border-right:3px solid #696969;
	border-left:3px solid #696969;
	background:#382905;
	margin:0 auto;
	padding:0;
	overflow:auto;
	}
	
/* Header */
#header-image {
	width:980px;
	height:404px;
	margin:0;
	padding:0;
	background:url(images/header-image.jpg) no-repeat;
	}
	
#header-image h1{
	display:none;
	}
	
#header-image a{
	width:750px;
	height:75px;
	display:block;
	text-indent:-9999px;
	margin:0 auto;
	position:relative;
	top:329px;
	}
	
/* Contenido */
#title-milespeliculas {
	width:940px;
	height:118px;
	margin:0 auto;
	padding:0;
	background:url(images/title-milespeliculas.gif) no-repeat;
	}
	
#title-milespeliculas a{
	width:940px;
	height:118px;
	display:block;
	text-indent:-9999px;
	}
	
#title-hazclick {
	width:980px;
	height:248px;
	margin:0 auto;
	padding:0;
	background:url(images/title-hazclick.gif) no-repeat;
	}
	
#title-hazclick a{
	width:980px;
	height:248px;
	display:block;
	text-indent:-9999px;
	}
	
/* Thumbs */
.thumbs-izq {
	float:left;
	margin:0 0 11px 20px;
	border:1px solid #fff;
	}
	
.thumbs-der {
	float:right;
	margin:0 20px 11px 0;
	border:1px solid #fff;
	}
	
/* Fixed */
.clear {
	clear:both;
	}
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
