html {
  //overflow-y: scroll;
}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-attachment: fixed;	
	background-repeat: no-repeat;
	background-position: center top;
	background-image:url(../img/fondo.jpg);
	background-color:#000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;

}

 img { 
	behavior: url(scripts/iepngfix.htc); 
	border:none;
}
   
.alt {
	display:none;
}

.contenedorCuerpo {
	margin: 0 auto;
	position: relative;
	width: 900px;
	height:auto;
	background-color:#000;
	text-align:center;
	//overflow-x:auto;
	overflow-y:hidden;
}

.contenedorHeader {	
	margin: 0 auto;
	position: relative;
	width: 900px;
	height:259px;
	background-color:#000;
	background-image: url(../img/header.jpg);
	background-repeat: no-repeat;
}
.contenedorHeaderAdmin {	
	margin: 0 auto;
	position: relative;
	width: 900px;
	height:259px;
	background-color:#000;
	background-image: url(../img/headerAdmin.jpg);
	background-repeat: no-repeat;
}
.contenedorPrincipal {
	text-align:center;
	margin: 0 auto;
	position: relative;
	width: 900px;
	height:661px;
	background-color:#000;
	background-repeat: no-repeat;
	background-position: center top;
}

.colIz {
	float:left;
	position:relative;
	top: 5px;
	left: 40px;
	width:30%;
	text-align:justify;
}

.colDe {
	float:right;
	top:5px;
	right: 45px;
	position:relative;
	width:55%;
	text-align:justify;
	color:#BBB;
}
.clip {
	margin: 30 auto;
	position: relative;
	height: 190px;
	
}

.box1 {
	WORD-SPACING: normal;
	FONT: 10px Arial, Helvetica, sans-serif;
	COLOR: #cccccc;
	LETTER-SPACING: normal;
	HEIGHT: 18px;
	BACKGROUND-COLOR: #000000;
	border: 1px solid #666666;
	width: 48px;
	}
.box3 {
	WORD-SPACING: normal;
	FONT: 10px Arial, Helvetica, sans-serif;
	COLOR: #cccccc;
	LETTER-SPACING: normal;
	HEIGHT: 18px;
	BACKGROUND-COLOR: #000000;
	border: 1px solid #666666;
	width: 148px;
	}

	
.capaDisco {
	padding-top:0px;
	top:0px;
	margin-left:0px;
	width:100%;
	height:268px;
}

.temas {
	padding-left:360px;
	padding-top:15px;
	text-align:left;
	font-size:11px;
	text-decoration:none;
	color:#FFFFFF;
}
.temas ul li a {
	text-decoration:none;
	color:#FFFFFF;
}

.temas ul li a:hover { 
	font-style:italic;
}

.videoclip {
	text-align: left;
	padding-left: 30px;
	padding-top: 13px;
}

.fotos {
	text-align: left;
	padding-left: 30px;
	padding-top: 5px;
}

.cabNoticias {
	color: #FFD81B;
}

.tour
{
	color:#FFFFFF;
}

.cuerpoNoticias a
{
	text-decoration:none;
	color:#FFD81B;
}