@charset "utf-8";
/* CSS Document */

body  {
	font: 7.5pt Verdana, Arial, Helvetica, sans-serif;
	background: #fff;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-image:url(images/fondo_bit.gif);
}
.thrColFix #contenedor { 
	width: 950px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	height:600px;
	margin: 17px auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	/*background: #fff;*/
} 

.thrColFix #izquierda {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	height:570px;
	background-image:url(images/izquierda_menu.gif);
	background-repeat:no-repeat;
	/* background: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 15px; /* padding keeps the content of the div away from the edges */
	//padding: 15px 5px 15px 5px; /* padding keeps the content of the div away from the edges */
}

.thrColFix #derecha {
	float: right; /* since this element is floated, a width must be given */
	width: 160px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	height: 570px;
	background: #ff0000; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 1px 15px 28px; /* padding keeps the content of the div away from the edges */
	border-left:1px solid #000;
	background-image:url(images/derecha_fondo.gif);
	background-repeat:no-repeat;
	background-position:right;
}
.thrColFix #central { 
	margin: 0 190px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 15px 20px 15px 50px;
	//padding: 15px 25px ;
	height: 570px;
	background: #fff;
	text-align:justify;
	text-indent:0px;
}

#central img{float:left; margin: 0 10px 10px 0;}

#derecha img{float:left; margin:10px 10px; border:0;}

#base_contenidos{
	position:relative;
	float:left;
	width:100%;
	//width:96%;
	height:500px;
	//height:475px;
	padding:0;
	}
	
#paginacion{
	position:relative;
	float:left;
	background-color:#fff;
	height:20px;
	padding:4px 8px;
	margin-top:10px;
	}

.paginacion_detalle{
	margin-left:200px;
	margin-top:0;
	}




/*////////////////////////////// NOTICIAS //////////////////////////////*/


#noticia{
	width:100%;
	height:auto;
	//height:inherit;
	margin-bottom:15px;
	/*background-color:#CCCCCC;*/
	}

h4 {
	font-size:9pt;
	color:#fff;
	background-color:#ff0000;
	font-variant:small-caps;
	padding-bottom:2px;
	/*background-image:url(images/h4_adorno.gif);*/
	background-position:left;
	background-repeat:no-repeat;
	padding-left:20px;
	}

.texto_descriptivo{font-weight:bold;}

#noticia_peq{
	width:100%;
	padding: 0;
	height:100px;
	margin-bottom:15px;
	border-bottom:1px solid #FFFFFF;}
	
#noticia_peq img{border:0; padding:0;}	

#noticia_peq .texto_descriptivo{font-weight:normal;}

#noticia_peq a:link,a:hover,a:visited,a:active{font-weight:normal;}



/*////////////////////////////// ARTISTAS //////////////////////////////*/

#artista_peq{
	position:relative;
	float:left;
	background-color:#FFFFFF;
	width:100px;
	height:160px;
	text-align:center;
	margin:0 10px 10px;
	/*text-align:center;
	margin:10px !important;
	margin:6px;*/
	}

#artista_peq img{border:0;}

.artista_nombre{
	font-size:9pt;
	font-weight:bold;
	background-color:#ff0000;
	padding: 1px 30px 1px 4px;
	}

#base_contenidos_artistas{
	position:relative;
	float:left;
	width:100%;
	height:480px;
	//height:470px; /*explorer*/
	padding:0;
	}

/*////////////////////////////// CATALOGO //////////////////////////////*/

#referencia_peq{
	position:relative;
	float:left;
	background-color:#fefefe;
	width:100px;
	height:160px;
	text-align:center;
	margin:0 10px 10px;
	}

#referencia_peq img{border:0; margin-bottom:4px;}

#referencia_peq p{margin-top:2px;}

.titulo{
	font-size:8.5pt;
	font-weight:normal;
	background-color:#000;
	color:#FFF;
	padding: 1px 4px;
	}

.titulo_ref{font-weight:normal; color:#FF0000;}

#base_contenidos_referencias{
	position:relative;
	float:left;
	width:100%;
	//width:96%;
	height:500px;
	//height:auto;
	padding:0;
	margin-bottom:0;
	}

#referencia_superior{
	position:relative;
	float:left;
	font-size:8pt;
	line-height:13pt;
	width:96%;
	//width:100%;
	height:280px;
	overflow:auto;
	background-color:#dedede;
	text-align:left;
	padding:2%;
	}

#referencia_superior img{border:0; margin-right:10px; margin-bottom:10px;}

.referencia_texto{
	text-align:justify;
	line-height:normal;
	}

#referencia_inferior{
	position:relative;
	float:left;
	width:500px;
	/*height:280px !important; /* Firefox, IE7 y los demás */
	height:200px;
	padding:10px 0 0;
	overflow-y:auto;
	overflow-x:hidden;
	}

#referencia_inferior table{
	width:100%;
	//width:103%;
	}

#referencia_inferior td{
	background-color:#dedede;
	color:#000;
	padding-left:5px;
	padding-bottom:4px;
	padding-top:4px;
	}

#referencia_inferior thead td{background-color:#999; color:#fff;}
.center{text-align:center;}

