/* CSS Document */

body {
	color: #FFFFFF;
	background-color: #000000;
	margin: 0px;
	margin-top: 20px;
	padding: 0px;
}

#contenedor{
	background: url(../images/dibujo_roble2.jpg) no-repeat center;
	margin-left: auto;
	margin-right: auto;
	width: 800px;
	height: 550px;
}

#banner{
	text-align: center;
	padding-top: 10px;
}

#novedades{
	float: left;
	margin-top: 15px;
	width: 250px;
	height: 125px;
}

.nov_img{
	text-align:center;
	padding-bottom: 5px; 
	margin-bottom: 5px; 
	border-bottom: 1px solid #FFF;
}

#fotos{
	float: right;
	margin-top: 15px;
	width: 200px;
	height: 325px;
}

#botones{
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	width: 800px;
	clear: both;
}

.bot_img{
	margin-left: 20px;
	margin-right: 20px;
}

#botones a, img{
	border: 0px;
	text-decoration: none;
}
