body {
	padding:0;
	margin:0;
	background:#000000 url(imgs/bgWeb.gif) fixed;
	color:#dddddd;
}

a{
    color:#dddddd;
    text-decoration:none;
    }
a:hover{
    color:#cccccc;
    text-decoration:none;
    }
.pagina{
	width:1001px;
	height:auto;
	}
img{
	border:none;
}
img.menu{
	filter:alpha(opacity=50);
	opacity: 0.5;
}
img.menu:hover{
	filter:alpha(opacity=100);
	opacity: 0.5;
}
img.btn:hover{
	filter:alpha(opacity=100);
	opacity: 0.5;
}
img.btn{
border:solid 1px #999999;
	filter: alpha(opacity = 50); 
	opacity: .5;
	}

.header{
	width:1001px;
	height:250px;
}
.headerStore{
	width:890px;
	height:285px;
}
.menuStore{
	width:880px;
	height:50px;
	background:#000000;
	color:#A50505;
}
.menuSup{
	width:1001px;
	height:50px;
	background:#000000;
}
.izq{
	float:left;
	width:200px;
	height:100%;
	padding-left:10px;
	padding-right:10px;
	background:#000000;
	margin-right:20px;
	color:#ffffff;
	text-align:left;
}
.contStore{
	width:300px;
	height:auto;
	background:#000000;
	padding:20px;

	text-align:left;
	}	
.cont{
	width:450px;
	height:auto;
	background:#000000;
	padding:20px;
	float:left;
	text-align:left;
	}	
.titulos{
	background:#151515;
	text-align:center;
	color:#373636;
	font-family: sabbath;
}
.der{
	float:right;
	width:210px;
	height:auto;
	background:#000000;
	padding:0px;
	padding:20px;
	text-align:left;
	}
.bottom{
        width:1001px;
        height:110px;
        color:#969696;
        background:#000000;
	float:left;
	bottom:0;
}
.inicio{
	width:430px;
	height:auto;
	background: #000000 url(/imgs/sabbathIn.jpg) no-repeat;
	padding:0px;
	}
iframe{
		border:none;
}

span{
	color:#ff0000;
}







h1{
	font-size:180%;
	font-weight:normal;
	}
h2{
	font-size:160%;
	font-weight:normal;
	}	
h3{
	font-size:140%;
	font-weight:normal;
	}	
pre{
	display:block;
	font:12px "Courier New", Courier, monospace;
	padding:10px;
	border:1px solid #bae2f0;
	background:#e3f4f9;	
	margin:.5em 0;
	width:500px;
	}		



	#slider ul, #slider li{
		margin:0;
		padding:0;
		list-style:none;
		}
	#slider li{ 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:400px;
		height:auto;
		overflow:hidden; 
		}
	span#prevBtn{}
	span#nextBtn{}

table{
	border:none;
}
tr:hover{
	background:#222222;
}
td{
	border:none;
}








