@charset "utf-8";
/* CSS Document */

body {
	margin-top:0px;
	background:  #666666 url('fondo/rayado_bg_s.png')  50% 0; 
	color: #666666;
	text-align: center; 
	background-attachment: fixed;
	text-transform: none;
}

#todo{
	z-index:1;	
	position:relative;	
	border:0px;
	margin: 0px;	
}

#head{
	z-index: 5;
	position:relative;
	border:0px;
	margin: 0px;
	height:160px;
	/*left:1px;*/
}
	
#partes{
	z-index:2;
	padding: 5px;
	background-image: url(fondo/fondo_g.png);
	background-attachment: fixed;
	background-position: top center;
	background-repeat: no-repeat;
	position:relative;
	display:block;
	width:1000px;
	overflow: hidden;
	/*left:4px;
	width:1001px;*/
}

#parte1{
	z-index:3;
	width:470px;
	position:relative;
	float: left;
	padding-left:15px;
	margin-bottom:20px;
	overflow:visible;
}

.articulos{
	
	z-index: 3;
	position:relative;
	border:0px;
	margin: 0px;
	width:470px;
	margin-bottom:5px;
	border-bottom-width:thin;
	border-bottom-color:#333333;
	border-bottom-style:dotted;
}

.btns{
	z-index: 3;	
	position:relative;
	border:0px;
	margin: 5px;
	vertical-align: bottom;	
}

.btns2{
	z-index: 3;
	position:relative;
	border:0px;
	margin: 5px;
	vertical-align: bottom;
	visibility: hidden;
}

#parte2{
	z-index:2;
	position:relative;
	width: 250px;
	float: right;
	margin-top: 30px;
}

#parte3{
	z-index: 2;
	position:relative;
	width: 250px;
	float: right;
	margin-top: 30px;
}

#langenscheidt{
	z-index: 2;
	position:relative;
	left:0px;
	width:205px;
	height:550px;
	border: 0px;
}

#huever {
	z-index:2;
	position:relative;
	left:0px;
	width:205px;
	height:550px;
}  


