body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../imagenes/degradado-fondo.jpg);
	background-repeat:repeat-x
	
}

#principal {
	margin-right: auto;
	margin-left: auto;
	width: 966px;
	background-color: #CCC;
}
#principal #menu {
	background-color: #CCC;
}
#contenido {
	background-color: #FFF;
	padding: 50px;
	float: left;
	width: 866px;
}

#principal #contenido #botonmanual {
	float: left;
	width: auto;
}
#principal #fondoindex #textoindex {
	float: none;
	width: 966px;
	margin-left: 0px;
	padding-top: 0px;
}

#principal #contenido #boton {
	float: left;
	width: 350px;
	text-align: center;
}

#principal #contenido #imagenes {
	width: 350px;
	float: left;
}
#principal #contenido #texto {
	width: 450px;
	float: left;
	margin-right: 50px;
}


#menu img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	background-color: #CCC;
}
#encabezado {
	background-color: #FFF;
}


#pie {
	background-repeat: no-repeat;
	background-color: #c3bfbf;
	height: 20px;
	float: left;
	width: 966px;
}
