body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;

} 

* {
	font-family: Georgia, Verdana, Helvetica, sans-serif;
}

.bodyclass {
	background:#ffffff url(imgs/background.gif);
	margin:0;
}
.bodyclass_radio {
	background:#ffffff url(imgs/background_radio.gif);
	margin:0;
}


div,
td,
p {
	font-size:12px;
	line-height:18px;
	color:#666666;
	margin-top:0px;
}

a,
a:link,
a:active,
a:visited {
	text-decoration:underline;
	color:#FF9900;
}

a:hover {
	text-decoration:none;
	color:#FF9900;
}

ul {
	margin: 0px;
	padding: 0px;
	list-style: none;

}

li {
	padding-left: 56px;
	padding-top: 0px;
	list-style:none;

}



h1 {
  font-size: 20px;
  color:#FF9900;
  font-weight: bold;
	padding-bottom: 0px;
	padding-top: 6px;
}



h2 {
  font-size: 20px;
  color:#333333;
  line-height: normal;
  font-weight: bold;
}

h3 {
  font-size: 12px;
  color:#666666;
  line-height: normal;
  font-weight: bold;
}

h4 {
  font-weight: lighter;
  font-size: 11px;
  color:#666666;
  line-height: 0px;
  padding-bottom: 10px;
  
}

h4 a,
h4 a:link,
h4 a:active,
h4 a:visited {
	text-decoration:underline;
  color:#666666;
}

.clear {
	clear:both;
}

/* ---------------------
template layout
--------------------- */

#cabecera3 {
	background-image:url(imgs/cabecera.gif);
	background-position:left center;
	background-repeat:no-repeat;
	position:relative;
	width:100%;
	height:150px;
	float:left;
	margin-top: 20px;
}

.error {
  font-size: 14px;
  color:#FF0000;
  line-height: normal;
  font-weight: bold;
}

.tienda_titulo {
  font-size: 14px;
  color:#FF9900;
  line-height: normal;
  font-weight: bold;
}

.tienda_artista {
  font-size: 14px;
  color:#666666;
  line-height: normal;
  font-weight: bold;
}

.tienda_texto_small {
  font-size: 10px;
  color:#666666;
  line-height: normal;
}

.tienda_texto {
  font-size: 11px;
  color:#666666;
  line-height: normal;
}

.tienda_precio {
  font-size: 12px;
  color:#666666;
  line-height: normal;
  font-weight: bold;
}

.menu_ficha ul {
      margin: 0;
      padding: 0;
      list-style-type: none;
      padding-top: 2px;
      text-align: center;
    }
.menu_ficha li {
      margin: 0;
      padding: 0;
      float: left;
      padding-top: 1px;
      height: 26px;
    }

.menu_ficha li {
      width: 7.2em;
      margin-right: 0.5em;
      background: #fff none;
      text-align: center;
      height: 26px;
    }
.menu_ficha a {
  display: block;
  width: 100%;
  text-decoration: none;
  background:url(imgs/menu_ficha_bg1.gif);
  color:#4E3C03;
  font-size: 10px;
  height: 26px; 
  padding-top: 2px;
  font-weight: bold;
}
.menu_ficha a:active {
  display: block;
  width: 100%;
  text-decoration: none;
  background:url(imgs/menu_ficha_bg1.gif);
  color:#4E3C03;
  font-size: 10px; 
  height: 26px;
  padding-top: 2px;
    font-weight: bold;
}
.menu_ficha a:visited {
  display: block;
  width: 100%;
  text-decoration: none;
  background:url(imgs/menu_ficha_bg1.gif);
  color:#4E3C03;
  font-size: 10px; 
  height: 26px;
  padding-top: 2px;
    font-weight: bold;
}
.menu_ficha a:hover {
  background:url(imgs/menu_ficha_bg2.gif);
  color:#4E3C03;
  font-size: 10px; 
}

