@charset "utf-8";
/* CSS Document */

body {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-position: center top;
	background-color: #000000;
	background-repeat: no-repeat;
	overflow-y: hidden;

}

/*
	////////////////////////////////
	//	DIV Barra EMOL
	////////////////////////////////
*/
#nuevabarra {
	height: 20px;
	background-color: #D9E2F4;
	float: none;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: center;
}


#contenedor {
	height: auto;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 0px;
	padding-bottom: 0px;
}
