/* CSS Damevideo.es */

body{
	background:#fff;
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#fff;
	text-align:center;
	font-weight:bold;
	}
	
h1, h2, h3, p{
	margin:0;
	padding:0;
	}
	
img {
	border:none;
	margin:0;
	}
		
/* Links */
a {
	outline-style:none;
	text-decoration:underline;
	color:#fff;
	}
	
/* Wrapper */
#wrapper {
	width:980px;
	background:#c1272d;
	height:auto;
	padding:0;
	margin:0 auto;
	overflow:auto;
	}
	
/* Header Image */
#header-image {
	width:980px;
	height:462px;
	padding:0;
	margin:0;
	background:url(images/header-image.jpg) no-repeat;
	}
	
#header-image h1{
	display:none;
	}
	
#header-image .top a{
	position:relative;
	width:980px;
	height:86px;
	display:block;
	position:relative;
	text-indent:-9999px;
	top:10px;
	}
	
#header-image .bottom a{
	position:relative;
	width:980px;
	height:160px;
	display:block;
	position:relative;
	text-indent:-9999px;
	top:200px;
	}
	
/* Contenido */
#title-videos {
	width:980px;
	height:92px;
	margin:0;
	padding:0;
	background:url(images/title-videos.gif) no-repeat;
	}
	
#title-videos a{
	display:block;
	width:980px;
	height:92px;
	text-indent:-9999px;
	}
	
#title-bajate {
	width:980px;
	height:134px;
	margin:0;
	padding:0;
	background:url(images/title-bajate.gif) no-repeat;
	}
	
#title-bajate a{
	display:block;
	width:980px;
	height:134px;
	text-indent:-9999px;
	}
	
#title-sigue {
	width:980px;
	height:95px;
	margin:0;
	padding:0;
	background:url(images/title-sigue.gif) no-repeat;
	}
	
#title-sigue a{
	display:block;
	width:980px;
	height:95px;
	text-indent:-9999px;
	}
	
/* Thumbs */
.thumb-izq {
	float:left;
	margin:0 0 0 60px;
	border:1px solid #fff;
	}
	
.thumb-der {
	float:right;
	margin:0 60px 0 0;
	border:1px solid #fff;
	}
	
.thumb-mini-margin {
	float:left;
	margin:0 0 0 60px;
	border:1px solid #fff;
	}
	
.thumb-mini {
	float:left;
	margin:0 0 0 22px;
	border:1px solid #fff;
	}
	
/* Fixed */
.clear {
	clear:both;
	}
