/* CSS Document */
body{
	background-color:#000;
}

* html #header img {margin-bottom:-1.3em;}

#page{
	text-align: left;
	width: 1000px;
	margin: auto;
	/*background-image:url(../img/fondo.jpg);*/
	/*background-color:#666666;*/
} 

#header{
background-color: #000;
   		clear: left;
        color: #fff;
        /*min-height: 10em;*/
        overflow: hidden;
}

*+ html #menu {margin-top:-5px;}
* html #menu {margin-top:15px;}

#menu{
	background-image:url(../img/menu.jpg);
	text-align:center;
	font-size: 12px;
}
#menu A{
	color:#000;
	font-style:Arial;
	text-decoration: none;
	font-weight: bold;	
}

#menu A:hover:HOVER{
	text-decoration: underline;
}

#content{
	background-image:url(../img/fondo.jpg);
	height:338px;
	
	}
	
.footer{
	background-image:url(../img/footer.jpg);
	text-align:center;
	font-weight: bold;	
	font-size:12px;
	height:27px;
	font-style:Arial;
	color:#000;	
}

.footer A{
	text-decoration: none;
	color:#000;	
}
	
.carrusel{
background-color:#999999;
width: 1000px;
}

.foto{
	text-align:center;
	margin:0px 0 0px 0;
	/*border:1px solid white;*/
	background-image:url(../img/fondo.jpg);
}

.descripcion{margin-left:100px;}
