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

body {
	 background-color:#000;
	 background-position: top;
	 background-image: url(../img/fondo.jpg);
	 background-repeat:no-repeat;
}


/*Estilo de los Div*/

.contenedor {
	width: 750px;
	margin: 0 auto;
	margin-top:40px;
}
.imgFondo {
	z-index:1;
	position:absolute;
	margin-top:1px;
}
.menu {
	z-index:3;
	position:absolute;
	background: #FFF;
	opacity: 0.8;
	-moz-opacity: 0.8;
	filter: alpha(opacity=80);
	width:120px;
	height:400px;
	margin-left:630px;
	margin-top:1px;
}
.cuerpo {
	font-family: Tahoma, Geneva, sans-serif;
	z-index:2;
	margin-left:0px;
	position:absolute;
	background: #000;
	opacity: 0.75;
	-moz-opacity: 0.75;
	filter: alpha(opacity=75);
	width:630px;
	height:400px;
	margin-top:1px;
}


/*Estilo de los textos*/

.nav {
	font-family: Tahoma, Geneva;
	font-weight:bold;
	border:none;
	background:#000;
	width:120px;
	font-weight:bold;
	font-size:15px;
}
.nav a, .nav a:visited {
	display:block;
	height:25px;
	background:#fff;
	color:#000;
	text-decoration:none;
	padding-left:10px;
	border-bottom:solid 1px #000;
}

.nav a.active {
	background:#151515;
	border-bottom:solid 1px #000;
	color:#fff;
}
.nav a:hover {
	background:#999;
	border-bottom:solid 1px #000;
	color:#000;
}
.ebanisteria,h1 {
	font-family: Tahoma, Geneva;
	margin-top:200px;
	color:#000;
	margin-left:7px;
	text-align: left;
	font-size:10px;
	font-weight:bold;
}
.pie {
	font-family: Tahoma, Geneva;
	color:#000;
	margin-left:12px;
	text-align: left;
	font-size:10px;
}
.pie a{
	color:#000;
	text-decoration:underline;
}
.cuerpo_txt,h2,h3,h4 {
	color:#FFF;
	font-size:14px;
	font-weight:normal;
	margin-left:20px;
	margin-right:20px;
}
.cuerpo_txt a {
	color: #FFF;
}


/*Estilo de las imagenes de fondo*/

#slideshow {
    position:relative;
    height:400px;
}
#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
}
#slideshow IMG.active {
    z-index:10;
    opacity:1.0;
}
#slideshow IMG.last-active {
    z-index:9;
}

