body, html{
	height:100%;
	background-color:#000000;
	margin:0px;
	padding:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	}
	
#general {
	width:100%;
	height:100%;
	background-image:url(../images/e/logo_sangre.gif);
	background-position:left bottom;
	background-repeat:no-repeat;
}

#container {
	width:780px;
	height:99%;
	margin:auto;
}

#cont_menu {
	width:280px;
	height:auto;
	float:left;	
	margin-top:20px;
}

#menu {
	width:280px;
	height:220px;	
	background-image:url(../images/e/fondo_menu.jpg);
	background-position:left top;
	background-repeat:no-repeat;
}

#top {
	width:100%;
	height:120px;
	clear:both;
}

#int_contenedor {
	width:95%;
	height:auto;
	margin:12px;
	text-align:left;
}

#footer {
	width:490px;
	height:44px;
	clear:both;
	float:right;
	background-image:url(../images/e/fondo_footer.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
	color:#FFFFFF;
}