* {
	margin: 0;
	padding: 0;
}

body { 
    font: 11px Helvetica, Arial, sans-serif;
}

#wrapper {
    width: 800px;
    margin: 15px auto;
}

#wrapperUsuario {
    width: 800px;
    margin: 0px auto;
}

.PanelTop {
	width:100%;
	bottom:0px; 
	height:80px; 
	background-image:url(../images/MarcoArriba.png);
}


.PanelLogos {
	position:absolute;
	bottom:0px; 
	height:67px; 
	right:10px;
	width:665px; 
	background-image:url(../images/logos.png);
	background-repeat:no-repeat;
}


.PanelImgSchenker {
	width:100%;
	bottom:0px; 
	height:65px; 
	background-image:url(../images/DBSCHENKER.png);
	background-repeat:no-repeat;
}

.CeldaTitulo {
	vertical-align:bottom;
	font-size:18px; 
	color:#FFF;
}

.CeldaRelleno {
	vertical-align:bottom;
	font-size:4px; 
	color:#FFF;
	height="10px";
}


.EspacioTab {
	width:100%;
	bottom:0px; 
	height:10px; 
}

 
#intro {
    padding-bottom: 10px;
}

#slider {
    width: 800px;
    margin: 0 auto;
    position: relative;
	border: 10px solid #ff0000;
	background-color:#FFF;
}

.scroll {
	overflow: hidden;
	width: 800px;
    margin: 0 auto;
    position: relative;
}

.scrollContainer {
	position: relative;
	
}

.scrollContainer div.panel {
    padding: 0px;
    width: 274px;
	height: 318px;
}

#left-shadow {
	position: absolute;
	top: 0;
	left: 0;
	width: 12px;
	bottom: 0;
	background: url(../images/leftshadow.png) repeat-y;
}

#right-shadow {
	position: absolute;
	top: 0;
	right: 0;
	width: 12px;
	bottom: 0;
	background: url(../images/rightshadow.png) repeat-y;
}

.inside {
	padding: 10px;

}

.insideBody {
	height:70px; 

}

.inside img {
	display: block;
	margin: 0 0 0px 0;
	width: 250px;
}

.inside h2 {
	font-weight: normal;
	color: #FFF;
	font-size: 20px;
	margin: 0 0 8px 0;
}

.inside p {
	font-size: 11px;
	color: #FFF;
}




.scrollButtons {
    position: absolute;
    top: 127px;
    cursor: pointer;
}

.scrollButtons.left {
    left: -45px;
}

.scrollButtons.right {
    right: -45px;
}

.hide {
    display: none;
}



.btn {
		float: left;
		clear: both;
		background: url(../images/btn_left.png) no-repeat;
		padding: 0 0 0 10px;
		margin: 5px 0;
	}
	.btn a{
		float: left;
		height: 30px;
		background: url(../images/btn_stretch.png) repeat-x left top;
		line-height: 30px;
		padding: 0 10px;
		color: #fff;
		font-size: 1em;
		text-decoration: none;
	}
	.btn span {
		background: url(../images/btn_right.png) no-repeat;
		float: left;
		width: 10px;
		height: 30px;
	}
	.btn_addtocart { background-color: green; }
	.btn_checkout { background-color: red; }
	.btn_learnmore { background-color: orange; }
	.btn_try { background-color: #002c85; }
	.clear {
		clear: both;
	}