/*------------------reset------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/*img, div { behavior: url(iepngfix.htc); }*/

/*----------------------------------------------	ESTRUCTURA	-------------------------------------------------*/
body {
	background-color:#CCC;
	margin:0 auto;
}
.clear{
	clear:both;
}
#container{
	width:800px;
	margin:0 auto;
}
/*********HEADER*******/
#header{
	background-color:#DA166F;
	height:38px;
}
#ayuda{
	width:90px;
	float:right;
	margin-right:16px;
}
/******************MENU***************/
#menubar{
	margin:0px;
	height:439px;
	background-color:#000;
}
#menu{
	float:left;
	width:483px;
	height:390px;
	margin-left:7px;
	margin-top: -410px;
}
*html #menu{
	display:inline;
	padding: 10px 0;
}
#logo{
	background-color:#000;
	width:355px;
	height:214px;
	float:right;
	margin-right:16px;
	/* [disabled]background-image: url(images/logo.gif); */
	background-repeat: no-repeat;
	background-position: 1px -1px;
	margin-top: 20px;
	padding-top: 15px;
}
#musica{
	background-color:#000000;
	width:355px;
	height:42px;
	float: right;
	margin-left: 100px;
	margin-right: 16px;
}
#login{
	background-color:#000;
	float:right;
	margin-right:16px;
	text-align: right;
	margin-top: 110px;
	color: #FFF;
	font-size: 20px;
	font-family: "Century Gothic";
	min-width: 500px;
	height: 35px;
}
#login li{
	display:block;
	float: left;
	padding: 0 2px;
}
.sube2{
	margin-top:-2px;
}
#menu li{
	display:block;
	height:50px;
	margin: 0px;
	padding: 0px;
	border: 0px;
}
*html #menu li{
	margin:-10px 0;
}
/***************CONTENIDO************/
#content{
	background-color:#FFF;
	padding-bottom:10px;
	background-image: url(images/gradient_01.jpg);
	background-repeat: repeat-x;
	background-attachment: scroll;
	padding-top: 10px;
}
#content, #content .rtd{
	text-align:center;
	font-family: Century Gothic, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #CCC;
	text-decoration: none;
}
#content .rtd:hover{
	color:#999;
}
#leftslide{
	float:left;
	width:230px;	
}
#noticias,#agenda,#discos{
	width:219px;
	height:450px;
	margin: -5px 0 -5px auto;
	behavior: url(iepngfix.htc);
}
#principal{
	width:570px;
	float:right;
	min-height: 500px;
	_width:550px;
}
#menu2{
	margin: 0 113px;
}
#menu2 li{
	display:block;
	float:left;
	padding:10px;
}
#menu2 a{
	font-size: 11px;
	color: #999999;
	text-align:center;
	font-family: Century Gothic, Arial, Helvetica, sans-serif;
	text-decoration: none;
}
#menu2 a:hover{
	color: #DA166F;
}
#pritop{
	height:23px;
   	background-image: url(images/fondo_prin_01.png); 
	background-repeat: no-repeat;
	background-attachment: scroll;
}
#pricont{
	background-image: url(images/fondo_prin_02.png);
	background-repeat: repeat-y;
	background-attachment: scroll;
	text-align: left;
	padding: 0 40px 0 30px;
	font-size:11px;
	font-family: "Lucida Sans";
	line-height:13px;
	color:#777;
	margin: 0 0;
	min-height:705px
}
#pribot{
	height:44px;
   	background-image: url(images/fondo_prin_03.png);
	background-repeat: no-repeat;
	background-attachment: scroll;
}
*html #principal{
	width:550px;
	float:right;
	margin-right:19px;
}
*html #pritop{
	height:22px;
	behavior: url(iepngfix.htc);
   	background-image: url(images/fondo_prin_ie_01.png); 
	background-repeat: no-repeat;
	background-attachment: scroll;
}
*html #pricont{
	background-image: url(images/fondo_prin_ie_02.jpg);
	background-repeat: repeat-y;
	background-attachment: scroll;
	padding: 0 20px 0 30px;
}
*html #pribot{
	height:26px;behavior: url(iepngfix.htc);
   	background-image: url(images/fondo_prin_ie_03.png);
	background-repeat: no-repeat;
	background-attachment: scroll;
}
.controles li{
	display:block;
	float: left;
	text-align: center;
	width: 20px;
}
.controles a{
	font-family: "Century Gothic";
	font-size: 10px;
	color: #666;
	text-decoration: none;
}
.controles a:hover{
	color: #DA166F;
	font-size: 11px;
}

