body{
	scrollbar-face-color: #c3c3c3;
	scrollbar-track-color: #F7F5F7;
	scrollbar-highlight-color: #CCCCCC;
	scrollbar-3dlight-color: #F7F5F7;
	scrollbar-shadow-color: #CCCCCC;
	scrollbar-darkshadow-color: #F7F5F7;
	scrollbar-arrow-color: #CCCCCC;
	background-image: url(../imagenes/fondo.jpg);
}

a{
	font-family: verdana, ariel, helvetica, sans-serif; 
	color: #5a403f; 
	font-size: 14px; 
	font-weight: 600;
	text-decoration:none;
}

a:hover{
	color:#7d6f6e;
}

img{
	border:0;
}


#idiomas div{
	margin-top: 10px;
}

#idiomas{
	float:left;
	width:100px;
	position:relative;
	top:30px;
	left: 100px;
	z-index: 2;
}

#intro{
	width: 700px;
	height: 500px;
	margin: 40px auto 0 auto;
	background: url(../imagenes/horno.jpg) no-repeat 270px 0px;
}

#intro img{
	position: relative;
	top: -30px;
	left: -60px;
	z-index: 1;
}