#beatport{
	position:relative;
	float:right;
	background-color:#284c66;
	color:#FFF;
	width:210px;
	height:20px;
	margin-top:10px;
	padding:2px;
	line-height:12pt;
	}

#beatport a:link{color:#a2b63b;}
#beatport a:active{color:#a2b63b;}
#beatport a:visited{color:#a2b63b;}
#beatport a:hover{color:#fff; background-color:#284c66;}
#beatport img{border:0;}



/*////////////////////////////// DESCARGAS //////////////////////////////*/
/*///////////////////////////////////////////////////////////////////////*/

.parte_usuario{
	width:95%;
	height:90px;
	background-color:#ebebeb;
	padding:2%;
	}
	
.parte_registro{
	width:95%;
	height:225px;
	background-color:#fff;
	padding:2%;
	}	

table.registro{
	/*background-color:#fff;*/
	margin-bottom:15px;
	}

td.registro{
	background-color:#fff;
	color:#000;
	padding-left:5px;
	padding-bottom:4px;
	padding-top:4px;
	}

.columna{
	background-color:#000;
	color:#fff;
	width:130px;
	font-weight:normal;
	text-align:right;
	padding-right:5px;
	padding-bottom:4px;
	padding-top:4px;
	}

thead td{background-color:#999; color:#fff;}


/*////////////////////////////// zona descargas //////////////////////////////*/

#sesiones{
	width:96%;
	padding:2%;
	background-color:#ebebeb;
	z-index:1;
	visibility: hidden;}

#videos{
	width:96%;
	padding:2%;
	background-color:#ebebeb;
	z-index:2;
	visibility: hidden;}

#fotos{
	width:96%;
	padding:2%;
	background-color:#ebebeb;
	z-index:3;
	visibility: hidden;}

#disenos{
	width:96%;
	padding:2%;
	background-color:#ebebeb;
	z-index:4;
	visibility: hidden;}



/*////////////////////////////// CONTACTO ENLACES //////////////////////////////*/


.contacto{
	background-image:url(images/contacto_fondo.gif);
	background-repeat:no-repeat;
	background-position:right;
	}

#enlaces_iz{
	position:relative;
	float:left;
	width:200px;
	padding:10px 20px;
	line-height:10pt;
	}
	
#enlaces_mitad{
	position:relative;
	float:left;
	margin-bottom:20px;
	}	

#enlaces_mitad img{border:0px; margin-bottom:15px;}


.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}





/*  menu *************************************************  menu **** */	

ul{
	margin:0px;
	padding:0px;
	text-align:right;}
   
li{
	margin:0px 10px 3px 10px;
	padding:2px;
	//padding:2px 0px;
	list-style-type:none;
	display:block;
	width:170px;}
   
li a{
	padding:2px;
	//padding:2px 0px;
	}
   
li a:link,
li a:visited{
	background-color:#000;
	color:#fff;
	text-decoration:none;
	display:block;
	margin:0px;
	padding:2px 15px 2px 0;
	//padding:2px 0px;
	width:100%;}
   
li a:hover{
	/*background-color:#fff;*/
	background-image:url(images/boton_menu_hover.gif);
	color:#ff0000;
	text-decoration:none;
	text-align:right;
	padding-left:10px;}

.scurrent{color: #fff;}

/*////////////////////////////// MENU IZQUIERDA //////////////////////////////*/


#banner{
	width:200px;
	height:100px;
	background-color:#CCCCCC;
	position:relative;
	top:15px;
	left:0;
	}
#derechos{
	color:#FFFFFF;
	margin-top:75px;
	//margin-top:65px;
	font-size:7pt;
	}


.bold{font-weight:bold;}
.cursiva{font-style:italic;}

h1 {
	font-size:10pt;
	border-bottom:1px dotted #ff0000;
	font-variant:small-caps;
	padding-bottom:3px;
	padding-left:15px;
	background-image:url(images/h1_adorno.gif);
	background-position:left;
	background-repeat:no-repeat;
	}



a:link,a:visited,a:active{
	color:#000;
	padding:1px 0;
}
a:hover{
	color:#000000;
	background-color:#ff0000;
	padding:1px 0;
	}




/* ///////////////////////// FORMULARIO ///////////////////////////////// */

select {
 background-color: #ff0000;
 color: #000;
 font-size:8pt;
}

textarea {
 background-color: #666699;
 color: #ffffff;
 font-size:8pt;
}

label{
	width: 4em;
	float: left;
	text-align: right;
	margin-right: 0.5em;
	display: block;}

.submit input{margin-left: 4.5em;}

input{
	color: #000;
	background: #fff;
	border: 1px solid #ff0000;
	padding-left:5px;}

.submit input{
	color: #000;
	background: #ffa20f;
	border: 1px outset #d7b9c9;}

fieldset{
	border: 1px solid #ff0000;
	width: 20em;}

legend{
	color: #fff;
	background: #ffa20c;
	border: 1px solid #ff0000;
	padding: 2px 6px;}
	
	
	
	
	
/* index en construccion */
#logo_index {
	position:absolute;
	left: 50%;
	top: 50%;
	margin-left: -150px;
	margin-top: -120px;  
	width:300px;
	height:240px;
	z-index:1;
	font-size:10pt;
	font-weight:bold;
	background-color:#FFFFFF;
	color:#000;
}	