@charset "UTF-8";
body  {
	font: bold 100% "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	background: url(../img/bg_03.jpg) no-repeat right bottom;
	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: #000066;
}

h2 {
	font-size: 36px;
	font-weight: lighter;
}
h3 {
	font-size: 18px;
	color: #000066;
	margin-top: 50px;
}

hr {
	color: #CCCCCC;
	border: 1px solid #CCC;
	margin-bottom:25px;
}
td {
	font-size: 12px;
	color: #333333;
	font-weight: normal;
}
input{
	background-color: #FFF;
	border: 1px solid #CCC;
}
textarea{
	background-color: #FFF;
	border: 1px solid #CCC;
}
img {
	border: 0px none #FFF;
	vertical-align: top;
}
a {
	font-weight:bold;
	text-decoration: none;
	color: #990066;
}

a:hover {
text-decoration:underline;
}

#aviso li {
	padding-bottom: 10px;
	list-style-type: square;
}
.miBody #container {
	width: 780px;
	margin: 0 auto 0px; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding-top: 10px;
	padding-left: 75px;
	background-image: url(../img/bg_02.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	font-size: 14px;
} 
.miBody #mainContent {
	margin: 0 25px 50px 350px; /* the right and left margins on this div element creates the two outer columns on the sides of the pa ge. 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: 0 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */

}
.miBody #container #mainContent h3 {
	color: #403584;
	font-size: 16px;
}
.miBody #container #mainContent strong {
	color: #000066;
}
.miBody #mainContentBig {
	margin: 0 10px 50px; /* the right and left margins on this div element creates the two outer columns on the sides of the pa ge. 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: 0 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	text-align: left;
}

.miBody #header {
	padding: 0px 10px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background-image: url(../img/logo_azul.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin-left: 5px;
	margin-bottom: 20px;
	margin-right: 5px;
}
.miBody #menu {
	font-size: 12px;
	padding-top: 30px;
	text-align: right;
	padding-bottom: 40px;
}
	
.miBody #header li, #header li a, #footer_menu li, #footer_menu li a {
	display: inline;
	background: none;
	margin-right: 5px;
	}

.miBody #header li a, #footer_menu li a {
	color: #666666;
	text-decoration: none;
	border-bottom: 2px;
	}

.miBody #footer_menu li a {
	color: #333;
	text-decoration: none;
	border-bottom: 2px;
	}
	
.miBody #header li a:hover,  #footer_menu li a:hover{
	color: #333;
	border-bottom: 2px solid #333;
	margin-bottom: auto;
}

#ihome #home a,
#inews #news a,
#iartist #artist a,
#ireleases #releases a,
#icontact #contact a {
	color: #fff;
	border-bottom: 2px solid #fff;
	
}
.miBody #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 300px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 5px;
}

.miBody #sidebar2 {
	float: right;
	width: 200px;
	color: #333;
	font-size: 12px;
	margin-right: 20px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	background-color: #FFFFFF;
}
.miBody #container #sidebar2 h3 {
	margin-top: 0px;
	color: #FFFFFF;
	background-color: #999999;
	margin-right: -10px;
	margin-left: -10px;
	padding-left: 10px;
	height: 35px;
	padding-top: 5px;
}



/*********************************** Pie ***********************************/
.miBody #footer {
	margin: 0px auto 0;
	font-size: 9px;
	padding: 10px 15px;
	background-color: #f0f0f0;
	}	
	
.miBody #footer-left {
	width: 250px;
	}
.miBody #footer-center li {
	display: inline;
	margin-right: 10px;
}
.miBody #footer-center ul {
	margin: 0px;
	padding: 0px;
}

.miBody #footer-center {
	float: right;
	text-align: center;
	color: #9c9d9f;
	width: 550px;
}
.miBody #footer-right {
	float: right;
	text-align: right;
	color: #9c9d9f;
	width: 175px;
}

.miBody #footer-right a {
	color: #222;
	text-decoration: none;
	border: none;
	}

.miBody #footer-right a:visited {
	color: #222;
	text-decoration: none;
	border: none;
	}

.miBody #footer-right a:hover {
	color: #3875d7;
	text-decoration: none;
	border-bottom: 1px dotted #227EE9;
	}

.miBody #footer-shadow {
	margin: 0 auto;
	padding: 0;
	background-repeat: no-repeat;
	background-position: center;
	height: 15px;
	background-image: url(../images/site-images/footer-s.gif);
	}