#contenedor {
	width:900px;
	margin: 0px auto;
	padding:0;
	text-align: left;
	top:0;
	left:0;
}


#fecha {
	position:relative;
  font-family: Georgia, Verdana; 
  font-size: 10px; color:#FF9900; 
  font-weight: bold; 
  padding-top: 32px;
}


#centro {
	position:relative;
	width:100%;
	float:left;
	background:url(imgs/background_centro.gif);
}

#outermenu {
	position:relative;
	float:left;
	clear:left;
	width:225px;
		overflow: hidden;
}

#menu {
	position:relative;
	width:225px;
	float:left;
	clear:left;
	text-align: left;
	overflow: hidden;
}

#menu_seccion a:link,
#menu_seccion a:active,
#menu_seccion a:visited {
  list-style: none;
	display: block;
  height: 28px;
  width: 155px;
  font-family: Georgia, Verdana; 
  font-size: 11px; color:#FF9900; 
  font-weight: bold; 
  background:url(imgs/menu_bg_item.gif);
  background-repeat: no-repeat; 
  padding-left: 14px;
  padding-top: 4px;
  text-decoration:none;
}

#menu_seccion a:hover {
  list-style: none;
	display: block;
  height: 28px;
  width: 155px;
  font-family: Georgia, Verdana; 
  font-size: 11px; color:#FFCC00; 
  font-weight: bold; 
  background:url(imgs/menu_bg_item2.gif);
  background-repeat: no-repeat; 
  padding-left: 14px;
  padding-top: 4px;
  text-decoration:none;
}

#menu_artistas a:link,
#menu_artistas a:active,
#menu_artistas a:visited {
  list-style: none;
	display: block;
  height: 28px;
  width: 155px;
  font-family: Georgia, Verdana; 
  font-size: 11px; color:#FFFFFF; 
  font-weight: bold; 
  background:url(imgs/menu_bg_item_seccion_artistas.gif);
  background-repeat: no-repeat; 
  padding-left: 14px;
  padding-top: 4px;
  text-decoration:none;
}

#menu_artista a:link,
#menu_artista a:active,
#menu_artista a:visited {
  list-style: none;
	display: block;
  height: 28px;
  width: 155px;
  font-family: Georgia, Verdana; 
  font-size: 11px; color:#000000; 
  background:url(imgs/menu_bg_item_artistas.gif);
  background-repeat: no-repeat; 
  padding-left: 14px;
  padding-top: 4px;
  text-decoration:none;
}

#menu_artista a:hover {
  list-style: none;
	display: block;
  height: 28px;
  width: 155px;
  font-family: Georgia, Verdana; 
  font-size: 11px; color:#000000; 
  background:url(imgs/menu_bg_item_artistas2.gif);
  background-repeat: no-repeat; 
  padding-left: 14px;
  padding-top: 4px;
  text-decoration:none;
}

#contenido {
	position:relative;
	width:661px;
	float:right;
	background:#FFFFFF;	
	margin-right:14px;
	margin-top:0px;
}

.contacto_inputbox{width: 300px; border-top:1px solid #CCCCCC; border-left:1px solid #CCCCCC; border-bottom:1px solid #CCCCCC; border-right:1px solid #CCCCCC; width:200px; margin-bottom:6px;}
.contacto_textarea{width: 300px; border-top:1px solid #CCCCCC; border-left:1px solid #CCCCCC; border-bottom:1px solid #CCCCCC; border-right:1px solid #CCCCCC; width:200px; margin-bottom:6px;}

.mailing_list_button {
width: 60px; 
font-family: Georgia; 
font-size: 11px;  
background-color:#FFD75B;
border-width:1px;
border-style:solid;
border-color:#FF9900; 
color: #826200;
margin: 5px;

}

.mailing_list_text {
width: 120px; 
font-family: Georgia; 
font-size: 11px; 
color: #826200; 
background: #FFD75B; 
border: 1px solid #FF9900; 
margin: 5px;
padding: 5px;  
}