body {
	margin:0px;
	padding:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background-color:#000000;
	font-size:11px;
}

#contenedor {
	width:980px;
	height:auto;
	margin:auto;
}

#barra_contacto {
	width:100%;
	height:35px;
	background-color:#333333;
	text-align:right;
	color:#e9af09;
	font-weight:bold;
	font-size:1.0em	
}

#banner {
	width:100%;
	height:250px;
	background-image:url(../images/e/c/banner.jpg);
	background-position:top;
	background-repeat:no-repeat
}

#texto_banner {
	width:45%;
	height:170px;
	float:right;
	margin:70px 15px 0 0;
	color:#e9af09;
}
#texto_banner h1 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:2.0em;
}

#barra_negra {
	wdith:100%;
	height:3px;
	background-color:#000000;
}

#contenido {
	width:100%;
	height:auto;
	background-color:#FFFFFF;
	background-image:url(../images/e/deg_contenido.jpg);
	background-position:top;
	background-repeat:repeat-x;
}

	#menu {
		width:160px;
		height:auto;
		background-color:#000000;
		background-image:url(../images/e/deg_menu.jpg);
		background-position:top;
		background-repeat:repeat-x;
		margin:5px;
		float:left;
	}
	
	#cont {
		width:620px;
		height:auto;
		float:left;
		margin:10px 0 0 15px;
	}
	
	#novedades {
		width:160px;
		height:auto;
		float:left;
		margin: 5px 0 10px 10px;
	}

#footer {
	width:100%;
	height:40px;
	background-color:#333333;
	text-align:center;
}

	#footer_int {
		width:95%;
		height:20px;
		line-height:20px;
		margin:auto;
		margin-top:10px;
		font-size:1.0em;
		color:#FFFFFF;
		text-align:left	
	}