.miBody #container #mainContentBig .diapo02 #link li {
	list-style-image: url(../img/dot.png);
}

.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;
}
.rss {
	float: right;
	margin: 0 0 0 5px;
}
.rss a {
	border: none;
}

.disco {
	font-size: 10px;
	width: 49%;
	float: left;
	background-color: #DDD;
	border: 2px solid #DDD;
	margin: 2px;
	height: 150px;
}
.disco img {
	padding:3px;
	margin:5px;
	border: 1px solid #CCC;
	background-color:#FFFFFF;
}
.ofertas {
	font-size: 10px;
	width: 25%;
	float: left;	
}
.ofertas img, .ofertas p {
	padding:5px;
	border: none;
}
.artistas {
	font-size: 10px;
	width: 80%;
	float: left;	
}
.artistas img, .ofertas p {
	padding:5px;
	border: none;
}
.bold {
	font-weight: bold;
	font-size: 11px;
}
.sinBold {
	font-weight: normal;
}
.detail {
	font-size: 10px;
}
.detail img {
	padding:10px;
	border: none;
}
.just {
	text-align: justify;
	display: block;
}
.lista {
	font-size: 10px;
	width: 98%;
	float: left;
	background-color: #DDD;
	border: 2px solid #DDD;
	margin: 2px;
}
.tachado {
	text-decoration: line-through;
	font-weight: bold;
}
.normal {
	font-size:11px;
}
.articulo {
	font-weight:bold;
	font-size:14px;
}

.novedad {
	color: #000000;
}
.oferta {
	color: #CC0000;
}
.seleccion{
	color: #339;
	border-bottom: 2px solid #339;
	margin-bottom: auto;
	font-weight:bold;
}
.mostrar{
	display: inherit;
}
.ocultar{
	display: none;
}
.title_01 {
	font-size: 30px;
	color: #FFFFFF;
	background-image: url(../img/title_01.gif);
	background-repeat: no-repeat;
	background-position: right top;
	height: 40px;
	padding-left: 10px;
	background-color: #403584;
}
.title_02 {
	font-size: 30px;
	color: #FFFFFF;
	background-image: url(../img/title_02.gif);
	background-repeat: no-repeat;
	background-position: right top;
	height: 40px;
	padding-left: 10px;
	background-color: #403584;
}
.title_03 {
	font-size: 30px;
	color: #FFFFFF;
	background-image: url(../img/title_03.gif);
	background-repeat: no-repeat;
	background-position: right top;
	height: 40px;
	padding-left: 10px;
	background-color: #403584;
}
.title_04 {
	font-size: 30px;
	color: #FFFFFF;
	background-image: url(../img/title_04.gif);
	background-repeat: no-repeat;
	background-position: right top;
	height: 40px;
	padding-left: 10px;
	background-color: #403584;
}
.title_05 {
	font-size: 24px;
	color: #FFF;
	background-image: url(../img/title_05.gif);
	background-repeat: no-repeat;
	background-position: right top;
	height: 35px;
	padding-left: 10px;
	background-color: #999;
}

.ico_down  {
	float: right;
	clear: left;
	margin-top: 0px;
}
.pieFoto {
	display: block;
	text-align: left;
	font-size: 12px;
	margin-right: 10px;
	margin-left: 10px;
	color: #006699;
	clear: both;
	width: 300px;
	padding: 10px;
}
.titular {
	font-weight: bold;
	color: #403584;
	text-align: left;
	display: block;
}
.sub {
font-weight: bold;
	color: #000;
}
.txt {
	font-size:10px;
	text-align:justify;
}
.foto_left{
	float:left;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
}
.foto_right{
	float:right;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}
.galeria {
	float: left;
	margin: 0px;
}
.galeria img {
	vertical-align: middle;
	margin-bottom: 5px;
	margin-right: 2px;
	margin-left: 2px;
	margin-top: 5px;
}
.txt_enano {
	font-size: 10px;
}
.obligado {
	color: #CC0000;
	font-weight: bold;
}
.s90 {
	width: 90%;
}
.pvp {
	font-weight: bold;
	color: #006699;
}
.pvp_oferta {
	color: #0099CC;
	text-decoration: line-through;
}
.oferta {
	font-weight: bold;
	color: #CC0000;
	text-decoration: none;
}
.buy {
	background-image: url(../img/cart.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
}

