@charset "utf-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #000;
	margin: 0px;
	padding: 0px;
}
#wrapper {
	background-color: #FFF;
	width: 900px;
	margin: 0px auto;
	padding-bottom:10px;
}
/* ----- Header y Menú ----- */
#header {
	background-color: #8F918F;
	height: 135px;
	background-image: url(img/claqueta.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	text-align:center;
}
#header img {
	margin-top:25px;
}
#header a {
	font-weight:bold;
	text-decoration:none;
	color:#FFF;
	margin:16px;
}
#menubar {
	height:85px;
	line-height:84px; 
	border-bottom:1px solid #555454;
	/*overflow:hidden;*/
	color:#FFF;
}
#menubar img {
	vertical-align:middle; 
	margin-top:-1px;
}
#menubar h1 {
	float:left;
	line-height:25px;
	text-align:center;
	width:750px;
	font-size:24px;
	margin-top:15px;
}
#btnspots {
	border-right:#8F918F solid 5px;
}
.vertline {
	margin:0 15px 0 15px;
}
#claqueta_bar {
	background-image: url(img/claqueta_bar.gif);
	background-repeat: repeat-x;
	height: 18px;
}
/* ----- Contenido para los spots Euskolabel ----- */
#content_spots {
	background: url(img/bg_spots.jpg) no-repeat top;
	min-height:570px;
	height:auto;
	text-align:center;
	padding:35px 0 0 180px;
}
/* para IE */
* html #content_spots {
	height:570px;
}
.vidthumbs {
	width:180px;
	height:175px;
	text-align:center;
	margin:30px 20px;
	float:left;
	overflow:hidden;
}
.vidthumbs a {
	width:180px;
	height:175px;
	line-height:255px;
	font-weight:bold;
	color:#D10019;
	display:block;
	vertical-align:bottom;
}
.vidthumbs .doslineas {
	width:180px;
	height:175px;
	line-height:15px;
	font-weight:bold;
	color:#D10019;
	padding-top:110px;
	display:block;
	vertical-align:bottom;
}
/* ---------- Contenido para Participa ---------- */
#content_participa {
	background: url(img/bg_participa.jpg) no-repeat right top;
	min-height:570px;
	height:auto;
	padding:0 0 0 155px;
	font-weight:bold;
}
/* para IE */
* html #content_participa {
	height:570px;
}
#participa_ball {
	float:left;
	text-align:center;
	font-weight:bold;
	color:#8D8D8D;
}
#participa_ball img {
	margin-bottom:15px;
}
#participa_tegustaria {
	color:#535453;
	margin-top:185px; 
	float:left;
	width:395px;
}
#participa_tegustaria h2 {
	font-weight:bold;
	font-size:18px;
}
#participa_tegustaria a {
	color:#535453;
	text-decoration:none;
}
#participa_tegustaria p {
	color:#000;
}
#content_participa form {
	clear:both;
}
#content_participa form input {
	border:1px solid #535453;
	font-weight:normal;
	font-family:Arial, Helvetica, sans-serif;
}
#content_participa form th {
	text-align:right;
}
#content_participa .dimmed {
	color:#666;
	font-weight:normal;
	font-size:11px;
	margin-top:20px;
}
#content_participa .dimmed a {
	color:#666;
	margin-right:20px;
}
/* ---------- Contenido para Galeria ---------- */
#content_galeria {
	margin-left:100px;
}
#content_galeria #titulo {
	width:570px;
	background:#A8A9A8;
	text-align:center;
	padding:5px;
}
#content_galeria #titulo p {
	font-weight:bold;
}
#content_galeria .video {
	width:570px;
	background:#A8A9A8;
	text-align:center;
	padding:5px;
	float:left;
	border-bottom:#FFF 2px solid;
}
#content_galeria .video h1 {
	font-size:18px;
}
#content_galeria .video_meta {
	float:left;
	width:210px;
	background:#A8A9A8 url(img/corner.gif) bottom right no-repeat;
	padding:5px;
}
#content_galeria .video_meta h2 {
	font-size:15px;
}
/* ---------- Contenido para Ganador ---------- */
#content_ganador {
	background: url(img/bg_ganador.jpg) no-repeat right top;
	min-height:570px;
	height:auto;
	padding:0 0 0 155px;
	font-weight:bold;
	color:#666666;
}
#content_ganador P {
	margin-right:200px;
	margin-top:200px;
	font-weight:normal;
}
#content_ganador H1 {
	margin-bottom:0;	
}
#content_ganador H2 {
	margin-right:50px;	
}
#ganador_tegustaria {
	color:#535453;
	/*margin-top:50px; */
	float:left;
	width:325px;
}
#ganador_ball {
	float:left;
	text-align:center;
	font-weight:bold;
	color:#8D8D8D;
}
/* ---------- Misc ---------- */
.clear {
	clear:both;
}
.left {
	float:left;
}
.right {
	float:right;
}
.white {
	color:#FFF;
}
.red {
	color:#C00;
}
a {
	color:#000;
}
