   

/*body {

	padding: 0;

	margin: 0;

	font: 0.7em Tahoma, Arial, sans-serif;

	line-height: 1,6;

	background: #000000;

	

}*/



body{
	text-align:left;
	margin:0 auto;
	background-color: #000000;
	overflow-x: hidden;

}





/* contenido */

#contenido {

	text-align:left;

	width:955px;

	height:600px;

	margin:0 auto;

}



/* cabezal */

#cabezal {
	height: 120px;
	background-image: url(../images/head.jpg);
	background-repeat: no-repeat;
	z-index: 10000;
	text-align: left;

}



/* Comienza id #menu */

#menu_horiz 

{
	position: relative;
	top: 88px;
	width: 900px;
	left: 45px;
	z-index: 10000;

}

#menu_derecho 

{
	position: relative;
	top: 76px;
	width: 150px;
	left: 770px;

}

