/* This css file serves as a template for styling your kwicks.  Feel free to modify, but please make note of the comments - some of them are important. */
body {
	background-color: #000;
	/*padding: 50px;*/
}
.kwicks {
	/* recommended styles for kwicks ul container */
	list-style: none;
	position: relative;
	margin: 0;
	padding: 0;
}
.kwicks li{
	/* these are required, but the values are up to you (must be pixel) */
	
      float: left;
	width: 127px;/*width: 111px;*/
	height: 30px;
	margin-right: 0px;


	      
	/*do not change these 
	display: block;
	overflow: hidden;*/
	padding: 0;  /* if you need padding, do so with an inner div (or implement your own box-model hack) */
}
.kwicks.horizontal li {
	/* This is optional and will be disregarded by the script.  However, it should be provided for non-JS enabled browsers. */
	margin-right: 5px; /*Set to same as spacing option. */	
	float: left;
}
.kwicks.vertical  li{
	/* This is optional and will be disregarded by the script.  However, it should be provided for non-JS enabled browsers. */
	margin-bottom: 5px; /*Set to same as spacing option. */	
        
}

#kwick_1 { 
	background-color: #fa2679;
        

}
#kwick_2 {
	background-color: #fb3783;
        
}
#kwick_3 {
	background-color: #fd478e;
         
}
#kwick_4 { 
	background-color: #fd478e;

}

#kwick_5 {
	background-color: #fd5999;


}
#kwick_6 { 
	background-color: #fe6ca5;

}
#kwick_7 { 
	background-color: #fe82b3;

}

#kwick_8 { 
	background-color: #ff97c0;

}

#kwick_9 { 
	background-color: #ffb0cf;

}

.kwicks.horizontal #kwick_4 {
	margin-right: none; /* cancel margin on last kiwck (if you set a margin above) */
}
.kwicks.vertical #kwick_4 {
	margin-bottom: none; /* cancel margin on last kiwck (if you set a margin above) */
}

.kwicks li a{
display: block;
padding:8px;
color: #fff;
text-decoration: none;
font-size: 11px;
font-weight: bold;

}

#contenido {

width: 900px; 
min-height: 750px; 
float:right;

}



#contenedor {
width: 900px;
margin: auto;
min-height: 750px;
background: url("home.jpg") no-repeat;
}

#contenedor_bio {
width: 900px;
margin: auto;
min-height: 750px;
background: url("bio.jpg") no-repeat;
}

#contenedor_banda {
width: 900px;
margin: auto;
min-height: 750px;
background: url("bandayamigos.jpg") no-repeat;
}

#contenedor_actualidad {
width: 900px;
margin: auto;
min-height: 750px;
background: url("actualidad.jpg") no-repeat;
}

#contenedor_imagenes {
width: 900px;
margin: auto;
min-height: 750px;
background: url("imagenes.jpg") no-repeat;
}

#contenedor_prensa {
width: 900px;
margin: auto;
min-height: 750px;
background: url("prensa.jpg") no-repeat;
}

#contenedor_contacto {
width: 900px;
margin: auto;
min-height: 750px;
background: url("contacto.jpg") no-repeat;
}

#contenedor_comentarios {
width: 900px;
margin: auto;
min-height: 750px;
background: url("comentarios.jpg") no-repeat;
}

#contenedor_musica {
width: 900px;
margin: auto;
min-height: 750px;
background: url("musica.jpg") no-repeat;
}


#contenido_interior {

width: 585px; 
min-height: 700px;
margin: 65px 0px 0px 140px;
/*background: url("pie.jpg") no-repeat left bottom;*/
}

#contenido_interior p {

font-family:'Arial';
color: #fff;
font-size: 10pt;
text-align: justify;
padding-right: 5px;

}

#contenido_interior h2 {

font-family:'Trebuchet MS';
color: #fff;
font-size: 16px;
font-weight: bold;

}

#contenido_interior a{
color: #fff;
text-decoration: none;
font-size: 14px;
font-weight: bold;

}


#music, #video {

padding-left: 80px;

}

#contenido_interior h3{

color:#fa2679;
font-family:'Trebuchet MS';
font-size: 16px;
font-weight: bold;

}

#idioma img {
border: none;
}


