body{
	background-image:url(images/background.jpg);
	background-color:#000000;
	color: #CCC;
	background-repeat: no-repeat;
	background-position: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
}

a:link {
	color: #CCC;
}
a:visited {
	color: #CCC;
}
a:hover {
	color: #CCC;
}
a:active {
	color: #CCC;
}

.head{
	text-align:center;
	height:235px;
}

.menu{
	text-align:center;
	height:27px;
}

.content{
	text-align:center;
	width:800px;
	max-height: 800px;
	height: 300px;
	border: solid 1px #CCC;
	background-color: #000000;
	opacity:0.7;
	vertical-align:top;
}

.store_table{
	text-align:center;
	font-size: 14px;
	font-weight: bold;
}

.subStore_table{
	text-align:center;
	font-size: 12px;
	font-weight: bold;
}

.release_table{
	text-align:left;
	font-size: 12px;
	width:650px;
}

.distribution_table{
	text-align:center;
	font-size: 12px;
	width:600px;
}

.release_table_title{
	text-align:left;
	font-size: 15px;
	font-weight: bold;
}

.release_table_title2{
	text-align:left;
	font-size: 13px;
}

.release_title{
	text-align:center;
	font-size: 15px;
	font-weight: bold;
}


.store_cover{
	width: 70px;
	height: 70px;
	border: solid 1px #CCC;
}

.release_cover{
	width: 150px;
	height: 150px;
	border: solid 1px #CCC;
}

.store_cover_big{
	width: 300px;
	height: 300px;
	border: solid 1px #CCC;
}

.store_item{
	text-align:left;
	font-size: 11px;
	font-weight: normal;
}

.item_store_title{
	text-align:center;
	font-size: 15px;
}

.box{
	color: #CCC;
	font: 13px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #000000;
	border: 1px solid #FFFFFF;
	opacity:0.5;
}

.box:hover{
	border: 1px solid #940c0c;
}
.box:active{
	border: 1px solid #940c0c;
}

.btn{
	color: #CCC;
	font: 11px Tahoma;
	background-color: #000000;
	border: 1px solid #CCC;
}

.btn:hover{
	border: 1px solid #940c0c;
	color: #940c0c;
	
}

.notification_error
{
	text-align:center;
	width:800px;
}

.notification_ok
{
	text-align:center;
	color: #CCC;
	width:800px;
}

.notification_ok_order{
	text-align:center;
	color: #CCC;
	width: 300px;
}

.notification_error_order
{
	text-align:center;
	width:300px;
}

.more_info{
	font-weight: bold;
}

.more_info:hover{
	font-weight: bold;
	text-decoration:underline;
}

.news_cover{
	width: 100px;
	height: 100px;
	border: solid 1px #CCC;
}

.content_home_news{
	text-align:center;
	width: 375px;
	height: 500px;
	border: solid 1px #CCC;
	background-color: #000000;
	opacity:0.7;
	vertical-align:top;
}

.content_home_releases{
	text-align:center;
	width: 375px;
	height: 250px;
	border: solid 1px #CCC;
	background-color: #000000;
	opacity:0.7;
	vertical-align:top;
}

.home_pics{
	width: 200px;
	height: 200px;
	border: solid 1px #CCC;
}

.home_releases_text{
	color: #CCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
}
	
.index_title{
	text-align:center;
	font-size: 15px;
	font-weight: bold;
	color:#FFF;
}

.index_flyer{
	margin: 15px;
}

.search_table{
	font-size: 12px;
}

.buscador_select{
	font-size:12px;
}

.buscador_select option{
	color: #CCC;
	border: 1px solid #FFFFFF;
	background: none;
}

.buscador_error{
	color: #C00;
	padding: 5px;
	display: none;
	width: 50%;
}